Skip to main content

Official Python SDK for the 01credit platform — risk control, credit, and lifecycle management for AI agents performing on-chain actions

Project description

credit01 — 01credit Python SDK

Official Python SDK for 01credit.

Install

pip install credit01

Quickstart

from credit01 import CreditClient

client = CreditClient(api_key="01l_live_xxx")
config = client.get_config()

decision = client.check(action="swap", amountUSD=250, venue="Uniswap V3")

if decision["result"] == "REVIEW":
    resolution = client.wait_for_approval(decision["checkId"])
    if resolution != "approved":
        raise SystemExit("Operator denied the action")

Credit Flow

approval = client.request_credit(amount=30, chain_id=11155111)
if approval["approved"]:
    draw = client.draw_credit(amount=30, chain_id=approval["chainId"])
    outstanding = client.get_outstanding(draw["loanId"])
    client.repay_credit(draw["loanId"], "0xrepay...")

Methods

  • get_config()
  • is_kill_switch_active()
  • set_status(status)
  • update_metrics(**kwargs)
  • report_transaction(**kwargs)
  • log(level, message, **kwargs)
  • log_batch(entries)
  • request_credit(amount, chain_id=None)
  • draw_credit(amount, chain_id=None)
  • get_outstanding(loan_id)
  • repay_credit(loan_id, tx_hash)
  • check(**context)
  • resolve(log_id, resolved_by)
  • get_approval_status(check_id)
  • wait_for_approval(check_id, timeout=300, interval=5)

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

credit01-0.1.5.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

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

credit01-0.1.5-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file credit01-0.1.5.tar.gz.

File metadata

  • Download URL: credit01-0.1.5.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for credit01-0.1.5.tar.gz
Algorithm Hash digest
SHA256 f067e809bf502c7b531c0029c99d80e32e40db98ca56bbd09529c0911fcb264b
MD5 1d55bd4f23cd60c0e54edafa2135245c
BLAKE2b-256 6235ce29f92d37afba6faa444256eb0d00b3b187045937e757e49d20f8619280

See more details on using hashes here.

File details

Details for the file credit01-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: credit01-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for credit01-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c9515c21b51f452c5ace0c3f814db70a9274b4246ad5200741d9581724ba8a56
MD5 a834c09648073315dcd2c5ba5f0593a5
BLAKE2b-256 597ea8b37345be85fd7244dca74304add5511218af6c360af6f20ef9e4db88fb

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