Skip to main content
GET
/
v2
/
events
/
{event_id}
/
jettons
cURL
curl --request GET \
  --url https://tonapi.io/v2/events/{event_id}/jettons
{
  "event_id": "e8b0e3fee4a26bd2317ac1f9952fcdc87dc08fdb617656b5202416323337372e",
  "timestamp": 1234567890,
  "actions": [
    {
      "type": "TonTransfer",
      "status": "ok",
      "simple_preview": {
        "name": "Ton Transfer",
        "description": "Transferring 5 Ton",
        "accounts": [
          {
            "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
            "is_scam": true,
            "is_wallet": true,
            "name": "Ton foundation",
            "icon": "https://ton.org/logo.png"
          }
        ],
        "action_image": "<string>",
        "value": "5 Ton",
        "value_image": "<string>"
      },
      "base_transactions": [
        "e8b0e3fee4a26bd2317ac1f9952fcdc87dc08fdb617656b5202416323337372e"
      ]
    }
  ],
  "value_flow": [
    {
      "account": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "is_scam": true,
        "is_wallet": true,
        "name": "Ton foundation",
        "icon": "https://ton.org/logo.png"
      },
      "ton": 80,
      "fees": 10,
      "jettons": [
        {
          "account": {
            "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
            "is_scam": true,
            "is_wallet": true,
            "name": "Ton foundation",
            "icon": "https://ton.org/logo.png"
          },
          "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>"
          },
          "qty": "200",
          "quantity": 10
        }
      ]
    }
  ],
  "is_scam": false,
  "lt": 25713146000001,
  "in_progress": false,
  "progress": 0.5,
  "last_slice_id": 12345678,
  "ext_msg_hash": "a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456"
}

Headers

Accept-Language
string
default:en
Example:

"ru-RU,ru;q=0.5"

Path Parameters

event_id
string
required

event ID or transaction hash in hex (without 0x) or base64url format

Example:

"97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Response

events

event_id
string
required
Example:

"e8b0e3fee4a26bd2317ac1f9952fcdc87dc08fdb617656b5202416323337372e"

timestamp
integer<int64>
required
Example:

1234567890

actions
object[]
required
value_flow
object[]
required
is_scam
boolean
required

scam

Example:

false

lt
integer<int64>
required
Example:

25713146000001

in_progress
boolean
required

Event trace is not finished yet. Transactions still happening.

Example:

false

progress
number<float>
required
Required range: 0 <= x <= 1
Example:

0.5

last_slice_id
integer<int64>

ID of the slice where this event was finalized. Null if not yet finalized.

Example:

12345678

ext_msg_hash
string

Normalized hash of the root external inbound message (hex).

Example:

"a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456"