⚙️
Comet SDK Docs
  • Welcome to the Comet SDK!
  • Getting Started
  • Project Guides
    • Launch and mint your first NFT collection
  • Reference
    • Comet SDK Reference
      • Comet REST API
        • Collections
        • Airdrops
        • Gallery
        • Usage
      • Comet React SDK
        • Getting started
        • Components
        • Hooks
          • useAccount
          • useMint
          • useSignMessage
          • useSignTransaction
          • useGetSharedSecret
Powered by GitBook
On this page
  • Comet Node SDK
  • Collections
  • Airdrops
  • Gallery
  • Usage
  1. Reference
  2. Comet SDK Reference

Comet REST API

A suite of API endpoints that simplify the Solana NFT ecosystem.

PreviousComet SDK ReferenceNextCollections

Last updated 2 years ago

With Comet's REST API, you can launch new NFT collections, distribute them quickly to your users, and see who owns what. Never worry about RPC nodes again – just get a Comet developer API key and start hacking!

Comet is currently on version 1 of the REST API. The base URL for all requests is https://api.withcomet.com/v1/.

Unless specified otherwise, all API endpoints accept a Content-Type of application/json.

Comet Node SDK

Comet has a Node.js wrapper for the REST API here: .

Collections

With the /collection endpoints, you can query existing NFT collections or launch new ones.

Airdrops

Once you've launched a new collection, start giving it out to your users! The /airdrop endpoints give fine-grained control over who receives which tokens.

Gallery

With the /gallery endpoint, you can see which tokens any address or Comet user owns.

Usage

Quickly view your API usage with the /usage endpoint.

https://www.npmjs.com/package/@comet-labs/node
Collections
Airdrops
Gallery
Usage