Retrieves details for single order that has been submitted
Security
sec0
- Mock serverhttps://docs.banxa.com/_mock/products/legacy-api/openapi/api/orders/{order_id}
- https://api.banxa.comhttps://api.banxa.com/api/orders/{order_id}
curl -i -X GET \
'https://docs.banxa.com/_mock/products/legacy-api/openapi/api/orders/{order_id}?fx_currency=string' \
-H 'Accept: application/json' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-Request-Id: string'Response
- Result
- With Promotion
{ "data": { "order": { … } } }