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
  • Getting Started
  • API Endpoints
  • Postman
  • Guides
  • Resources

API Documentation

Use the Underdog API to manage NFT Projects, mint transferable & non-transferable NFTs, and seamlessly integrate web3 into your product and workflows.

NextQuickstart

Last updated 2 years ago

Getting Started

To get started, create a new Project in the . Then read about how to make requests for the resources you need using our API.

API Endpoints

The Underdog API supports Solana Mainnet-Beta and Solana Devnet. We recommend testing your implementation with our Devnet endpoint before moving to production. The Devnet endpoint is free to use while the Mainnet endpoint requires a subscription.

Network
API URL

Solana Mainnet

https://api.underdogprotocol.com

Solana Devnet

https://dev.underdogprotocol.com

Postman

If you'd like to test out our API endpoints using Postman, you can do so at our public . There are both Devnet and Mainnet API collections within Postman.

To go in more depth on how to get started with our Postman workspace, follow the guide below.

Guides

Resources

Quickstart
Underdog Protocol Dashboard
Get your API Key ->
Read More ->
Underdog API workspace
Postman

Projects

NFTs

Transactions

Authentication

Learn how to authenticate your API requests.

Pagination

Understand how to work with paginated responses.

Webhooks

Learn how to programmatically configure webhooks for your app.

Errors

Read about the different types of errors returned by the API.

Read more ->
Read more ->
Read more ->
Read more ->