Tide
Search
K
Comment on page

Tide APIs

Get project space leaderboard

This API lets users view a leaderboard that tracks participants' progress in a certain project space. The leaderboard provides information on the number of tasks completed, rewards claimed, and experience points earned by each participant.
Please note that no authentication is required since leaderboard data is public.
get
https://api-prod.tideprotocol.xyz/public/project/${projectId}
/leaderboard
Get leaderboard

Get Tide NFT user data for a specific campaign

This API lets users get information related to one NFT minted in one specific Tide campaign.
Using this endpoint Tide gives you access to information related to the specific campaign and metadata related to the NFT minted by one specific user.
Please note that no authentication is required since the data shown is public.
get
https://api-prod.tideprotocol.xyz/public/nft/${userAddress}/${contractAddress}/${chainId}
Get tide NFT user data