Underdog Protocol
  • API Documentation
  • Quickstart
  • Guides
    • Postman
    • Endpoints
    • Authentication
    • Pagination
    • Errors
    • Webhooks
    • Architecture
  • Resources
    • Projects
      • Transferable Projects
      • Non-Transferable Projects
      • NFTs
        • List all NFTs
        • Search NFTs
        • Create an NFT
        • Retrieve an NFT
        • Update an NFT
        • Generate Claim Link
        • Revoke an NFT
        • Burn an NFT
      • Methods
        • List all Projects
        • Create a Project
        • Retrieve a Project
        • Update a Project
        • Retrieve Project Stats
    • NFTs
      • Retrieve an NFT
      • Generate Claim Transaction
    • Orgs
      • List all Orgs
    • Transactions
      • List all Transactions
      • Retrieve a Transaction
    • Webhooks
      • List all Webhooks
      • Create a Webhook
      • Delete a Webhook
    • V1
      • Collections
        • List all Collections
        • Create a Collection
        • Retrieve a Collection
      • NFTs
        • List all NFTs
        • Create an NFT
        • Retrieve an NFT
        • Update an NFT
      • Managed NFTs
        • Claim
        • Revoke
  • Examples
    • Zapier Integrations
      • Zapier + Viral Loops
      • Zapier + Github + OpenAI
      • Zapier + Github
      • Zapier + Mailchimp
      • Zapier + Shopify
      • Zapier + Calendly
      • Zapier + Hubspot
      • Zapier + Typeform
    • Underdog with Airtable
      • Create a Project
      • Create NFT on Form Submission
      • Send a Claim Link
      • Updating NFTs
    • Web3 Blog
    • Mint NFTs on iPhone
  • Use Cases
    • Solana Mobile
    • Parcl
Powered by GitBook
On this page
  1. Resources
  2. V1

Collections

Collections are the containers for NFTs shared with you, your community, and your product.

PreviousV1NextList all Collections

Last updated 2 years ago

On this page, we'll dive into the different Collection endpoints you can use to manage Collections programmatically. We'll look at how to query and create Collections.

Collections represents a group of related NFTs. A Collection is itself an NFT. For example, a Collection can be a group of NFTs where each NFT is a membership pass.

The Collection Model

The Collection model contains all the information about your Collection, such as their mint address, name, and image.

Property
Description
Type

mintAddress

The mint address of the NFT

string

name

The on-chain name of the Collection

string

description

Description of the Collection

string

image

Image for the Collection

string

ownerAddress

The wallet address of the owner of the Collection

string

attributes

Object with traits and values of the NFT's attributes

object

List all Collections

Create a Collection

Retrieve a Collection

GET ->
POST ->
GET ->