Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.