{
"address": "EQAFmjUoZUqKFEBGYFEMbv-m61sFStgAfUR8J6hJDwUU09iT",
"limit": "10",
"offset": "0"
}
curl --location --request POST 'https://app.apiton.org/v2.Address/Jettons' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "EQAFmjUoZUqKFEBGYFEMbv-m61sFStgAfUR8J6hJDwUU09iT",
"limit": "10",
"offset": "0"
}'
Value
represents a dynamically typed value which can be eitherValue
is JSON value.{
"result": [
{
"address": "UQC_lZX7J7IipDbpdiO7GuQeEqMKcj6x2rnfQQ9Rm8FhCljN",
"symbol": "TONBULL",
"balance": 10000000,
"content": {
"decimals": "9",
"image": "https://i.postimg.cc/W4y53Zt2/IMG-20240327-174927-521.png",
"name": "TON BULL",
"symbol": "TONBULL"
},
"master_address": "UQDsJPo7tniAk3zGxqiHeIQZf4blkfuK7N5njp0fUytN00Cy"
}
]
}