Skip to main content

/getAddressBalance REST API Endpoint

Get balance (in nanotons) of a given address.

Updated on
Oct 23, 2024

/getAddressBalance REST API Endpoint

Query Parameters

address
string
REQUIRED
An identifier of target TON account in any form

Returns

ok
boolean
Indicates whether the response was successful
result
string
The balance of the given address in nanotons
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getAddressBalance?address=UQDNwlhcbPbRZmCn1Eew99yxC1TqUpU2jBv0ba8oI1oan3WC' \
2
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free