cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/api-key/ip-address/create \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "apiKeyId": "<string>", "ip": "<string>" } '
{ "data": [ "<string>" ] }
The endpoint adds a new IP address to 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 add IP address to
IP address to add to allowed list
IP address added successfully
Was this page helpful?