Table of Endpoints
Name | Method | Endpoint | Scope |
---|---|---|---|
Get Fiat Currencies | GET | /v2/currencies | N/A |
Get Cryptocurrencies | GET | /v2/currencies/crypto | N/A |
Get Fiat Currencies
Lists known fiat currencies. Currency codes conform to the ISO 4217 standard where possible. Currencies with no representation in ISO 4217 may use a custom code. This endpoint doesn’t require authentication.HTTP Request
GET https://api.coinbase.com/v2/currencies
Scopes
- No permission required
Examples
Request
Response
Get Cryptocurrencies
Lists known cryptocurrencies. This endpoint doesn’t require authentication.HTTP Request
GET https://api.coinbase.com/v2/currencies/crypto
Scopes
- No permission required