Developer Portal
Manage API keys and integrate MBT into your applications.
API Keys
No API keys yet. Create one to get started.
Quick Start
Authenticate using your API key in the X-API-Key header:
# Get your P&L curl -H "X-API-Key: mbt_your_key_here" \ https://api.mahabharat.dev/api/v1/dashboard/pnl # Get active signals curl -H "X-API-Key: mbt_your_key_here" \ https://api.mahabharat.dev/api/v1/trading/signals # List strategies curl -H "X-API-Key: mbt_your_key_here" \ https://api.mahabharat.dev/api/v1/strategies/
Rate limits: Free: 100/hr | Pro: 1,000/hr | Enterprise: 10,000/hr