Algos
Get open algo orders
Get current user all open algo orders
get/algo/orders
Response
OK
Example response
{
"results": [
{
"account": "0x4638e3041366aa71720be63e32e53e1223316c7f0d56f7aa617542ed1e7512",
"avg_fill_price": "26000",
"cancel_reason": "NOT_ENOUGH_MARGIN",
"created_at": 1681493746016,
"end_at": 1681493746016,
"id": "123456",
"last_updated_at": 1681493746016,
"market": "BTC-USD-PERP",
"remaining_size": "0",
"size": "0.05"
}
]
}Changes
Changed in 1 of the 50 revisions of this API.2
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the media type
application/jsonfor the response with the status400response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○