Linea Explorer API (Lineascan / Blockscout)

Blockchain data APIs for Linea Mainnet backed by two explorer surfaces. The Lineascan (lineascan.build) explorer uses the Etherscan API V2 interface (chain ID 59144) with modules covering accounts (native and ERC-20/721/1155 balances and transfer histories), transactions (normal, internal, deposit, withdrawal), blocks (rewards, countdowns, block number by timestamp), smart contracts (source code, ABI, creator, verification), token information (supply, holder list, holder count), event logs (by address and topics), and network statistics (daily transaction counts, gas usage, new address counts, Ether price and supply). The Blockscout-based explorer (explorer.linea.build) provides a complementary REST and GraphQL API surface. An API key from lineascan.build is required; subscriptions are managed via the Etherscan API V2 portal.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/explorer-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: linea:explorer-api
name: Linea Explorer API (Lineascan / Blockscout)
description: Blockchain data APIs for Linea Mainnet backed by two explorer surfaces. The Lineascan (lineascan.build)
  explorer uses the Etherscan API V2 interface (chain ID 59144) with modules covering accounts (native
  and ERC-20/721/1155 balances and transfer histories), transactions (normal, internal, deposit, withdrawal),
  blocks (rewards, countdowns, block number by timestamp), smart contracts (source code, ABI, creator,
  verification), token information (supply, holder list, holder count), event logs (by address and topics),
  and network statistics (daily transaction counts, gas usage, new address counts, Ether price and supply).
  The Blockscout-based explorer (explorer.linea.build) provides a complementary REST and GraphQL API surface.
  An API key from lineascan.build is required; subscriptions are managed via the Etherscan API V2 portal.
humanURL: https://lineascan.build/apis
baseURL: https://api.lineascan.build/api
tags:
- Explorer
- Transaction
- Blocks
- Account
- Tokens
- Contracts
- Event Logs
- Statistics
tags_raw:
- Explorer
- Transactions
- Blocks
- Accounts
- Tokens
- Contracts
- Event Logs
- Statistics
properties:
- type: Documentation
  url: https://docs.etherscan.io
- type: APIReference
  url: https://docs.etherscan.io
- type: Authentication
  url: https://lineascan.build/myapikey
- type: Explorer
  url: https://lineascan.build
- type: BlockscoutExplorer
  url: https://explorer.linea.build
- type: BlockscoutAPIReference
  url: https://explorer.linea.build/api-docs
- url: graphql/linea-graphql.md
  type: GraphQL