API Documentation
Unlock full programmatic control over the AlgoStack platform. Our robust REST API enables you to manage clients, execute strategies, and build custom white-label integrations.
What You Can Build
Custom Dashboards
Build tailored analytics dashboards for your agency or clients using real-time performance data.
Client Portals
Create fully branded client portals with live trading data integrated directly into your existing website.
Automated Workflows
Trigger custom actions based on system events, like sending welcome emails when a new client connects.
Endpoint Preview
Developer Access Locked
Full documentation, response schemas, and production keys are exclusive to partners.
Exchange your API credentials for a secure access token. Tokens are valid for 60 minutes and must be refreshed.
Parameters
-H "Content-Type: application/json" \
-d '{
"client_id": "agency_847291",
"client_secret": "sk_live_938...",
"grant_type": "client_credentials"
}'
"access_token": "eyJhbGciOiJIUz...",
"token_type": "Bearer",
"expires_in": 3600
}
API Roadmap
Q1 2025: GraphQL Support
Single endpoint for flexible data fetching and reduced over-fetching.
Q2 2025: WebSocket Streaming
Real-time bidirectional communication for order updates and market data.
Q3 2025: Advanced Analytics API
Programmatic access to complex historical datasets and backtesting engines.
"The API documentation is incredible. We integrated the entire trading engine into our custom mobile app in less than two weeks. The SDKs saved us months of dev time."
Common Questions
How do I get an API Key?
API keys are generated in your partner dashboard immediately after your partnership application is approved.
Is there a Sandbox?
Yes, all partners receive access to a fully functional sandbox environment to test integrations safely.
What SDKs are available?
We provide official SDKs for Node.js, Python, PHP, Java, and Go. The API is accessible via any HTTP client.
What are the rate limits?
Limits are tiered by partner level. Enterprise partners enjoy up to 100k requests per minute.