v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-015486519.4 KB
Traders

Get trader intelligence

Returns a trader's grade (S through F; ranked about 95% by realized profit, with calibration, track record, and consistency as a tie-breaker and proven-trader guardrails), P&L, win rate, and optional strategy/category data. The path accepts either an Ethereum wallet address, a known trader username, or a trd_-prefixed trader ID emitted by this API. Unknown lookups return sync_status "unknown" instead of 404.

get/api/v1/trader/{address}

Path parameters

addressstring required

Ethereum wallet address (0x...), known trader username, or trd_-prefixed trader ID emitted by this API.

Query parameters

expand[]string[]

Backward-compatible alias for expand. Repeatable: strategy, categories, quant_metrics, trust.

expandstring[]

Include heavy fields and trust metadata. Repeatable: strategy, categories, quant_metrics, trust.

Headers

If-None-Matchstring

Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.

Response

Trader profile

object'trader' required