API
API Reference.
Comprehensive API documentation for integrating with the Fyntra platform.
// List all trading accounts GET /api/v1/accounts Authorization: Bearer your_api_key // Response: 200 OK { "accounts": [...], "total": 42 }
We're preparing comprehensive API documentation
Full REST API reference, webhook events, authentication guides, and code examples — coming soon.
Request Early AccessComing Soon
What's on the horizon.
REST API
Full CRUD endpoints for accounts, trades, payouts, and firm management.
Webhooks
Real-time event notifications for account changes, trades, and payouts.
Authentication
JWT-based auth with API keys, scoped permissions, and rate limiting.