etherlink-api

Query Etherlink on-chain data via Blockscout REST, Etherscan-compatible API, and JSON-RPC.

2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/mochi-minds/mochiminds --skill etherlink-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: etherlink-api
Source: https://github.com/mochi-minds/mochiminds/tree/main/.claude/skills/etherlink-api
Command: npx skills add https://github.com/mochi-minds/mochiminds --skill etherlink-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Etherlink API Reference provides a single source of truth for querying Etherlink's on-chain data across three API layers: Blockscout v2 REST, Etherscan-compatible v1, and JSON-RPC, enabling unified access to Tezos EVM L2 data.

Core Features & Use Cases

  • Unified API layers: Blockscout REST, Etherscan-compatible REST, and JSON-RPC for blocks, transactions, addresses, tokens, and contracts.
  • Network awareness: supports Shadownet (testnet) and Mainnet with clear configuration examples.
  • Developer-friendly patterns: ready-made data shapes, pagination, and contract verification data for dashboards, wallets, and explorers.

Quick Start

Configure your client to target the appropriate Etherlink API base URL (v2 REST, v1 REST, or JSON-RPC) and make a simple read request to verify connectivity.

Frequently Asked Questions about etherlink-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Etherlink blockchain data using REST and JSON-RPC APIs?

Query Etherlink blockchain data by targeting the Blockscout v2 REST, Etherscan-compatible v1, or JSON-RPC base URLs to access blocks, transactions, addresses, tokens, and contracts across Mainnet and Shadownet testnet.

What's the best way to build an explorer or wallet for Tezos EVM L2?

Build an explorer or wallet for Tezos EVM L2 using the Etherlink API to retrieve unified on-chain data shapes, including pagination and contract verification data, across multiple API layers.

Does the Etherlink API support both Mainnet and Shadownet testnet?

The Etherlink API supports both Mainnet and Shadownet testnet, providing clear network configuration examples and endpoint structures for querying Tezos EVM L2 data across both environments.

Can I use Etherscan-compatible endpoints to fetch Etherlink token transfers?

Etherscan-compatible endpoints fetch Etherlink token transfers by defining input parameters and response formats for addresses, tokens, and contracts, enabling read access for dApp integrations.

How do I configure my client for Etherlink API read access?

Configure your client by targeting the appropriate Etherlink API base URL for v2 REST, v1 REST, or JSON-RPC, then make a simple read request to verify connectivity and access on-chain data.

When do I need JSON-RPC versus Blockscout REST for Etherlink integrations?

JSON-RPC provides low-level node interactions, while Blockscout REST offers structured data for blocks, transactions, and tokens, making both useful depending on your integration's access patterns.