Skip to main content

Localization

Coinbase API supports localization for error messages and other strings. Localization is defined in each request with Accept-Language header. Accepted values are currently:

  • de - Deutsch
  • en - English (default)
  • es - Español
  • es-mx - Español - Méjico
  • fr - Français
  • id - bahasa Indonesia
  • it - Italiano
  • nl - Nederlands
  • pt - Português
  • pt-br - Português - Brazil

Numbers, currency and datetime don't rely on localization so they will always be returned in standard format.

Was this helpful?