Skip to main content
POST
/
v1
/
applications
/
nonce
Application Nonce
curl --request POST \
  --url https://api.yieldo.xyz/v1/applications/nonce \
  --header 'Content-Type: application/json' \
  --data '
{
  "address": "<string>",
  "audience": "<string>"
}
'
{
  "nonce": "<string>",
  "message": "<string>"
}

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

Response

Successful Response

nonce
string
required
message
string
required