cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/unblock \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "id": "<string>" } '
{}
This endpoint unblocks sub-account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Sub-account id
Sub-account unblocked successfully
The response is of type object.
object