Track APIs
Data API- Exchange Rates
Table of Endpoints
Name | Method | Endpoint | Scope |
---|---|---|---|
Get Exchange Rates | GET | /v2/exchange-rates | N/A |
Get Exchange Rates
Get current exchange rates. Default base currency is USD
but it can be defined as any supported currency (see Currencies
endpoint). Returned rates will define the exchange rate for one unit of the base currency.
This endpoint doesn’t require authentication.
HTTP Request
GET https://api.coinbase.com/v2/exchange-rates
Scopes
- No permission required
Arguments
Parameter | Type | Required | Description |
---|---|---|---|
currency | string | Optional | Base currency (default: USD ) |