Aries Engine
An open platform for traders, investors, and developers. Build the future of fintech with our comprehensive suite of APIs and tools.
Quick Start
1
Get Your API Key
Contact our support team at dev@aries.com to obtain your API key
2
Authenticate
Use
/v1/auth
with your credentials and API key to get an access token3
Start Building
Include both X-API-Key and Bearer token headers in your requests
API Categories
Authentication
User login, token refresh, and authentication management
Users
User account creation, profile management, and account access
Accounts
Trading account management and information
Orders
Order placement, management, and execution
Market Data
Real-time and historical market data feeds
Analytics
Trading analytics and performance metrics
Authentication Requirements
All API requests require both headers: - X-API-Key: Your unique API key - Bearer Token: Access token from authentication (for
protected endpoints)
https://api.tradearies.dev
Authentication Flow
- Get API Key → Contact support for your unique API key
- Login → Call
/v1/auth
with credentials + API key - Access APIs → Use both API key + Bearer token for protected endpoints
- Refresh → Use
/v1/auth/refresh
when tokens expire
Rate Limits
Authentication
10 requests/minute
User Management
100 requests/minute
Market Data
1,000 requests/minute
Trading
50 requests/minute
HTTP Status Codes
Code | Status | Description |
---|---|---|
200 | Success | Request completed successfully |
400 | Bad Request | Validation error in request |
401 | Unauthorized | Invalid or missing authentication |
403 | Forbidden | Insufficient permissions |
429 | Too Many Requests | Rate limit exceeded |
500 | Internal Server Error | Server-side error |
Error Response Format
Support & Resources
Ready to build something amazing? Start with our Authentication endpoints!