Python SDK
This package facilitates the use of the tanX (previously Brine.fi) APIs.
Last updated
Was this helpful?
This package facilitates the use of the tanX (previously Brine.fi) APIs.
Last updated
Was this helpful?
tanX Python Connector includes utility/connector methods which can be used to interact with the tanX API.
Please check out the full implementation to find all the rest api methods, web-socket methods and examples.
First go to the and create an account with your wallet.
Install the package using pip.
Check out the files to see the complete workflow.
Make sure that tanxconnector is and up-to-date. Also make sure you have an account on the or website. To get quickly started, try running the simple example for creating and fetching the order once logged in. For the stark_private_key
, kindly see the section of the documentation.
Please find the complete implementation with documentation and examples