TraceForex API
A RESTful API for accessing verified manager performance data, managing unlocks and receiving real-time events.
Base URL
https://api.traceforex.comAuthentication
Bearer tokens issued from your account settings. All requests must be made over HTTPS.
Rate limits
120 requests per minute per token. Bursts up to 20 requests per second.
Endpoints
/v1/managersList verified managers with pagination and filters.
/v1/managers/{handle}Retrieve a single manager profile including public performance metrics.
/v1/managers/{handle}/equityTime-series equity curve for a manager (daily or weekly resolution).
/v1/managers/{handle}/tradesAggregated trade statistics — win rate, avg holding time, exposure by symbol.
/v1/unlocksProgrammatically unlock a manager contact (requires credit balance).
/v1/me/balanceCurrent credit balance and recent transactions.
/v1/webhooksRegister a webhook for verification.completed, unlock.created and payment.settled events.
Example request
curl https://api.traceforex.com/v1/managers?limit=10 \ -H "Authorization: Bearer $TRACEFOREX_API_KEY" \ -H "Accept: application/json"
Need an API key?
The public API is in private beta. Request access via our contact page with a short description of your use case.