x-api-key: ********************
{
"from": 0,
"pageSize": 0,
"filters": [
{
"type": "EARNED",
"search": "string"
}
],
"sorts": [
{}
],
"walletId": "string",
"currency": "string",
"accountNumber": "string",
"expiresAt": {
"startDate": "string",
"endDate": "string"
}
}
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/listTransactions/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"from": 0,
"pageSize": 0,
"filters": [
{
"type": "EARNED",
"search": "string"
}
],
"sorts": [
{}
],
"walletId": "string",
"currency": "string",
"accountNumber": "string",
"expiresAt": {
"startDate": "string",
"endDate": "string"
}
}'
{
"transactions": [
{
"transactionId": "string",
"type": "string",
"amount": 0,
"description": "string",
"channel": "string",
"createdAt": "string"
}
],
"from": 0,
"pageSize": 0,
"total": 0,
"size": 0
}