For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get top trades

GET /api/v1/market-data/leaderboard/top-trades

Get top trades

get

Returns the highest-PnL individual trades globally, ranked by realised profit. Useful for showcasing notable trades and the most profitable positions closed across all markets.

Query parameters
periodstring · enumOptional

Time period

Default: allPossible values:
limitinteger · min: 1 · max: 50Optional

Max results

Default: 10
offsetintegerOptional

Pagination offset

Default: 0
Responses
200

OK

application/json
get/api/v1/market-data/leaderboard/top-trades

Last updated