Skip to main content
GET
/
api
/
v3
/
brokerage
/
market
/
products
/
{product_id}
/
ticker
Get Public Market Trades
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/market/products/{product_id}/ticker
{
  "trades": [
    {
      "trade_id": "34b080bf-fcfd-445a-832b-46b5ddc65601",
      "product_id": "BTC-USD",
      "price": "140.91",
      "size": "4",
      "time": "2021-05-31T09:59:59.000Z",
      "side": "<any>",
      "exchange": "<string>"
    }
  ],
  "best_bid": "291.13",
  "best_ask": "292.40"
}

Path Parameters

product_id
string
required

Query Parameters

limit
integer
required
start
string
end
string

Response

trades
object[]
best_bid
string
Example:
best_ask
string
Example: