nft/items | TON v3

Retrieves a list of NFT items from the TON blockchain

The nft/items endpoint retrieves a list of NFT (Non-Fungible Token) items from the TON blockchain. This endpoint allows you to fetch information about individual NFT items and provides options for pagination.

👍

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • limit (integer, optional) — The maximum number of NFT items to return. Default: 128.
  • offset (integer, optional) — The number of NFT items to skip before starting to return results. Default: 0.

Response

  • items (array) — An array of NFT item objects, each containing:
    • address (string) — The address of the NFT item.
    • collection (object) — Information about the collection this item belongs to:
      • address (string) — The address of the collection.
      • name (string) — The name of the collection.
    • index (integer) — The index of the NFT item within its collection.
    • owner (object) — Information about the current owner of the NFT item:
      • address (string) — The address of the current owner.
    • metadata (object) — Additional metadata of the NFT item.
    • verified (boolean) — Whether the NFT item is verified.
    • content_uri (string) — The URI of the NFT item's content.
    • raw_content_uri (string) — The raw URI of the NFT item's content.

Use case

The nft/items endpoint is useful for various applications that need to interact with or display information about individual NFT items on the TON blockchain:

  1. NFT marketplaces can use this to list available NFTs for browsing or trading.
  2. Wallet applications can display NFT items owned by a user or allow users to explore popular NFTs.
  3. Analytics platforms can gather data on NFT items, such as ownership distribution, rarity, and metadata patterns.
  4. Developers can use this endpoint to integrate NFT item information into their dApps or games.
  5. Collectors can verify the on-chain status and details of their owned NFTs.
  6. Artists and creators can check the current status and ownership of their minted NFTs.

Try the nft/items RPC method yourself

Language
Click Try It! to start a request and see the response here!