curl --request POST \
--url https://whitebit.com/api/v4/trade-account/executed-history \
--header 'Content-Type: application/json' \
--header 'X-TXC-APIKEY: <api-key>' \
--data '
{
"market": "<string>",
"offset": 0,
"limit": 50,
"request": "<string>",
"nonce": "<string>"
}
'