Skip to main content
This document outlines Autheo methods pertaining to tokens.

Get all tokens

/tokens Returns a list of all tokens that match a given string query or of a certain type (ERC-20/721/1155). Request
Response

Get all tokens for a specific address

/tokens/{address_hash} Returns info on all tokens held by the given address hash. Request
Response

Get all transfers for a specific address

/tokens/{address_hash}/transfers Returns all token transfers performed by the given address hash. Request
Response

Get all token holders for a specific address

/tokens/{address_hash}/holders Returns all token holders for the given address. Request
Response

Get count of token holders and transfers for a specific address

/tokens/{address_hash}/counters Returns a counter for token holders and transfers for the given address hash. Request
Response

Get all NFT instances for a specific address

/tokens/{address_hash}/instances Returns all non-fungible token (NFT) instances for the given address hash. Request
Response

Get specific NFT instance for a specific address

/tokens/{address_hash}/instances/{id} Returns an NFT instance by id from a the given address hash. Request
Response

Get transfers for a specific NFT instance in a specific address

/tokens/{address_hash}/instances/{id}/transfers Returns transfers of the specified NFT instance for the given address hash. Request
Response

Get token holders for a specific NFT instance and address

/tokens/{address_hash}/instances/{id}/holders Returns token holders for a specific NFT instance and address hash. Request
Response

Get count of transfers for a specific NFT instance and address

/tokens/{address_hash}/instances/{id}/transfers-count Returns a transfer counter for the specific NFT instance and address hash. Request
Response