cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/api-key/ip-address/delete \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "apiKeyId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "ip": "192.168.1.100" } '
{ "data": [ "<string>" ] }
The endpoint removes an IP address from the allowed list for a sub-account API key.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
ID of the API key to remove IP address from
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
IP address to remove from allowed list
"192.168.1.100"
IP address removed successfully
Was this page helpful?