API Reference
Complete API documentation for integrating SPL token creation into your applications.
REST API Endpoints
POST
/api/tokens/createCreate a new SPL token with specified parameters.
{
"name": "My Token",
"symbol": "MTK",
"decimals": 6,
"supply": 1000000,
"network": "devnet"
}GET
/api/tokens/{tokenAddress}Retrieve token information and metadata.
SDK Integration
JavaScript/TypeScript SDK coming soon. For now, use direct API calls or integrate with @solana/web3.js.