Aare

Min Partner API · v1

Introduction

Build on Min. Ship your own app. 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

TermDescription
Platform userMin mobile app user (partner_id is null)
Partner userUser created under your partner tenant via API
API keyServer credential ema_pk_... with granular scopes
User JWT7-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.