curl --request GET \
--url https://toncenter.com/api/v3/nft/transfers{
"address_book": {},
"metadata": {},
"nft_transfers": [
{
"custom_payload": "<string>",
"decoded_custom_payload": {},
"decoded_forward_payload": {},
"forward_amount": "<string>",
"forward_payload": "<string>",
"new_owner": "<string>",
"nft_address": "<string>",
"nft_collection": "<string>",
"old_owner": "<string>",
"query_id": "<string>",
"response_destination": "<string>",
"trace_id": "<string>",
"transaction_aborted": true,
"transaction_hash": "<string>",
"transaction_lt": "0",
"transaction_now": 123
}
]
}Get transfers of NFT items by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/nft/transfers{
"address_book": {},
"metadata": {},
"nft_transfers": [
{
"custom_payload": "<string>",
"decoded_custom_payload": {},
"decoded_forward_payload": {},
"forward_amount": "<string>",
"forward_payload": "<string>",
"new_owner": "<string>",
"nft_address": "<string>",
"nft_collection": "<string>",
"old_owner": "<string>",
"query_id": "<string>",
"response_destination": "<string>",
"trace_id": "<string>",
"transaction_aborted": true,
"transaction_hash": "<string>",
"transaction_lt": "0",
"transaction_now": 123
}
]
}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.
Address of NFT owner in any form. Max 1000
Address of NFT item in any form. Max: 1000.
Collection address in any form.
Direction of transfer.
in, out Query transactions with generation UTC timestamp after given timestamp.
Query transactions with generation UTC timestamp before given timestamp.
Query transactions with lt >= start_lt.
Query transactions with lt <= end_lt.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort transactions by lt.
asc, desc Was this page helpful?