v1
latestOpenAPI 3.0.02026-07-146561171.4 KBProjects
List all NFTs
This endpoints allows you to retrieve a paginated list of all NFTs in a Project.
get/v2/projects/{projectId}/nfts
Path parameters
projectIdinteger required
Query parameters
pagenumber nullable
Page number
limitnumber nullable
Items per page
sortBystring
order'asc' | 'desc'
ownerAddressstring
Base-58 encoded string representing an on-chain address
Example:dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt
identifierstring
namespacestring
Response
Successful response
Example response
{
"results": [
{
"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"
},
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"ownerAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"claimerAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}
],
"page": 1,
"limit": 10,
"totalPages": 1,
"totalResults": 1
}