Get user all transaction
Returns all onramp transaction for a user.
Get all onramp transaction for an user
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": [
{
"transactionId": "632",
"createdAt": "2023-12-07T21:02:13.000Z",
"updatedAt": "2023-12-07T21:02:13.000Z",
"fromAmount": "49",
"toAmount": "10.82",
"fromCurrency": "AED",
"toCurrency": "usdc",
"chain": "matic20",
"paymentMethodType": "",
"depositAddress": "0xca8fa8f0b631ecdb18cda619c4fc9d197c8affcb",
"status": "15",
"transactionHash": "0x9b34a0e4897cd834847d8bbb8814eba72149f914785c406684d4f887ac"
},
{
"transactionId": "631",
"createdAt": "2023-12-07T21:00:54.000Z",
"updatedAt": "2023-12-07T21:00:54.000Z",
"fromAmount": "49",
"toAmount": "10.82",
"fromCurrency": "AED",
"toCurrency": "usdc",
"chain": "matic20",
"paymentMethodType": "",
"depositAddress": "0xca8fa8f0b631ecdb18cda619c4fc9d197c8affcb",
"status": "15",
"transactionHash": "0x9b34a0e4897cd834847d8bbb8814eba72149f914785c406684d4f887ac"
},
{
"transactionId": "627",
"createdAt": "2023-12-07T16:36:14.000Z",
"updatedAt": "2023-12-07T16:36:13.000Z",
"fromAmount": "49",
"toAmount": "10.71",
"fromCurrency": "AED",
"toCurrency": "usdc",
"chain": "matic20",
"paymentMethodType": "",
"depositAddress": "0xca8fa8f0b631ecdb18cda619c4fc9d197c8affca",
"status": "-1",
"transactionHash": null
}
}Last updated