Skip to main content

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:

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


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)

Uploaded Source

Built Distribution

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

stablecoin-0.1.0-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

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

Hashes for stablecoin-0.1.0.tar.gz
Algorithm Hash digest
SHA256 68e4926d2b7cb6dbb810cdfcd49ce02f0de83d664e33e04777801333ca8c158b
MD5 34dae4ff37644122edb752d374f6ed16
BLAKE2b-256 d72ba9d7e582805f9d11a8dc1665003aae572d6afc863181e5e6f4529741125e

See more details on using hashes here.

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

Hashes for stablecoin-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6c90d1e19eda286f71332bbe59e0d8713244f4a3a0d48f64407678818e2036c7
MD5 84abe1fff486fb037ceaee70f6888d56
BLAKE2b-256 c547fde610569619c860579ec3171b6585a2a2669a797a09c1cc09db3c695fb1

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