Skip to main content
GET
/
user
/
{principal}
/
referral_earnings
cURL
curl --request GET \
  --url https://api.odin.fun/v1/user/{principal}/referral_earnings \
  --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
user
string
required
sort
object

Response

200 - application/json

The response is of type any.