v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
leaderboard

Get leaderboard rank for a user

Returns a user's tipper and tippee rank for the given time window.

get/v1/leaderboard/rank/{handle}

Path parameters

handlestring required

Query parameters

window'24h' | '7d' | '30d' | 'all'

Time window: '24h', '7d', '30d', or 'all' (all time).

Time window: '24h', '7d', '30d', or 'all' (all time).

Response

Successful Response

handlestring required

User's handle

tipper_rankinteger nullable

1-indexed tipper rank, null if no tipping activity

tippee_rankinteger nullable

1-indexed tippee/earner rank, null if no earning activity

tipper_total_usdstring nullable

Total USD tipped

tippee_total_usdstring nullable

Total USD earned from tips

total_tippersinteger

Total participants on tipper leaderboard

total_tippeesinteger

Total participants on tippee leaderboard