Skip to main content
GET
/
v1
/
buy
/
config
Get buy config
curl --request GET \
  --url https://api.developer.coinbase.com/onramp/v1/buy/config \
  --header 'Authorization: Bearer <token>'
{
  "countries": [
    {
      "id": "<string>",
      "paymentMethods": [
        {
          "id": "UNSPECIFIED"
        }
      ],
      "subdivisions": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

countries
object[]