Skip to main content
Async-first Python SDK with sync wrapper. Supports Python 3.10+.

Quick example

Sync client

For scripts that don’t use async:

Dependencies

  • httpx for HTTP requests
  • solders for Solana signing (Rust-based, fast)
  • pydantic v2 for data validation

Source

GitHub | PyPI