POST
/
v1
/
client
/
set_orderly_key_ip_restriction
curl --request POST \
  --url https://api-evm.orderly.network/v1/client/set_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,
  "data": {
    "ip_restriction_list": [
      "192.168.0.1-192.168.0.10"
    ]
  }
}

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.

ip_restriction_list
string
required

List of IP or IP ranges (comma separated), that will be allowed to place orders with the orderly_key.

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required