curl --location --request POST 'https://newsupport.xbit.pro/api/v1/account-data/code-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": 100,
"codes": [
{
"id": "UA_LNeeVLNlmp8va",
"amountInCents": 300,
"currencyId": "UAH",
"redeemedAt": "2021-09-13T14:34:29.075Z",
"createdAt": "2021-09-13T14:34:29.075Z"
}
]
}