curl --location --request POST 'https://newsupport.xbit.pro/api/v1/account-data/deposit-history' \
--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": 10,
"deposits": [
{
"amountInCents": 300,
"createdAt": "2021-09-13T14:34:29.075Z",
"currencyId": "UAH",
"codeId": "UA_RRo3RMyRGgP0m",
"redeemedAt": "2021-09-13T14:34:29.075Z"
}
]
}