Hanzo

Token & NFT APIs

Indexed ERC-20 balances, NFT metadata, transfer history, and collection data.

Pre-indexed token and NFT data across all supported chains — no direct RPC calls needed.

Token Balances

GET /v1/tokens/{chain}/balances/{address}

Returns all ERC-20 tokens held by an address with formatted balances and USD values.

NFT Metadata

GET /v1/nfts/{chain}/metadata/{contract}/{token_id}

Returns NFT name, description, image, attributes, and current owner.

Transfer History

GET /v1/transfers/{chain}/address/{address}

Query token and NFT transfer history with block range filters.

How is this guide?

Last updated on

On this page