curl --request GET \
--url https://tonapi.io/v2/accounts/{account_id}/nfts/history{
"operations": [
{
"operation": "transfer",
"utime": 1234567890,
"lt": 25713146000001,
"transaction_hash": "0xdeadbeaf",
"item": {
"address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
"index": 58,
"verified": true,
"metadata": {},
"approved_by": [
"getgems"
],
"trust": "whitelist",
"previews": [
{
"resolution": "100x100",
"url": "https://site.com/pic1.jpg"
}
],
"dns": "crypto.ton",
"include_cnft": false,
"code_hash": "<string>",
"data_hash": "<string>"
}
}
],
"next_from": 25713146000001
}Get the transfer nft history
curl --request GET \
--url https://tonapi.io/v2/accounts/{account_id}/nfts/history{
"operations": [
{
"operation": "transfer",
"utime": 1234567890,
"lt": 25713146000001,
"transaction_hash": "0xdeadbeaf",
"item": {
"address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
"index": 58,
"verified": true,
"metadata": {},
"approved_by": [
"getgems"
],
"trust": "whitelist",
"previews": [
{
"resolution": "100x100",
"url": "https://site.com/pic1.jpg"
}
],
"dns": "crypto.ton",
"include_cnft": false,
"code_hash": "<string>",
"data_hash": "<string>"
}
}
],
"next_from": 25713146000001
}"ru-RU,ru;q=0.5"
account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
omit this parameter to get last events
25758317000002
1 <= x <= 1000100
Was this page helpful?