curl --request GET \
--url https://toncenter.com/api/v3/nft/items{
"address_book": {},
"metadata": {},
"nft_items": [
{
"address": "<string>",
"auction_contract_address": "<string>",
"code_hash": "<string>",
"collection": {
"address": "<string>",
"code_hash": "<string>",
"collection_content": {},
"data_hash": "<string>",
"last_transaction_lt": "0",
"next_item_index": "<string>",
"owner_address": "<string>"
},
"collection_address": "<string>",
"content": {},
"data_hash": "<string>",
"index": "<string>",
"init": true,
"last_transaction_lt": "0",
"on_sale": true,
"owner_address": "<string>",
"real_owner": "<string>",
"sale_contract_address": "<string>"
}
]
}Get NFT items by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/nft/items{
"address_book": {},
"metadata": {},
"nft_items": [
{
"address": "<string>",
"auction_contract_address": "<string>",
"code_hash": "<string>",
"collection": {
"address": "<string>",
"code_hash": "<string>",
"collection_content": {},
"data_hash": "<string>",
"last_transaction_lt": "0",
"next_item_index": "<string>",
"owner_address": "<string>"
},
"collection_address": "<string>",
"content": {},
"data_hash": "<string>",
"index": "<string>",
"init": true,
"last_transaction_lt": "0",
"on_sale": true,
"owner_address": "<string>",
"real_owner": "<string>",
"sale_contract_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.
NFT item address in any form. Max: 1000.
Address of NFT item owner in any form. Max: 1000.
Collection address in any form.
Index of item for given collection. Max: 1000.
Include nft on sales and auctions. Used only when owner_address is passed
Sort NFT items by last transaction lt descending. Warning: results may be inconsistent during pagination with limit and offset.
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?