API structure has changed
8 structure changes including:
1 Breaking change
1 Addition
6 Modifications
1 Removal
Modified
6
Breaking
DELETE /trading/accounts/{account_id}/orders/{order_id}
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/orders
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/orders/{order_id}
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/positions
- Response
-
200 response Modified
-
application/json content type Modified
-
items property Modified
-
asset, total, available, reserved properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- market_id, qty, realized_pnl, fees_paid, last_update_engine_seq properties Added
-
asset, total, available, reserved properties Removed
-
items property Modified
-
application/json content type Modified
- Query
-
asset query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- market_id query parameter Added
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
PATCH /trading/accounts/{account_id}/orders/{order_id}
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
POST /trading/accounts/{account_id}/orders
- Authentication
-
Oauth2 authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Hmac auth authentication method Added
- Header
- PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
Removed
1
Breaking
Oauth2authentication method
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
Hmac authauthentication method