Circular Protocol Python API
The Circular Protocol API suite provides a robust and efficient interface for interacting with the Circular Protocol, a decentralized and highly scalable blockchain network. These APIs enable developers to integrate, query, and execute operations on the Circular Protocol blockchain, supporting a wide range of decentralized applications (dApps), financial transactions, and smart contracts.
Docs
Official documentation for the Python API and many more languages on GitBook
Installation
You can install the package via pip. Here's how to do it:
pip install circular_protocol_api
Or cloning this repository with
pip install .
Usage
Import the package and instantiate the Circular Protocol API class.
from circular_protocol_api import CircularProtocolAPI
# Example usage
circular = CircularAPI()
blockchain = 0x8a20baa40c45dc5055aeb26197c203e576ef389d9acb171bd62da11dc5ad72b2
test_addr = 0xbd1d7ff426d094605a0902c78812dded6bbebdb42b20d9c722dc87bde0f30f44
print(circular.getWallet(blockchain, test_addr))
Access data
The result is a Python dictionary so you could access values via the .get() method.
License
This library is open-source and available for both private and commercial use. For detailed terms, please refer to the LICENSE file provided in the repository.
Contact
- Author: Danny De Novi
- Email: dannydenovi29@gmail.com / info@circularlabs.io
Release files for circular-protocol-api 1.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| circular_protocol_api-1.0.11.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| circular_protocol_api-1.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.6 kB
Release files / circular_protocol_api-1.0.11.tar.gz
| Download URL | circular_protocol_api-1.0.11.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68f86703054e564112eb4f0a376cdcc88310fc3fda8dffbc185fc77513c9b40f
|
|
BLAKE2b-256 checksum How to use checksums |
36e5694cc6194f4e9c8b32061119e5fc2d5b3d1258ca5b83e9627477b6f317b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.21
|
Release files / circular_protocol_api-1.0.11-py3-none-any.whl
| Download URL | circular_protocol_api-1.0.11-py3-none-any.whl |
|---|---|
| Size | 9.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb5d88216973081f14a60416c1837a4ad74b671bdd08912822ce771acd7e2515
|
|
BLAKE2b-256 checksum How to use checksums |
0e4cbecb34359a984e751be11a348c5d032a4498cdd61e12ca16d4291675c3cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.21
|