Min Partner API · v1
Introduction
Partner API docs and onboarding for Min. The Min Partner API lets you register users, move funds, embed income programs, and receive webhooks — without rebuilding custody, compliance, or payout infrastructure.
Base URL
All partner routes: https://mini-rdjs.onrender.com/v1/partner/...
Key concepts
| Term | Description |
|---|---|
| Platform user | Min mobile app user (partner_id is null) |
| Partner user | User created under your partner tenant via API |
| API key | Server credential ema_pk_... with granular scopes |
| User JWT | 7-day token for end-user clients on standard Min routes |
Income programs
Embed these services in your app. Partners earn 5% commission on income from each program.
Live Trading
Fund MT5 live accounts from the user's cash wallet. Expert bots run positions; profits and balances sync back to your app.
Airfarming
Users activate an airfarming balance from cash wallet. Weekly drops pay yield based on eligibility recorded 24h before each window.
Ghost Account
Qualified owners fund a shared pool that automatically lends to member airfarming balances before drops — earning a share of member yield.
VIP Farmers
Users lock capital for a fixed term. Daily accruals compound until maturity. Partner API exposes portfolio summaries for dashboards.
VIP Farmers
Locked-term investment summaries
Security
Never expose ema_pk_ keys in client-side mobile apps. Proxy partner API calls through your backend. Store webhook secrets in environment variables.