Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/competitions/{competition_slug}/leaderboard
{ "competition": { "description_md": "<string>", "end_time_ms": 123, "id": "<string>", "prize_usdc": 1, "scoring": { "end_weight_bps": 1, "max_daily_contribution_bps": 1, "min_active_days": 1, "min_daily_activity_units": 1, "start_weight_bps": 1, "consistency_max_bonus_bps": 1, "consistency_target_days": 1, "use_consistency_multiplier": true }, "slug": "<string>", "start_time_ms": 123, "title": "<string>", "symbol": "<string>" }, "data": [ { "active_days": 1, "eligible": true, "metric_value": "<string>", "projected_xp": "<string>", "score": "<string>", "sub_account_address": "<string>", "ineligible_reason": "<string>", "rank": 1 } ], "meta": { "limit": 1, "offset": 1, "total": 1 } }
Competition slug
x >= 0
Public competition leaderboard
Show child attributes