Get balance (in nanotons) of a given address.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getAddressBalance
{ "ok": true, "result": "<string>", "error": "<string>", "code": 123 }
Identifier of target TON account in any form.
Successful Response
Was this page helpful?