Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt

Use this file to discover all available pages before exploring further.

Base URL & Versioning

Base URL

https://api.sertexity.com/v1
All endpoint paths in this documentation are relative to this base URL.

Environments

EnvironmentURL
Productionhttps://api.sertexity.com/v1
Sandboxhttps://sandbox.sertexity.com/v1
The sandbox is functionally identical to production. Asset prices in the sandbox are fixed and do not reflect live markets.

Versioning

The API version is embedded in the URL path (/v1, /v2, …). Breaking changes always result in a new major version. We announce deprecations at least 60 days in advance. Additive changes (new optional fields, new endpoints) may be shipped to the current version without notice.

Content type

All requests must send:
Content-Type: application/json
Accept: application/json