RWA API
Last updated
Documentation for integrators using the MondayTrade 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: MondayTrade for the MondayTrade product unless your API key is explicitly provisioned for another product context.
Production:
https://mainnet-api.monday.trade/rwa/tradingAll paths start with /api/v1. Example:
GET https://mainnet-api.monday.trade/rwa/trading/api/v1/symbolsFor HMAC authentication, the URI uses /api/v1/... only — no domain or /rwa/trading prefix.
OpenAPI snapshot
reference/openapi.snapshot.json (refreshed 2026-07-03 from test)
Live OpenAPI
https://mainnet-api.monday.trade/rwa/trading/api-docs
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.
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

