Query TON blockchain through natural language in Claude Code. Execute API calls directly or generate SDK code.Documentation Index
Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Installation
In Claude Code:Configuration
Create.env in the project root:
| Variable | Description | Default |
|---|---|---|
TONAPI_API_KEY | API key from tonconsole.com | Optional |
TONAPI_NETWORK | mainnet, testnet, or tetra | mainnet |
TONAPI_BASE_URL | Custom base URL (overrides network) | auto |
TONAPI_RPS_LIMIT | Max requests per period | 0 |
TONAPI_RPS_PERIOD | Rate limit period in seconds | 1.0 |
Usage Examples
Plugin Source
Skill definition, reference files, and CLI runner.