cURL
curl --request GET \ --url https://api.orderly.org/v1/settle_nonce \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "settle_nonce": 1 } }
Limit: 10 requests per 1 second
GET /v1/settle_nonce
Retrieve a nonce used for requesting a withdrawal on Orderly. Each nonce can only be used once.
OK
The response is of type object.
object