POST
/
v1
/
client
/
reset_orderly_key_ip_restriction
curl --request POST \
  --url https://api-evm.orderly.network/v1/client/reset_orderly_key_ip_restriction \
  --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
}

Headers

orderly-timestamp
string
required
orderly-account-id
string
required
orderly-key
string
required
orderly-signature
string
required

Query Parameters

orderly_key
string
required

The Orderly Key to set the IP restriction list

reset_mode
string
required

The new mode of the IP restriction for this Orderly Key (ALLOW_ALL_IPS, DISALLOW_ALL_IPS).

Response

200 - application/json
success
boolean
required
timestamp
integer