Skip to main content
POST
/
v1
/
creators
/
login
Login
curl --request POST \
  --url https://api.yieldo.xyz/v1/creators/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "signature": "<string>"
}
'
{
  "session_token": "<string>",
  "expires_at": "<string>",
  "kol": {}
}

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
signature
string
required

Response

Successful Response

session_token
string
required
expires_at
string
required
kol
Kol · object
required