Developers

TraceForex API

A RESTful API for accessing verified manager performance data, managing unlocks and receiving real-time events.

Base URL

https://api.traceforex.com

Authentication

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

GET
/v1/managers

List verified managers with pagination and filters.

GET
/v1/managers/{handle}

Retrieve a single manager profile including public performance metrics.

GET
/v1/managers/{handle}/equity

Time-series equity curve for a manager (daily or weekly resolution).

GET
/v1/managers/{handle}/trades

Aggregated trade statistics — win rate, avg holding time, exposure by symbol.

POST
/v1/unlocks

Programmatically unlock a manager contact (requires credit balance).

GET
/v1/me/balance

Current credit balance and recent transactions.

POST
/v1/webhooks

Register 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.