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 /storepublickeyGET /getplatformpublickeyGET /getaeskey
- Updated Authentication and Encryption guides to document X25519 key registration, platform public key retrieval, and legacy AES key usage.
- Removed redundant GitBook-era
.mdduplicates, leaving.mdxas the canonical documentation format.
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
titleandsidebarTitlefrontmatter across documentation and API-reference pages for consistent page and sidebar labels, and removed duplicated in-page H1 headings. - Removed invalid
iconTypeproperties fromdocs.jsontabs.
- Fixed broken cross-page anchors in Authentication (orderbook, fee-management, and offramp rate-limit links), Transactions, and MPC Wallet pages.
- Replaced absolute
docs.strails.colinks 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 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, anddata. - Removed redundant
/v1prefix from balance endpoints (/balance/multi,/balance/address,/balance/user/:userId). - Fixed async processing status example in Core Concepts from
processingtorequested. - Removed duplicate
api-reference/orderbook-management.mdfile; canonical file is noworderbook-management.mdx.
API
- Added fintech system wallet balance endpoints:
GET /balance/multiPOST /balance/addressGET /balance/user/:userId
- 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.
Have a feature request or found a documentation issue? Contact us at support@strails.io.