Get transaction
Returns an individual offramp transaction for a user.
Get an offramp transaction from transactionId.
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"transactionId": "433",
"createdAt": "2023-11-21T13:50:29.000Z",
"updatedAt": "2023-11-21T13:50:29.000Z",
"fromAmount": "20",
"toAmount": "8.94",
"fromCurrency": "USDT",
"toCurrency": "AED",
"chain": "matic20",
"fiatAccountId": "2",
"status": "1",
"transactionHash": null
}
}{
"status": 0,
"code": 400,
"error": "Missing parameter -> customerId, transactionId."
}Last updated