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

Body

application/json
address
string
required

Response

Successful Response

nonce
string
required
message
string
required