cURL
curl --request GET \ --url https://api.odin.fun/v1/btc/balance/{address} \ --header 'Authorization: Bearer <token>'
{ "data": { "balance": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes