Order
Get order details
Returns the order details for a given order ID
get/order
Query parameters
idstring string required
The order ID to get the details for
Response
Order response
Example response
{
"status": "success",
"data": {
"orderId": "99854-2345",
"quoteId": "d1614a76-9c7f-4111-98a7-43199f307e5b",
"isValid": true,
"displayAmount": "1000.00 NGN",
"paymentBtcDetail": "lntbs14912790n1pjnruqtpp5xmrq39nwyhgde4a94wsnuacj4stacls05g4x5du2req9pvjpqz6sdz9296k7ar98gsxgdm9vvmx2v3s95ckyceh956xvd3595uxyetr95cnydrxxv6nvwrxv5mngcqzpuxqzfvsp578t78k4628snkkhc43eqrpn6sem28w4cwgzn7ceyyr320kwm4uss9qyyssqcwxw8wy2qenwgm7gagx9lwvcs9w9tw47ntuc823yclasjqczvvj545hr4d9nmg996l0cswudgeawclwytafmh66a2fafk4heksyae5sq3vzd28",
"createdAt": "2021-07-01T12:00:00Z",
"quote": {
"id": "d1614a76-9c7f-4111-98a7-43199f307e5b",
"exchangeRate": 5000000.23,
"usdToTargetCurrencyRate": 1500.65,
"transactionFeesInSourceCurrency": 11163,
"transactionFeesInTargetCurrency": "3750.00",
"amountInSourceCurrency": 1499589,
"amountInTargetCurrency": "50000.00",
"expiry": "2021-07-01T12:00:00Z",
"isValid": true,
"createdAt": "2021-07-01T12:00:00Z",
"updatedAt": "2021-07-01T12:00:00Z"
}
}
}