Skip to main content
GET
/
v1
/
auth
/
nonce
Generate authentication nonce
curl --request GET \
  --url https://api.joyride.exchange/v1/auth/nonce
{
  "nonce": "a1b2c3d4e5f6"
}

Response

200 - application/json

Nonce generated successfully

nonce
string
required

Random nonce string (valid for 5 minutes)

Example:

"a1b2c3d4e5f6"