Skip to main content
POST
/
v1
/
admin
/
login
Admin Login
curl --request POST \
  --url https://api.yieldo.xyz/v1/admin/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "nonce": "<string>",
  "signature": "<string>",
  "password": "<string>"
}
'
{
  "token": "<string>",
  "address": "<string>",
  "expires_in_hours": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
address
string
required
nonce
string
required
signature
string
required
password
string
required

Response

Successful Response

token
string
required
address
string
required
expires_in_hours
integer
required