Advanced Trade API Changelog
These release notes list changes to the Coinbase Advanced Trading API.
2023-JUL-26
Added product_id
to candles channel to provide product-level granularity on candle subscriptions
2023-JUL-25
Increased the REST API rate limit to 30 requests per second per IP.
2023-JUL-10
Added candles channel to provide real-time product candles with per second updates.
2023-JUN-23
Added heartbeats channel to provide keepalive mechanism for client websocket connections.
2023-JUN-20
Added Get Best Bid/Ask which returns the best bid/ask for all products.
2023-JUN-15
Added Get Product Book which returns a list of bids and asks.
2023-JUN-01
Added the ability to trade with 230+ USDC pairs with Advanced Trade REST API. Explore with List Products.
2023-MAY-25
Increased the REST API rate limit from 10 to 20 requests per second.
2023-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.
2023-JAN-06
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.