Skip to main content
GET
/
v1
/
public
/
sv_nonce
Get strategy vault nonce for account transaction
curl --request GET \
  --url https://api.orderly.org/v1/public/sv_nonce
{
  "success": true,
  "data": {
    "nonce": 14001212121234
  },
  "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