Welcome to DropKit GraphQL API
DropKit provides a comprehensive GraphQL API for creating and managing drops (NFTs, tokens, digital collectibles) with built-in gating, payments, and event tracking.GraphQL Endpoint
Authentication
All GraphQL operations require bearer token authentication via theAuthorization header:
GraphQL Basics
Making Queries
Send POST requests to the GraphQL endpoint with your query in the request body:Response Format
All GraphQL responses follow a standard format:Error Handling
GraphQL errors are returned in theerrors array:
Core Features
🔍 Powerful Queries
Fetch exactly the data you need with GraphQL’s query system:⚙️ Token Creation
Create and deploy fungible tokens with mutations:🎨 Drop Management
Create and manage all types of drops:🛡️ Gating & Eligibility
Check eligibility and configure gating rules:💳 Payment Processing
Handle payments with intent-based flows:📊 Real-time Data
Get live blockchain data with computed fields:Schema Explorer
Visit our Schema Explorer to browse the complete GraphQL schema interactively, including all available types, queries, and mutations.Getting Started
- Get your API key from app.dropkit.co
- Explore the schema using our interactive schema explorer
- Try queries in your favorite GraphQL client or with curl
- Build your integration using the comprehensive type system

