curl --location --request POST '/onramp/api/v2/whiteLabel/offramp/allUserTransaction' \
--data-urlencode 'customerId=' \
--data-urlencode 'page=1' \
--data-urlencode 'pageSize=20'
{
"status": 1,
"code": 200,
"data": [
{
"transactionId": "437",
"createdAt": "2023-11-24T13:22:35.000Z",
"fromAmount": "20",
"toAmount": null,
"fromCurrency": "usdt",
"toCurrency": "INR",
"chain": "bep20",
"fiatAccountId": "1",
"status": "0"
},
{
"transactionId": "436",
"createdAt": "2023-11-24T13:19:58.000Z",
"fromAmount": "20",
"toAmount": null,
"fromCurrency": "usdc",
"toCurrency": "INR",
"chain": "matic20",
"fiatAccountId": "1",
"status": "0"
}
]
}