Overview
The Tokens endpoints in the Hedera Mirror Node REST API allow developers to retrieve token details, token balances, NFT metadata, and transaction history. These endpoints are essential for tracking tokenized assets and interactions on the Hedera network.Endpoints
The following endpoints are available for the Tokens object:| Endpoint | Description |
GET /api/v1/tokens | Retrieves a list of all tokens on the network. |
GET /api/v1/tokens/balances | Lists token balances across accounts. |
GET /api/v1/tokens/ | Fetches details of a specific token by ID. |
GET /api/v1/tokens/nfts | Retrieves a list of all NFTs on the network. |
GET /api/v1/tokens/nfts/ | Fetches metadata and details for a specific NFT. |
GET /api/v1/tokens/nfts//transactions | Retrieves the transaction history of a specific NFT. |