curl --request GET \
--url https://toncenter.com/api/v3/nft/collections{
"address_book": {},
"metadata": {},
"nft_collections": [
{
"address": "<string>",
"code_hash": "<string>",
"collection_content": {},
"data_hash": "<string>",
"last_transaction_lt": "0",
"next_item_index": "<string>",
"owner_address": "<string>"
}
]
}Get NFT collections by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/nft/collections{
"address_book": {},
"metadata": {},
"nft_collections": [
{
"address": "<string>",
"code_hash": "<string>",
"collection_content": {},
"data_hash": "<string>",
"last_transaction_lt": "0",
"next_item_index": "<string>",
"owner_address": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Collection address in any form. Max: 1024.
Address of collection owner in any form. Max: 1024.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Was this page helpful?