Getting Started
Overview
What operators build and how the Mini App integration is structured.
Overview
OpenPoly Mini App lets an operator embed market trading and settlement flows into their own product while keeping operator-owned wallet balances and operator-owned webhook receivers.
Operator responsibilities
- Call
POST /api/operator/launchfrom your backend - Implement wallet adapter paths such as
GET /balanceandPOST /debit - Receive signed webhook events
- Configure API keys, callback endpoints, and visibility rules in operator dashboard
- Run staging drills before production launch
OpenPoly responsibilities
- Mini App UI and trading experience
- Operator API surface
- Quote and execution pipeline
- Settlement orchestration
- Signed webhook delivery
- Operator dashboard
Environment model
Staging and production use the same source code, same URL paths, and same integration rules.
Only base URL values and environment configuration differ.
