Python
In this section, we will delve into the details of the Circular Protocol official Python package.
Installation
git clone https://github.com/circular-protocol/circular-py.gitpip install circular-py/circular_protocol_api/.pip install circular_protocol_apiExample of usage
from circular_protocol_api import CircularProtocolAPI
circular = CircularProtocolAPI()
result = circular.getBlockchains()Last updated