TokenData
Information about tokens and their activity history, including mints, transfers, burns, and per-account breakdowns.
📄️ Tokens Listing
Basic information about all tokens
📄️ Information about a token
Information about a token deployed on the blockchain
📄️ Information about transfers
**Deprecated.** Use `/tokens/{tokenId}/transfers-paginated` instead. This endpoint returns at most 100 results with no pagination control.
📄️ Information about mints
**Deprecated.** Use `/tokens/{tokenId}/mints-paginated` instead. This endpoint returns at most 100 results with no pagination control.
📄️ Information about burns
**Deprecated.** Use `/tokens/{tokenId}/burns-paginated` instead. This endpoint returns at most 100 results with no pagination control.
📄️ Information about transfers (pagination enabled)
Information about token transfers between accounts in chronological order, Paginated 1000 transfers per page max.
📄️ Information about mints (pagination enabled)
Information about token minting events in chronological order by default. Paginated 1000 mints per page max.
📄️ Information about burns (pagination enabled)
Information about token burns in chronological order with pagination. Paginated 1000 burns per page max.
📄️ Mints into an account
List of minting events in chronological order for the specified token into the specified account, paginated with 100 mints per page
📄️ Information about a minting event
Detailed information about a minting event for the specified token to the specified account
📄️ Transfers made by an account
List of transfers in chronological order made by the specified account for the specified token, paginated with 100 transfers per page
📄️ Information about a transfer
Detailed information about a transfer involving the specified token and account