Skip to main content
GET
/
v1
/
registration_nonce
Get registration nonce
curl --request GET \
  --url https://api.orderly.org/v1/registration_nonce
{
  "success": true,
  "data": {
    "registration_nonce": "194528949540"
  },
  "timestamp": 1702989203989
}

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

data
object
required
timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989