Discover NFT data on the TON blockchain using the NFT API from TON API tools.
The NFT API enables access to non-fungible token (NFT) data on the TON blockchain. Developers can retrieve information about NFT collections, individual items, metadata, and transaction histories, supporting applications that utilize unique digital assets.
- Get NFT Collections: Get information about NFT Collection, e.g., owner address, next index of the un-minted NFT Item, last transaction timestamp, parsed JSON metadata of the contract.
- Get NFT Items: Get information about NFT Item, e.g., owner address, the address of NFT Collection it belongs to, last transaction timestamp, parsed JSON metadata of the contract.
- Get NFT Transfers: Get the transaction details of transferring NFT Item.
Explore the full TON APIs reference by TONX API here.