Skip to main content
GET
/
v2
/
accounts
/
{account_id}
/
jettons
/
history
cURL
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
}

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Query Parameters

before_lt
integer<int64>

omit this parameter to get last events

Example:

25758317000002

limit
integer
required
Required range: 1 <= x <= 1000
Example:

100

Response

account jettons history

operations
object[]
required
next_from
integer<int64>
Example:

25713146000001