# Z Combinator API ## Docs - [Protocol Addresses](https://v1-docs.zcombinator.io/addresses.md): Key addresses for the Z Combinator protocol - [Confirm Claim Transaction](https://v1-docs.zcombinator.io/api-reference/claims/confirm.md): POST /claims/confirm - Submit signed claim transaction to complete token claim - [Check Claim Eligibility](https://v1-docs.zcombinator.io/api-reference/claims/eligibility.md): GET /claims/:tokenAddress - Get claim eligibility info for a wallet and token - [Create Claim Transaction](https://v1-docs.zcombinator.io/api-reference/claims/mint.md): POST /claims/mint - Create unsigned mint transaction for claiming tokens - [Build Deposit Transaction](https://v1-docs.zcombinator.io/api-reference/damm-liquidity/deposit-build.md): POST /damm/deposit/build - Create unsigned transaction for depositing liquidity into Meteora DAMM v2 pool - [Confirm Deposit Transaction](https://v1-docs.zcombinator.io/api-reference/damm-liquidity/deposit-confirm.md): POST /damm/deposit/confirm - Submit signed deposit transaction to the blockchain - [Build Withdrawal Transaction](https://v1-docs.zcombinator.io/api-reference/damm-liquidity/withdraw-build.md): POST /damm/withdraw/build - Create unsigned transaction for withdrawing liquidity from Meteora DAMM v2 pool - [Confirm Withdrawal Transaction](https://v1-docs.zcombinator.io/api-reference/damm-liquidity/withdraw-confirm.md): POST /damm/withdraw/confirm - Submit signed withdrawal transaction to the blockchain - [Create Fee Claim Transaction](https://v1-docs.zcombinator.io/api-reference/fee-claim/claim.md): POST /fee-claim/claim - Create unsigned transaction for claiming Meteora DAMM v2 pool fees - [Confirm Fee Claim Transaction](https://v1-docs.zcombinator.io/api-reference/fee-claim/confirm.md): POST /fee-claim/confirm - Submit signed fee claim transaction to the blockchain - [Confirm Token Launch](https://v1-docs.zcombinator.io/api-reference/launch/confirm.md): POST /confirm-launch - Submit signed transaction to complete token launch - [Create Token Launch](https://v1-docs.zcombinator.io/api-reference/launch/create.md): POST /launch - Create an unsigned transaction for SPL token launch - [Health Check](https://v1-docs.zcombinator.io/api-reference/utility/health.md): GET /health - Check API server status and configuration - [Verify Token](https://v1-docs.zcombinator.io/api-reference/utility/verify-token.md): GET /verify-token/:address - Verify token exists on-chain - [Rate limits](https://v1-docs.zcombinator.io/configuration.md): How the API works and what to expect - [Overview](https://v1-docs.zcombinator.io/errors/overview.md): Understanding API errors, status codes, and proper error handling - [Status Codes](https://v1-docs.zcombinator.io/errors/status-codes.md): Complete reference for HTTP status codes, rate limiting, and authentication - [Transparency & Governance](https://v1-docs.zcombinator.io/governance.md): How $ZC governance operates through futarchy and prediction markets - [Z Combinator API](https://v1-docs.zcombinator.io/index.md): Launch tokens and claim supply programmatically - [Examples](https://v1-docs.zcombinator.io/integration/examples.md): Complete working examples for different programming languages and frameworks - [Overview](https://v1-docs.zcombinator.io/integration/overview.md): Understanding the API architecture and integration patterns - [Quickstart](https://v1-docs.zcombinator.io/quickstart.md): Launch a token in 60 seconds ## OpenAPI Specs - [openapi](https://v1-docs.zcombinator.io/api-reference/openapi.json) ## Optional - [Website](https://zcombinator.io) - [Twitter](https://x.com/zcombinatorio) - [Support](https://x.com/zcombinatorio) - [GitHub](https://github.com/zcombinatorio/zcombinator)