Skip to main content
GET
/
btc
/
balance
/
{address}
cURL
curl --request GET \
  --url https://api.odin.fun/v1/btc/balance/{address} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "balance": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

address
string
required

Response

default - application/json
data
object