English
curl --request GET \ --url 'https://doc-api.oppiwallet.com/api/v1/transaction/03ea5d69-9ebf-4bfc-9b77-3aec6a6784d6?transactionType=1' \ --header 'signatureToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \ --header 'Content-Type: application/json'
{ "transactionId": "03ea5d69-9ebf-4bfc-9b77-3aec6a6784d6", "receiverAddress": "0xAB710B08A....E02421Ff9Ef231Ee212", "depositAddress": "0xd5350F580....2bC925a07091b443732", "orderId": "ORDER_1", "tag": "", "currency": "ETH", "amount": "0.01", "callbackStatus": 0, "createdAt": "2024-05-09T06:05:20.087Z", "status": 0 }
This API is used to retrieve details of a specific transaction.
application/json