Balance
Get the balance of any Bitcoin address
Last updated
Get the balance of any Bitcoin address
Last updated
The best way to interact with our API:
For mainnet a valid apikey is needed and needs to be send as a query parameter. You can for testing the api. The correct url for mainnet is:
Where $SECRET
needs to be replaced with your own apikey.
The response from the api contains two fields, status
and balance
. When status is 200
the request was successful and it will contain the value in the balance
field. E.g.:
The status
field can contain different responses like depending on the request.
The balance
is in satoshi's and if you want to change it to BTC, it needs to be divided by 100000000. E.g.: