Name | Method | Endpoint | Scope |
---|---|---|---|
Get Buy Price | GET | /v2/prices/:currency_pair/buy | N/A |
Get Sell Price | GET | /v2/prices/:currency_pair/sell | N/A |
Get Spot Price | GET | /v2/prices/:currency_pair/spot | N/A |
quote: true
option.
This endpoint doesn’t require authentication.
GET https://api.coinbase.com/v2/prices/:currency_pair/buy
quote: true
option.
This endpoint doesn’t require authentication.
GET https://api.coinbase.com/v2/prices/:currency_pair/sell
date
parameter.
This endpoint doesn’t require authentication.
GET https://api.coinbase.com/v2/prices/:currency_pair/spot
Parameter | Type | Required | Description |
---|---|---|---|
date | string | Optional | For historic spot price, use format YYYY-MM-DD (UTC) |