Skip to main content

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:
EndpointDescription
GET /api/v1/tokensRetrieves a list of all tokens on the network.
GET /api/v1/tokens/balancesLists token balances across accounts.
GET /api/v1/tokens/Fetches details of a specific token by ID.
GET /api/v1/tokens/nftsRetrieves 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//transactionsRetrieves the transaction history of a specific NFT.