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,
  "timestamp": 1702989203989,
  "data": {
    "nonce": 14001212121234
  }
}

Response

200 - application/json

OK

The response is of type object.