Changelog
These release notes list changes to the Coinbase Advanced Trading API.
2022-FEB-09
Fix:
- List Accounts pagination was not working for some requests.
- Get Market Trades
best_ask
andbest_bid
are now populated in the response. - All channels bug where unsubscribing from one product sometimes unsubscribes for all.
2022-JAN-6
Feature:
- Market trades channel was added to send real-time updates of trades in specified markets.
- OAauth2 is now officially supported as an authentication option.
Fix:
- Create Order was cancelling post-only orders placed with an invalid limit price immediately after placement. Post only orders on BUY side are required to have a limit price lower than best ask, and post only orders on SELL side are required to have a limit price higher than best bid. If these conditions are not met on an endpoint call, the order will now be rejected with a corresponding error.
2022-DEC-21
Feature:
- WebSocket API rate limits increased to 750 requests per second.
- User channel supports new fields:
product_id
,creation_time
,order_side
,order_type
.
Fix:
- List Products offset was not always being honoured in the request.
- List Fills scope changed to wallet:transactions:read.
- Get Account was sometimes returning 0 incorrectly as the account's balance.
- Get Order was incorrectly returning postOnly as false.
2022-DEC-09
Fix:
- Get Transaction Summary no longer requires a
user_native_currency
(the field has been deprecated).
2022-DEC-07
- GA release of the Advanced Trade REST API and WebSocket protocols.
2022-NOV-15
- Public BETA release of the Advanced Trade REST API and WebSocket protocols.