REST API Overview
Welcome to the Copytrading Engine REST API documentation. API is designed to allow developers to integrate with the copy trading platform, access data, and manage trading activities programmatically.
Base URL
All API endpoints are relative to the following base URL:
https://bitapi.leagueoftraders.io/v1
Authentication
Most API endpoints require authentication. We use API Keys for authenticating requests.
To authenticate, include your API Key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
More Information about Authentication coming soon.