Last updated
MegaTAO exposes a public REST API and two official SDKs for building trading bots, analytics tools, and integrations.
REST API
https://api.megatao.com — read-only market and account data
Python SDK
pip install megatao-sdk — REST reads + on-chain writes
TypeScript SDK
@megatao/sdk — on-chain reads and writes via viem
REST API — endpoint reference
Python SDK — installation, info client, chain client
TypeScript SDK — on-chain reads and writes
Last updated