Get all Jettons balances by owner address
account ID
0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
accept ton and all possible fiat currencies, separated by commas
["ton","usd","rub"]
GET /v2/accounts/{account_id}/jettons HTTP/1.1 Host: ton-open-api.nownodes.io Accept: */*
account jettons balances
{ "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 } } ] }