Skip to main content
GET
/
user
/
{principal}
/
balances
cURL
curl --request GET \
  --url https://api.odin.fun/v1/user/{principal}/balances \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

principal
string
required

Query Parameters

page
number
limit
number
sort
enum<string> | null
Available options:
,
balance:asc,
balance:desc,
holding_value:asc,
holding_value:desc,
btc_first:asc,
btc_first:desc

Response

200 - application/json

The response is of type any.