cURL
curl --request GET \ --url https://api.bitski.com/v1/orders/{orderId}
{ "order": { "createdAt": "2023-04-20T21:05:20.976Z", "currency": "USD", "fees": "1.00", "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "items": [ { "amount": "10.00", "fees": "1.00", "productId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "taxes": "1.00" } ], "status": "DRAFT", "subtotal": "10.00", "taxes": "1.00", "total": "12.00" } }
Get details about a given order
Documentation IndexFetch the complete documentation index at: https://docs.bitski.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties