User JWT routes
Live trading, ghost account, and airfarming via end-user sessions.
Some income programs require a user session JWT minted server-side. Your backend calls the partner API; your client calls Min user routes with the JWT.
Mint a session
curl
curl -X POST 'https://mini-rdjs.onrender.com/v1/partner/users/USER_ID/session' \
-H 'Authorization: Bearer ema_pk_YOUR_KEY'Live trading
GET /live-trading/accountsPOST /live-trading/accounts/:id/fund- Partner shortcut:
GET /v1/partner/users/:id/live-trading
Ghost account
GET /ghost-account/statusPOST /ghost-account/enroll- Partner shortcut:
GET /v1/partner/users/:id/ghost-account
Airfarming (user client)
POST /airfarming/activateGET /airfarming/status