SPL
Documentation

API Reference

Complete API documentation for integrating SPL token creation into your applications.

REST API Endpoints
POST
/api/tokens/create

Create 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