Skip to main content
POST
/
v1
/
auth
/
nonce
Request authentication nonce
curl --request POST \
  --url https://joyride.exchange/api/v1/auth/nonce \
  --header 'Content-Type: application/json' \
  --data '
{
  "wallet": "GmQozSzrtMjXt5F1Bed8Vrt55zCbiga8vDZr47RX9wC8"
}
'
{
  "nonce": "a1b2c3d4e5f67890a1b2c3d4e5f67890"
}

Documentation Index

Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt

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

Body

application/json
wallet
string
required

Solana wallet address (base58-encoded, 32 bytes)

Example:

"GmQozSzrtMjXt5F1Bed8Vrt55zCbiga8vDZr47RX9wC8"

Response

Nonce generated successfully

nonce
string
required

Random 32-character hex nonce (valid for 5 minutes)

Example:

"a1b2c3d4e5f67890a1b2c3d4e5f67890"