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 token
3

Start Building

Include both X-API-Key and Bearer token headers in your requests

API Categories

Authentication Requirements

All API requests require both headers: - X-API-Key: Your unique API key - Bearer Token: Access token from authentication (for protected endpoints)
Base URL: https://api.tradearies.dev

Authentication Flow

  1. Get API Key → Contact support for your unique API key
  2. Login → Call /v1/auth with credentials + API key
  3. Access APIs → Use both API key + Bearer token for protected endpoints
  4. 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

CodeStatusDescription
200SuccessRequest completed successfully
400Bad RequestValidation error in request
401UnauthorizedInvalid or missing authentication
403ForbiddenInsufficient permissions
429Too Many RequestsRate limit exceeded
500Internal Server ErrorServer-side error

Error Response Format

{
  "error": "VALIDATION_ERROR",
  "message": "Invalid email format",
  "code": "INVALID_EMAIL"
}

Support & Resources

Email Support

Documentation

This site

Ready to build something amazing? Start with our Authentication endpoints!