API Versioning
Sending your version
X-Nexus-Api-Version: v0.6.2Minimum supported version
Below the minimum: 426 Upgrade Required
{
"code": "api_version_unsupported",
"message": "Unsupported or missing API version. Fetch the current OpenAPI spec at spec_url, regenerate your client, and retry with the X-Nexus-Api-Version header.",
"min_version": "0.6.0",
"current_version": "0.6.2",
"spec_url": "https://github.com/nexus-xyz/nexus-exchange-api/releases",
"docs_url": "https://docs.nexus.xyz/exchange/apis-and-rates/api-versioning"
}Deprecation and sunset
Header parsing details
Discovering the current version
Recommended client pattern
Last updated

