Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.76 KB

File metadata and controls

64 lines (42 loc) · 2.76 KB

📦 TON API

TON Python Versions PyPI License Donate

Image

Downloads Downloads Downloads

Python SDK for TON API

Access TON blockchain data via REST API, real-time streaming, and webhooks. API key required — obtain at tonconsole.com, docs at docs.tonconsole.com.

For creating wallets, transferring TON, jettons, etc., use tonutils.

Features

  • REST API — accounts, NFTs, jettons, DNS, and more
  • Streaming — real-time events via SSE and WebSocket
  • Webhooks — push notifications with event dispatcher

Support this project — TON: donate.ness.ton
UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness

Installation

pip install pytonapi

Examples

REST API

Streaming (SSE & WebSocket)

Webhooks

Transfers (requires tonutils)

License

This repository is distributed under the MIT License.