Skip to main content
The Multichain service aggregates hashes and entities from multiple chains behind one endpoint.
  • single search across chains
  • token discovery without chain selection
  • unified UX for hashes

Examples

Use for:
  • token discovery across all supported chains
  • resolving multiple deployments (e.g. USDC on Ethereum, Arbitrum, Base)
  • showing correct contract per chain

Multichain address / tx lookup

Use for:
  • detecting which chain an address or transaction belongs to
  • building a universal search bar
  • avoiding chain selection UX
Example (address):
Example (transaction):

Minimal flow

  1. fetch supported chains
  1. user inputs query
  2. call search:quick
  3. render results grouped by type + chain

TypeScript example

Supported chains

Fetch dynamically: