Skip to main content

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 and best_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:

Fix:

2022-DEC-09

Fix:

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.

Was this helpful?