curl --location --request POST 'https://newsupport.xbit.pro/api/v1/account-data/withdraw-to-crypto' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": 1707484035123,
"limit": 10,
"offset": 0
}'{
"count": 20,
"withdraws": [
{
"id": 4,
"address": "bh7628bdsl992364hskdjnvlwdi987",
"createdAt": "2022-01-14T13:50:34.990Z",
"confirmedAt": null,
"status": "notConfirmed",
"cryptoCurrencyTypeId": "usdt(erc-20)",
"amount": 0.22,
"transactionId": null,
"transactionHash": null,
"exchangeId": null,
"amountInCents": "500",
"currencyId": "UAH"
}
]
}