TheCoinLab Docs
Everything you need to create, deploy and manage crypto tokens on TheCoinLab.
Quick Start
Token Standards
Token Features
Security
API Reference
All API endpoints require a valid session token via NextAuth. Include Authorization: Bearer <token> in request headers.
Base URL: https://thecoinlab.io/api
POST
/api/deploy
Deploy a new token contract to the selected blockchain.
Auth
GET
/api/tokens
List all tokens deployed by the authenticated user.
Auth
/api/tokens/:id
Get details of a specific token by its ID.
Auth
POST
/api/mint
Mint additional tokens to a specified address (requires mintable token).
Auth
/api/burn
Burn tokens from the owner wallet to reduce supply.
Auth
/api/airdrop
Distribute tokens to multiple wallet addresses in a single transaction.
Auth
GET
/api/health
Health check endpoint for monitoring. Returns API and database status.