RWA API
Documentation for integrators using the Anchored RWA API to build stock trading, cash movement, and portfolio services.
Authenticate with API key + HMAC on every request. Choose self-submit on-chain or One Click delegated execution for orders, cash operations, and stock operations.
Current mainnet deployments are on Base, Monad, and Ethereum. Use x-api-p: Anchored for the Anchored product unless your API key is explicitly provisioned for another product context.
Base URL
Production:
https://rwa-api.anchored.finance/rwa/tradingAll paths start with /api/v1. Example:
GET https://rwa-api.anchored.finance/rwa/trading/api/v1/symbolsFor HMAC authentication, the URI uses /api/v1/... only — no domain or /rwa/trading prefix.
Live reference
OpenAPI snapshot
reference/openapi.snapshot.json (refreshed 2026-07-03 from test)
Live OpenAPI
https://rwa-api.anchored.finance/rwa/trading/api-docs
Reader path
Execution modes
Self-submit
Your wallet or custodian
You control private keys; call /calldata then /tx
One Click
Server via delegated proxy
User signs EIP-712 once; call /send endpoints
See guides/self-submit-on-chain.md and guides/one-click-flow.md.
Production Helpers
Debug stuck requests or txs
Interpret lifecycle states
Map API endpoints to contracts
Choose chain/product context
Review sample responses
Test before production
Last updated

