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.

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-generator or openapi-typescript at the spec URL.

Prefer the Etherscan request format? Use the Etherscan-compatible API, the same data with module/action parameters.

Questions? Contact us