v1
latestOpenAPI 3.0.02026-07-146561171.4 KBCollections
List NFT Collections
get/v2/collections
Query parameters
pagenumber nullable
Page number
limitnumber nullable
Items per page
ownerAddressstring required
Base-58 encoded string representing an on-chain address
Example:dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt
Response
Returns a paginated list of NFT Collections
Example response
{
"results": [
{
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"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",
"externalUrl": "https://app.underdogprotocol.com",
"animationUrl": "https://i.imgur.com/mGfz7Ig.mp4",
"attributes": {
"points": 10,
"name": "LeBron"
}
}
],
"page": 1,
"limit": 10,
"totalPages": 1,
"totalResults": 1
}