Skip to main content
GET
/
token
/
{id}
/
owners
cURL
curl --request GET \
  --url https://api.odin.fun/v1/token/{id}/owners \
  --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

id
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.