GET /accounts/orders
GET
/accounts/orders
<Description of the endpoint>
Headers
X-API-KEY
<YOUR_API_KEY>
Response
// Response Type AssetUnit:enum ['lovelace', '5066154a102ee037390c5236f78db23239b49c5748d3d349f3ccf04b55534458'] balance: {AssetUnit: integer, ... }
{ "orders": [ { "pair": "string" "order_id": "string", "price": "string", "slippage": "string", "orig_qty": "string", "executed_qty": "string", "settling_qty": "string", "status": "enum['build', 'pending', 'open', 'cancelled', 'partial_filled', 'fully_filled', 'pending_settle', 'failed']", "time_in_force": "string", "expiry_time": float, "type": "string", "side": "string", "created_time": float, "udpated_time": float, }, ... ] }
{ "error": "Unauthorized Access" }
{ "error": "Internal Server Error" }
Last updated 8 months ago