Name | Method | Endpoint | Scope |
---|---|---|---|
Get Exchange Rates | GET | /v2/exchange-rates | N/A |
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.
GET https://api.coinbase.com/v2/exchange-rates
Parameter | Type | Required | Description |
---|---|---|---|
currency | string | Optional | Base currency (default: USD ) |