API Documentation
Get CryptoOrder Details
1min
API that returns clients crypto orders matching the requestId. This api requires access token that can be generated using Access Token API.
The response is a list of Crypto Orders which matches the given criteria.
- orderId
- updatedTs : Last Order updated timestamp in epoch milliseconds
- orderType : Type of Order. Can be CHECKOUT/PAYOUT
- requestId : Unique ID passed during Order creation
- clientId : Client ID
- receivedAmount : Actual amount received in supported currency
- payersEmail : Email of the user
- settlementStatus: Status of the settlement
- txnHash: On-Chain transaction hash
- cryptoCurId : Name of the currency supported
- cryptoAmount : Currency Amount
- errorReason : Contains errorCode and errorDesc. Will be received only in case if status is FAILED. List of possible Error Codes
Get order details by client's request-id
GET
Request
Query Parameters
requestId
required
String
Request Id is the unique id that was passed by your application while creating the order.
clientId
required
String
Client Id
Header Parameters
access-token
required
String
Access token received from Access token API. You can reuse the access token across multiple API calls till it is expired.
Updated 14 Nov 2024
Did this page help you?