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": "<string>", "ip": "<string>" } '
{ "data": [ "<string>" ] }
This endpoint removes an IP address from the allowed list for a sub-account API key.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
ID of the API key to remove IP address from
IP address to remove from allowed list
IP address removed successfully