nft/collections | TON v3

Retrieves a list of NFT collections from the TON blockchain

The nft/collections endpoint retrieves a list of NFT (Non-Fungible Token) collections from the TON blockchain. This endpoint allows you to fetch information about various NFT collections 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 collections to return. Default: 128.
  • offset (integer, optional) — The number of NFT collections to skip before starting to return results. Default: 0.

Response

  • collections (array) — An array of NFT collection objects, each containing:
    • address (string) — The address of the NFT collection.
    • name (string) — The name of the NFT collection.
    • description (string) — The description of the NFT collection.
    • metadata (object) — Additional metadata of the NFT collection.
    • owner (string) — The owner's address of the NFT collection.
    • raw_collection_content (string) — The raw content of the NFT collection.
    • next_item_index (integer) — The index of the next item in the collection.
    • icon (string) — The URL of the collection's icon.

Use case

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

  1. NFT marketplaces can use this to list available collections for browsing or trading.
  2. Wallet applications can display NFT collections owned by a user or allow users to explore popular collections.
  3. Analytics platforms can gather data on NFT collections, such as ownership distribution, collection sizes, and metadata patterns.
  4. Developers can use this endpoint to integrate NFT collection information into their dApps or games.
  5. Collection creators can verify the on-chain status and details of their published collections.

Try the nft/collections RPC method yourself

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