v1
latestOpenAPI 3.0.02026-07-146561171.4 KBProjects
List all Projects
This endpoint allows you to retrieve a paginated list of all your Projects.
get/v2/projects
Query parameters
pagenumber nullable
Page number
limitnumber nullable
Items per page
sortBystring
order'asc' | 'desc'
Response
Returns a paginated list of Projects
Example response
{
"results": [
{
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"sellerFeeBasisPoints": 100,
"name": "Underdog NFT",
"symbol": "UPDG",
"description": "I minted this NFT with the Underdog API",
"image": "https://hatrabbits.com/wp-content/uploads/2017/01/random.jpg",
"animationUrl": "https://i.imgur.com/mGfz7Ig.mp4",
"externalUrl": "https://app.underdogprotocol.com",
"attributes": {
"points": 10,
"name": "LeBron"
}
}
],
"page": 1,
"limit": 10,
"totalPages": 1,
"totalResults": 1
}