API Versioning
Crypto APIs API Versioning
An additional feature in the Crypto APIs system allows us to generate new API versions of our endpoints each time backwards-incompatible changes have been made to them. Versions are generally titled with a date and "stable" versions are marked as such. You can try out new features and changes in our newer versions not marked as "stable". Our technical documentation lists all available API versions. To view a specific one, select it from the drop down menu. All requests use your account's API version, unless you override the API version with a header.
The request header that you should use to select a chosen API version: header: x-api-version
Switch Default CryptoAPIs API Version to the Latest
2024-12-12 is not backward compatible with older versions. Switching may introduce breaking changes in request/response payloads, endpoint behavior, and error formats. Please review and test your integration in a non-production environment before changing your default version.Follow these steps to change your default API version to the latest release (2024-12-12):
- Go to https://app.cryptoapis.io/login and log in with your account owner.
- Open API Key Management → API Keys.
- In the top right corner, click the edit icon next to "Your Default API Version".
- Select
2024-12-12from the version list. - Click "Yes, Change My API Version" to confirm.
Your account will now use 2024-12-12 as the default API version for all requests that do not explicitly specify a version.