get https://ton-mainnet.core.chainstack.com/f2a2411bce1e54a2658f2710cd7969c3/api/v3/nft/collections
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:
- NFT marketplaces can use this to list available collections for browsing or trading.
- Wallet applications can display NFT collections owned by a user or allow users to explore popular collections.
- Analytics platforms can gather data on NFT collections, such as ownership distribution, collection sizes, and metadata patterns.
- Developers can use this endpoint to integrate NFT collection information into their dApps or games.
- Collection creators can verify the on-chain status and details of their published collections.
Try the nft/collections
RPC method yourself
nft/collections
RPC method yourself