Support Center

API Versioning

How we organize our API versioning

From time to time will release new API versions based on adding new features and cater for users needs. To handle the API changes and new versions, we will give;

  • Advanced notice before releasing a new version or retiring an old version, and

  • plan to support up to two active versions and

Backward compatible changes may include:

  • Adding new response attributes

  • Adding new endpoints

  • Adding new methods to an existing endpoint

  • Adding new query string parameters

  • Adding new path parameters

  • Changing the order of existing response attributes

The versions number is added to the base URL:

  • Example: https://www.cryptoquote.io/api/v1

Our Current API Version isv1