Get Claims Leaderboard

updated as of 6/26/2023

This is useful if you are curious about how claims are doing in aggregate, or would like to build your own leaderboard.

This endpoint has a 5-min cache.

Get Claims Leaderboard

GET https://apps.api.manifoldxyz.dev/leaderboard/mostMints?appId=2537426615&timePeriod={timePeriod}&cost={cost}&networkId={network}

Returns the top 10 claims for the given metric and filter

Query Parameters

NameTypeDescription

timePeriod

String

Time period, one of [1d,1w,1m]

cost

String

Cost, one of [paid,free]

networkId

String

Network ID, one of [1,10]

["{\"slug\":\"communityiskey\",\"totalMinted\":\"68740\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/communityiskey\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"beeartem\",\"userENS\":\"beeartem.eth\",\"walletAddress\":\"0x4f845ea0e5ce77b8711037e05e73d6c14547f0d5\"}}","{\"slug\":\"Aeternum-Egg\",\"totalMinted\":\"10098\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/Aeternum-Egg\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"const_quary\",\"userENS\":\"quary.eth\",\"walletAddress\":\"0xff98552de457e54dbb142d51bad94cead75d984e\"}}","{\"slug\":\"Chungolution\",\"totalMinted\":\"4607\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/Chungolution\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"ChungosNFT\",\"userENS\":\"chungosnft.eth\",\"walletAddress\":\"0x21c87de6ab8c127b494349cd2de13e4f87424cdd\"}}","{\"slug\":\"the-time\",\"totalMinted\":\"4116\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/the-time\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"MrMisang\",\"superrareUsername\":\"mrmisang\",\"userENS\":\"mrmisang.eth\",\"walletAddress\":\"0x4adf0dbc8bb29a61be114c22879202a76790c9d9\"}}","{\"slug\":\"disposable-bottle\",\"totalMinted\":\"3832\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/disposable-bottle\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"madebyplastico\",\"userENS\":\"madebyplastico.eth\",\"walletAddress\":\"0xe47c7c537c5532eebf272c2ce478277385484a2e\"}}","{\"slug\":\"bucket\",\"totalMinted\":\"950\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/bucket\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"walletAddress\":\"0xdc16de129ccf3e4cfbb3ede46c84383afde79cf0\"}}","{\"slug\":\"peperocks\",\"totalMinted\":\"726\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/peperocks\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"walletAddress\":\"0xae54a253ddf9b30e5f482dc0dd8bdd7f694374e1\"}}","{\"slug\":\"chromiesquigglerocks\",\"totalMinted\":\"689\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/chromiesquigglerocks\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"TheUndeadGaucho\",\"userENS\":\"theundeadgaucho.eth\",\"walletAddress\":\"0xbc3a4c10d9c0668ecc144fe1a7ad1e3703f200da\"}}","{\"slug\":\"blackcraprock\",\"totalMinted\":\"603\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/blackcraprock\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"walletAddress\":\"0x4fbddfb2c5a0637b0ba61db62eccca256c88fd0f\"}}","{\"slug\":\"dank-pong\",\"totalMinted\":\"499\",\"networkId\":1,\"url\":\"https://app.manifold.xyz/c/dank-pong\",\"id\":null,\"appId\":null,\"contractId\":null,\"user\":{\"twitterUsername\":\"DANKSnft\",\"userENS\":\"danksnft.eth\",\"ensAvatar\":\"https://euc.li/danksnft.eth\",\"walletAddress\":\"0x0fc518de2ffc1305bdd5d8beee0137eb924e69a2\"}}"]

Example curl

curl -X GET https://apps.api.manifoldxyz.dev/leaderboard/mostMints?appId=2537426615&timePeriod=1w&cost=free&networkId=1

Last updated