Python SDK for the Stablecoin Platform API — wallets, payments, contracts, and compliance
Project description
stablecoin
Python SDK for the Stablecoin Platform API — wallets, payments, smart contracts, compliance, and more.
Status
The Python SDK is in early development. For production use today:
- Node.js SDK:
npm install @stablecoin/sdk - CLI:
npm install -g @stablecoin/cli - Docs: stablecoinroadmap.com/docs
Coming Soon
from stablecoin import StablecoinClient
client = StablecoinClient(api_key="sk_live_...")
# Wallets
wallets = client.wallets.list()
wallet = client.wallets.create(chain="base", label="Treasury")
# Payments
payment = client.payments.create(
amount=1000,
stablecoin="USDC",
to="0x...",
chain="base",
)
# Contracts
contract = client.contracts.launch(spec={
"name": "MyStablecoin",
"symbol": "MSC",
"backing": "fiat",
})
# Compliance
approvals = client.compliance.approvals.list(status="pending")
Links
License
MIT — Social Protocol Labs LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stablecoin-0.1.0.tar.gz
(3.8 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
File details
Details for the file stablecoin-0.1.0.tar.gz.
File metadata
- Download URL: stablecoin-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68e4926d2b7cb6dbb810cdfcd49ce02f0de83d664e33e04777801333ca8c158b
|
|
| MD5 |
34dae4ff37644122edb752d374f6ed16
|
|
| BLAKE2b-256 |
d72ba9d7e582805f9d11a8dc1665003aae572d6afc863181e5e6f4529741125e
|
File details
Details for the file stablecoin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stablecoin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c90d1e19eda286f71332bbe59e0d8713244f4a3a0d48f64407678818e2036c7
|
|
| MD5 |
84abe1fff486fb037ceaee70f6888d56
|
|
| BLAKE2b-256 |
c547fde610569619c860579ec3171b6585a2a2669a797a09c1cc09db3c695fb1
|