GET
/
v1
/
buy
/
options
curl --request GET \
  --url https://api.developer.coinbase.com/onramp/v1/buy/options \
  --header 'Authorization: Bearer <token>'
{
  "paymentCurrencies": [
    {
      "id": "<string>",
      "limits": [
        {
          "id": "UNSPECIFIED",
          "max": "<string>",
          "min": "<string>"
        }
      ]
    }
  ],
  "purchaseCurrencies": [
    {
      "iconUrl": "<string>",
      "id": "<string>",
      "name": "<string>",
      "networks": [
        {
          "chainId": 123,
          "contractAddress": "<string>",
          "displayName": "<string>",
          "name": "<string>"
        }
      ],
      "symbol": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.

Query Parameters

country
string

The ISO 3166-1 two letter country code e.g. US

subdivision
string

The ISO 3166-2 two letter state code e.g. NY, only required for US

networks
string

Comma-separated list of network names (e.g. ethereum,polygon), available network names are returned in each crypto currency

Response

200
application/json

OK

List of crypto assets available to buy, and fiat currencies that can be used to purchase