Change notices#
Numbered notices for changes that can affect API integrations. Breaking changes get a notice before rollout; subscribe by watching this page (every page also has a Markdown twin — append .md to its URL).
| Notice | Date | Type | Summary |
|---|---|---|---|
| CH-002 | 2026-05 | Breaking | api.trade.anboto.xyz retired. Production REST and WebSocket hosts are api.pro.anboto.xyz / wss://api.pro.anboto.xyz/api/v2/ws. |
| CH-001 | 2026-08-31 | Info | API documentation moved to this site (api-docs.anboto.xyz). The former GitHub Pages site remains available during the transition; specs and content are identical. No API behavior change. |
CH-002 — api.trade.anboto.xyz retired#
Type: breaking · Date: May 2026
The legacy production host api.trade.anboto.xyz no longer resolves. Point REST calls at https://api.pro.anboto.xyz and WebSocket connections at wss://api.pro.anboto.xyz/api/v2/ws. Paths, authentication and signing are unchanged — the host is the only difference. Testnet (api.testnet.anboto.xyz) is unaffected.
CH-001 — Documentation site migration#
Type: informational · Date: 2026-08-31
API docs now live at api-docs.anboto.xyz, generated directly from the OpenAPI/AsyncAPI specs. The GitHub Pages site (anbotolabs.github.io/anboto-api-docs) stays online until cutover completes, then redirects here. Spec URLs on this site: OpenAPI · AsyncAPI. No endpoint, auth, or schema change.