Documentation
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
POSTAuth
/api/deployDeploy a new token contract to the selected blockchain.
GETAuth
/api/tokensList all tokens deployed by the authenticated user.
GETAuth
/api/tokens/:idGet details of a specific token by its ID.
POSTAuth
/api/mintMint additional tokens to a specified address (requires mintable token).
POSTAuth
/api/burnBurn tokens from the owner wallet to reduce supply.
POSTAuth
/api/airdropDistribute tokens to multiple wallet addresses in a single transaction.
GET
/api/healthHealth check endpoint for monitoring. Returns API and database status.