Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Trace FX API uses theX-Trace-Version header to route requests to a specific API version. This lets you pin your integration to a known version while newer versions are released.
How it works
Setting the version
Include theX-Trace-Version header in your requests:
Non-breaking changes
The following changes do not require a new version. They can be released at any time:- Adding new optional fields to responses
- Adding new endpoints
- Adding new optional query parameters
Configure your client to ignore unknown fields in responses. Strict validation may cause failures when optional fields are added.
Breaking changes
The following changes trigger a new major version:- Removing or renaming existing fields
- Changing a field’s data type (e.g. integer to string)
- Making an optional field required
- Reorganizing the response structure
- Changing endpoint behavior, status codes, or error responses
- Adding new enum values that affect strict validation