Official Python SDK for Stralix Cloud SCNAC API
Project description
StralixSDK
Official Python SDK for interacting with the Stralix Cloud SCNAC API.
Installation
pip install stralixsdk
Usage
from stralixsdk import StralixClient
# Initialize the client
client = StralixClient(api_key="YOUR_API_KEY", base_url="https://sc01.stralix.cloud")
# Get blockchain info
info = client.get_info("LTC")
print(info)
# Get block count
count = client.get_block_count("LTC")
print(f"Current block height: {count}")
Features
- Easy access to SCNAC API endpoints (v1)
- Simple Pythonic interface
- Automatic error handling
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
stralixsdk-1.1.3.tar.gz
(4.5 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 stralixsdk-1.1.3.tar.gz.
File metadata
- Download URL: stralixsdk-1.1.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d146e7379d38dc9ed2c952d3344f80595dc23682da4b1a8806d7acc3eb204d44
|
|
| MD5 |
e53e550f4a95c0b9d2ac4133294adacb
|
|
| BLAKE2b-256 |
bc5b4aaad39bb9e5982160b6ec0a4277d3168f7572b0e1aa5d964e128b6ad385
|
File details
Details for the file stralixsdk-1.1.3-py3-none-any.whl.
File metadata
- Download URL: stralixsdk-1.1.3-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
306431e2e6bb3571b40ef15290d1c53d4c4fed3dfe33420dda5902a6e2a9ee01
|
|
| MD5 |
ff7b2e9b80703ee34916544f7e88457c
|
|
| BLAKE2b-256 |
7ce2ed082874526a10f6160b8b0e4944ae582995084d7677bb00e76dae782d18
|