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

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Response

OK

List of supported countries and fiat deposit methods for selling

countries
object[]