Get the balance of an address

GET {{baseUrl}}/v3/bitcoin/address/balance/:address

1 credit per API call.


Gets the Bitcoin balance of the address.

RESPONSES

status: OK

{"incoming":"0.1234","outgoing":"0.1"}