Aare

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/accounts
  • POST /live-trading/accounts/:id/fund
  • Partner shortcut: GET /v1/partner/users/:id/live-trading

Ghost account

  • GET /ghost-account/status
  • POST /ghost-account/enroll
  • Partner shortcut: GET /v1/partner/users/:id/ghost-account

Airfarming (user client)

  • POST /airfarming/activate
  • GET /airfarming/status

Full API reference →