> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strails.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Notable changes and additions to the Strails API and documentation

Track new endpoints, breaking changes, and improvements to the Strails API and documentation.

<Update label="2026-07-24" description="Documentation">
  **API reference navigation & cleanup**

  * Added header anchor links to API reference overview tables for:
    * User Management, Virtual Accounts, FX Settings, Fee Management, Trading Management, and Management API.
  * Restored dedicated Management API sections for:
    * `POST /storepublickey`
    * `GET /getplatformpublickey`
    * `GET /getaeskey`
  * Updated Authentication and Encryption guides to document X25519 key registration, platform public key retrieval, and legacy AES key usage.
  * Removed redundant GitBook-era `.md` duplicates, leaving `.mdx` as the canonical documentation format.
</Update>

<Update label="2026-07-23" description="Documentation">
  **Navigation & layout conformance**

  * Restructured top navigation into **Documentation**, **Security**, **API Reference**, and **Changelog**.
  * Consolidated the Security tab into a single sidebar group containing Authentication, Encryption, and HMAC Signatures.
  * Added `title` and `sidebarTitle` frontmatter across documentation and API-reference pages for consistent page and sidebar labels, and removed duplicated in-page H1 headings.
  * Removed invalid `iconType` properties from `docs.json` tabs.

  **Fixes**

  * Fixed broken cross-page anchors in Authentication (orderbook, fee-management, and offramp rate-limit links), Transactions, and MPC Wallet pages.
  * Replaced absolute `docs.strails.co` links with relative links in the MPC Wallet setup flow.
  * Corrected the SLIP-0044 reference link in Multi-Chain Wallet.
  * Standardized the support contact to [support@strails.io](mailto:support@strails.io) across all pages.
  * Added the missing Management & Configuration card to the API Reference overview.
  * Standardized response envelope examples in Wallet Management API to use `status`, `response_code`, `message`, and `data`.
  * Removed redundant `/v1` prefix from balance endpoints (`/balance/multi`, `/balance/address`, `/balance/user/:userId`).
  * Fixed async processing status example in Core Concepts from `processing` to `requested`.
  * Removed duplicate `api-reference/orderbook-management.md` file; canonical file is now `orderbook-management.mdx`.
</Update>

<Update label="2026-07-20" description="API">
  * Added fintech system wallet balance endpoints:
    * `GET /balance/multi`
    * `POST /balance/address`
    * `GET /balance/user/:userId`
</Update>

<Update label="Earlier releases">
  * FX orderbook and trading endpoints.
  * MPC vault registration and auto-signing configuration.
  * Fintech fee management and withdrawal APIs.
  * Virtual account deposits and fiat payout flows.
</Update>

***

Have a feature request or found a documentation issue? Contact us at [support@strails.io](mailto:support@strails.io).
