API structure has changed
5 structure changes including:
5 Modifications
Modified
5
DELETE /trading/accounts/{account_id}/orders
- Response
-
201 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
-
202 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
GET /trading/accounts/{account_id}/orders
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
- volume, filled_volume properties Added
-
items property Modified
-
application/json content type Modified
GET /trading/accounts/{account_id}/orders/{order_id}
- Response
-
200 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
PATCH /trading/accounts/{account_id}/orders/{order_id}
- Response
-
201 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
-
202 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
POST /trading/accounts/{account_id}/orders
- Body
-
application/json content type Modified
- volume, token properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified
-
202 response Modified
-
application/json content type Modified
- volume, filled_volume properties Added
-
application/json content type Modified