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.3.tar.gz (214.4 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.3-py3-none-any.whl (95.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bankofai_x402-0.5.3.tar.gz
  • Upload date:
  • Size: 214.4 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.3.tar.gz
Algorithm Hash digest
SHA256 d6a29eb5f6ef0d88bbcb5fc5f21b200b3699f36d2a09ff91bd420869b11949e2
MD5 f1cc48e583aeef8dae6e658622d7f55e
BLAKE2b-256 76b77e1f39145a6bad8fad068748e4feba36f3eff8bbfb29e78b446f60bcb881

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bankofai_x402-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 95.8 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 81bd1c982583e082410240017e8e76af69fddfb3796f35cea430d4fa580f81e5
MD5 38a39f2af273b0c07ba9896c00227311
BLAKE2b-256 91df073800e11696460892e566e91ed748ab70ada901d2d7362b8765682bc01d

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