Official Python SDK for the Wallgent API — financial infrastructure for AI agents
Project description
wallgent
Official Python SDK for the Wallgent API.
Installation
pip install wallgent
Usage
from wallgent import Wallgent
client = Wallgent(api_key="your_api_key")
# Create a wallet
wallet = client.wallets.create(name="My Agent Wallet")
# Send a payment
payment = client.payments.send(
from_wallet_id="wal_...",
to_wallet_id="wal_...",
amount="10.00",
)
Resources
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
wallgent-0.3.0.tar.gz
(46.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wallgent-0.3.0-py3-none-any.whl
(53.9 kB
view details)
File details
Details for the file wallgent-0.3.0.tar.gz.
File metadata
- Download URL: wallgent-0.3.0.tar.gz
- Upload date:
- Size: 46.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58c2fb375e5f377601acefe5a5372dadb2e6f0d53f850758902bdd49366e88d
|
|
| MD5 |
51d1ebc28d0dda4870850480ceb4ca30
|
|
| BLAKE2b-256 |
2948ef0e124f3023014e464c8838a3dcda67a9af698eb825e2734023e4631d91
|
File details
Details for the file wallgent-0.3.0-py3-none-any.whl.
File metadata
- Download URL: wallgent-0.3.0-py3-none-any.whl
- Upload date:
- Size: 53.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b1d42120591799858fde6f1511003f4a5b564e56a7474b4d9aef66a7476c04f
|
|
| MD5 |
3d6ed3fbba5292f6bd00476f3fde9bdf
|
|
| BLAKE2b-256 |
affe1ab9ea296671f29421b51de0f2cf43112393050cda18701dcc384fc9d7c4
|