Skip to main content
POST
/
auth
cURL
curl --request POST \
  --url https://api.odin.fun/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "publickey": "<string>",
  "delegation": "<string>",
  "timestamp": "<string>",
  "signature": "<string>",
  "referrer": "<string>"
}'
{
  "token": "<string>"
}

Body

application/json
timestamp
string
required
signature
string
required
publickey
string
delegation
string
referrer
string

Response

default - application/json
token
string
required
I