curl --request GET \
--url https://tonapi.io/v2/accounts/{account_id}/jettons/history{
"operations": [
{
"operation": "transfer",
"utime": 1234567890,
"lt": 25713146000001,
"transaction_hash": "cbf3e3d70ecf6f69643dd430761cd6004de2cacbdbc3029b0abd30ca3cc1c67e",
"amount": "1000000000",
"jetton": {
"address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
"name": "Wrapped TON",
"symbol": "WTON",
"decimals": 9,
"image": "https://cache.tonapi.io/images/jetton.jpg",
"verification": "whitelist",
"score": 123,
"custom_payload_api_uri": "<string>",
"description": "<string>"
},
"trace_id": "8fa19eec7bd6d00d0d76048cebe31e34082a859410c9fcf7d55ef4ff8f7fcb47",
"query_id": "17286061481122318000",
"payload": "<unknown>"
}
],
"next_from": 25713146000001
}Get the transfer jettons history for account
curl --request GET \
--url https://tonapi.io/v2/accounts/{account_id}/jettons/history{
"operations": [
{
"operation": "transfer",
"utime": 1234567890,
"lt": 25713146000001,
"transaction_hash": "cbf3e3d70ecf6f69643dd430761cd6004de2cacbdbc3029b0abd30ca3cc1c67e",
"amount": "1000000000",
"jetton": {
"address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
"name": "Wrapped TON",
"symbol": "WTON",
"decimals": 9,
"image": "https://cache.tonapi.io/images/jetton.jpg",
"verification": "whitelist",
"score": 123,
"custom_payload_api_uri": "<string>",
"description": "<string>"
},
"trace_id": "8fa19eec7bd6d00d0d76048cebe31e34082a859410c9fcf7d55ef4ff8f7fcb47",
"query_id": "17286061481122318000",
"payload": "<unknown>"
}
],
"next_from": 25713146000001
}account ID
"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"
omit this parameter to get last events
25758317000002
1 <= x <= 1000100
Was this page helpful?