Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
curl --request GET \
--url https://api.clicker.xyz/v1/leaderboard{
"sections": [
{
"key": "<string>",
"title": "<string>",
"description": "<string>",
"commenters": [
{
"reason": {
"title": "<string>",
"value": "<string>",
"format": "currency"
},
"id": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"addresses": [
"<string>"
],
"metadata": {
"farcasterUsername": "<string>",
"farcasterId": 123,
"farcasterDisplayName": "<string>",
"lensHandle": "<string>",
"ensName": "<string>",
"twitterHandle": "<string>",
"debankName": "<string>",
"pumpName": "<string>",
"commentCount30d": 123,
"pnl30d": 123,
"winRate30d": 123,
"tradeCount30d": 123,
"roiPercent30d": 123,
"perAddressPnl30d": {},
"perAddressRoiPercent30d": {}
},
"metrics": {
"thisPartner": {
"followingCount": 123,
"followerCount": 123
},
"allPartners": {
"followingCount": 123,
"followerCount": 123
},
"comments": {
"commentCount30d": 123,
"commentCountAllTime": 123
},
"copytradedAllTime": {
"count": 123,
"distinctActors": 123,
"volumeUSD": 123
}
}
}
],
"others": [
{
"reason": {
"title": "<string>",
"value": "<string>",
"format": "currency"
},
"id": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"addresses": [
"<string>"
],
"metadata": {
"farcasterUsername": "<string>",
"farcasterId": 123,
"farcasterDisplayName": "<string>",
"lensHandle": "<string>",
"ensName": "<string>",
"twitterHandle": "<string>",
"debankName": "<string>",
"pumpName": "<string>",
"commentCount30d": 123,
"pnl30d": 123,
"winRate30d": 123,
"tradeCount30d": 123,
"roiPercent30d": 123,
"perAddressPnl30d": {},
"perAddressRoiPercent30d": {}
},
"metrics": {
"thisPartner": {
"followingCount": 123,
"followerCount": 123
},
"allPartners": {
"followingCount": 123,
"followerCount": 123
},
"comments": {
"commentCount30d": 123,
"commentCountAllTime": 123
},
"copytradedAllTime": {
"count": 123,
"distinctActors": 123,
"volumeUSD": 123
}
}
}
]
}
]
}Get the top traders across different PnL leaderboard categories (overall, by chain, by community, by token type). Returns ranked lists of traders with their profits and trading metrics.
curl --request GET \
--url https://api.clicker.xyz/v1/leaderboard{
"sections": [
{
"key": "<string>",
"title": "<string>",
"description": "<string>",
"commenters": [
{
"reason": {
"title": "<string>",
"value": "<string>",
"format": "currency"
},
"id": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"addresses": [
"<string>"
],
"metadata": {
"farcasterUsername": "<string>",
"farcasterId": 123,
"farcasterDisplayName": "<string>",
"lensHandle": "<string>",
"ensName": "<string>",
"twitterHandle": "<string>",
"debankName": "<string>",
"pumpName": "<string>",
"commentCount30d": 123,
"pnl30d": 123,
"winRate30d": 123,
"tradeCount30d": 123,
"roiPercent30d": 123,
"perAddressPnl30d": {},
"perAddressRoiPercent30d": {}
},
"metrics": {
"thisPartner": {
"followingCount": 123,
"followerCount": 123
},
"allPartners": {
"followingCount": 123,
"followerCount": 123
},
"comments": {
"commentCount30d": 123,
"commentCountAllTime": 123
},
"copytradedAllTime": {
"count": 123,
"distinctActors": 123,
"volumeUSD": 123
}
}
}
],
"others": [
{
"reason": {
"title": "<string>",
"value": "<string>",
"format": "currency"
},
"id": "<string>",
"name": "<string>",
"images": {
"raw": "<string>",
"xs": "<string>",
"sm": "<string>"
},
"addresses": [
"<string>"
],
"metadata": {
"farcasterUsername": "<string>",
"farcasterId": 123,
"farcasterDisplayName": "<string>",
"lensHandle": "<string>",
"ensName": "<string>",
"twitterHandle": "<string>",
"debankName": "<string>",
"pumpName": "<string>",
"commentCount30d": 123,
"pnl30d": 123,
"winRate30d": 123,
"tradeCount30d": 123,
"roiPercent30d": 123,
"perAddressPnl30d": {},
"perAddressRoiPercent30d": {}
},
"metrics": {
"thisPartner": {
"followingCount": 123,
"followerCount": 123
},
"allPartners": {
"followingCount": 123,
"followerCount": 123
},
"comments": {
"commentCount30d": 123,
"commentCountAllTime": 123
},
"copytradedAllTime": {
"count": 123,
"distinctActors": 123,
"volumeUSD": 123
}
}
}
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
200
Show child attributes