Jettons

get

Get all Jettons balances by owner address

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
Query parameters
currenciesstring[]Optional

accept ton and all possible fiat currencies, separated by commas

Example: ["ton","usd","rub"]
Responses
200
account jettons balances
application/json
get
GET /v2/accounts/{account_id}/jettons HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "balances": [
    {
      "balance": 597968399,
      "price": {
        "prices": {
          "TON": 1.3710752873163712
        },
        "diff_24h": {
          "TON": "-1.28%"
        },
        "diff_7d": {
          "TON": "-2.74%"
        },
        "diff_30d": {
          "TON": "-0.56%"
        }
      },
      "wallet_address": {
        "address": "0:10C1073837B93FDAAD594284CE8B8EFF7B9CF25427440EB2FC682762E1471365",
        "name": "Ton foundation",
        "is_scam": true,
        "icon": "https://ton.org/logo.png",
        "is_wallet": true
      },
      "jetton": {
        "address": "0:0BB5A9F69043EEBDDA5AD2E946EB953242BD8F603FE795D90698CEEC6BFC60A0",
        "name": "Wrapped TON",
        "symbol": "WTON",
        "decimals": 9,
        "image": "https://cache.tonapi.io/images/jetton.jpg",
        "verification": "whitelist"
      },
      "lock": {
        "amount": 597968399,
        "till": 1678223064
      }
    }
  ]
}