curl --location --request POST '/api/v1/offramp/all-transactions' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 10
}'
{
"status": 1,
"code": 200,
"data": [
{
"transactionId": "437",
"createdAt": "2023-11-24T13:22:35.000Z",
"fromAmount": "20",
"toAmount": null,
"fromCurrency": "usdt",
"toCurrency": "INR",
"chain": "bep20",
"status": "0"
},
{
"transactionId": "436",
"createdAt": "2023-11-24T13:19:58.000Z",
"fromAmount": "20",
"toAmount": null,
"fromCurrency": "usdc",
"toCurrency": "INR",
"chain": "matic20",
"status": "0"
}
]
}