Python SDK for BlockINTQL Ethereum and stablecoin intelligence
Project description
BlockINTQL Python SDK
Minimal Python client for:
- capability discovery
- investigation planning
- workspace lifecycle
Install
pip install -e .
Example
from blockintql_sdk import BlockINTQL
client = BlockINTQL()
capabilities = client.capabilities()
plan = client.plan(
goal="Investigate this wallet's stablecoin counterparties and bridge activity",
address="0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
budget_credits=12,
)
workspace = client.create_workspace(
name="stablecoin-investigation",
modules=["verdict", "stablecoins", "bridge-activity", "chart"],
)
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
blockintql_sdk-0.1.0.tar.gz
(2.7 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 blockintql_sdk-0.1.0.tar.gz.
File metadata
- Download URL: blockintql_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15b1531198afba78ce5a3e3843001ef89b8233caa994a6fee8d02f5efd61502
|
|
| MD5 |
f777c77bd6abfe4ba66d2934baca6818
|
|
| BLAKE2b-256 |
5acd3c106585a0aadf5e49ce2270bfc9013f4fee7016c64a4043c3a6555dc0e4
|
File details
Details for the file blockintql_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: blockintql_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c9d3c85355131f3b177ced48461d50a4e09a0fefeb6d46a5dc57036bca22567
|
|
| MD5 |
80dc8f93ae1c665ac85e766a7c6ff9d4
|
|
| BLAKE2b-256 |
120d01082cdb3ee178173cb95227e3db83725dc1c102633e24f53fd400f5436f
|