High-speed REST API
Purpose-built REST endpoints that return Routescan's indexed data in near real time, addresses and balances, token holdings, transfers, transactions, contracts and cross-chain activity. Endpoints are grouped by resource.
Addresses
12 endpoints
Transactions
3 endpoints
Tokens
13 endpoints
Contracts
5 endpoints
Blocks
1 endpoint
Stats & aggregations
36 endpoints
Cross-chain
4 endpoints
Staking
6 endpoints
Avalanche X-Chain
4 endpoints
Avalanche P-Chain
10 endpoints
Network
4 endpoints
OpenAPI (Swagger) spec
Every High-speed endpoint is described by an OpenAPI 3.0 spec. Browse it in the interactive Swagger UI, or import the spec straight into your API client to pull in every endpoint at once:
text
1https://api.routescan.io/v2/documentation/json
- Postman: Import, pick Link, and paste the URL above. Postman turns the spec into a ready collection.
- Insomnia, Bruno or Hoppscotch: import from the same URL.
- Generate a typed client by pointing
openapi-generatororopenapi-typescriptat the spec URL.
Prefer the Etherscan request format? Use the Etherscan-compatible API, the same data with module/action parameters.