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",
        "score": 123,
        "custom_payload_api_uri": "<string>",
        "scaled_ui": {
          "numerator": "597968399",
          "denominator": "597968399"
        },
        "description": "<string>"
      },
      "trace_id": "8fa19eec7bd6d00d0d76048cebe31e34082a859410c9fcf7d55ef4ff8f7fcb47",
      "query_id": "17286061481122318000",
      "source": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation",
        "icon": "https://ton.org/logo.png"
      },
      "destination": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation",
        "icon": "https://ton.org/logo.png"
      },
      "payload": "<unknown>"
    }
  ],
  "next_from": 25713146000001
}

Documentation Index

Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

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