Skip to main content

x402 Payment Protocol SDK for Python

Project description

x402

Python SDK for the x402 payment protocol — supports TRON and EVM (BSC) networks.

Installation

pip install bankofai-x402

Optional extras:

pip install "bankofai-x402[tron]"
pip install "bankofai-x402[fastapi]"
pip install "bankofai-x402[flask]"
pip install "bankofai-x402[all]"

Quick Start

from bankofai.x402.clients import X402Client

client = X402Client()

If you want automatic handling of HTTP 402 responses, use X402HttpClient:

import httpx

from bankofai.x402.clients import X402Client, X402HttpClient

x402_client = X402Client()
http_client = httpx.AsyncClient()
client = X402HttpClient(http_client=http_client, x402_client=x402_client)

Supported Schemes

  • exact_permit: Standard x402 payment scheme using TIP-712/EIP-712 permits.
  • exact_gasfree: (TRON) Pay with USDT/USDD without TRX gas using the GasFree protocol.
  • exact: (EVM) Native direct payment using ERC-3009.

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bankofai_x402-0.5.6.tar.gz (225.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bankofai_x402-0.5.6-py3-none-any.whl (96.6 kB view details)

Uploaded Python 3

File details

Details for the file bankofai_x402-0.5.6.tar.gz.

File metadata

  • Download URL: bankofai_x402-0.5.6.tar.gz
  • Upload date:
  • Size: 225.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for bankofai_x402-0.5.6.tar.gz
Algorithm Hash digest
SHA256 2b2321084e62d73162e130037dcc03dffd9de756046c7d4c4a72dd4f8490979b
MD5 07bea0d32ee2261ba1ff80c3298407bc
BLAKE2b-256 8bdb4a95e03fffdf4fec193e90e09861db6f08a321b470e814b7f4b72fd4e8fd

See more details on using hashes here.

File details

Details for the file bankofai_x402-0.5.6-py3-none-any.whl.

File metadata

  • Download URL: bankofai_x402-0.5.6-py3-none-any.whl
  • Upload date:
  • Size: 96.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for bankofai_x402-0.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3e92c703055ae0f62575971d2c4e5e9d5ddbc2fb3e486ea11ffaf2173c40f898
MD5 1562b4b13e00b665c8ea782eb35faf4c
BLAKE2b-256 869053e32e29061d51c17ebe7b8ad062089183618849017efc8509daeccf32e2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page