Python SDK
This package facilitates the use of the tanX (previously Brine.fi) APIs.
tanX Python Connector includes utility/connector methods which can be used to interact with the tanX API.
Please check out the full implementation here to find all the rest api methods, web-socket methods and examples.
Installation
First go to the tanX website and create an account with your wallet.
Install the package using pip.
Usage
Check out the example files to see the complete workflow.
Quickstart:
Make sure that tanxconnector is installed and up-to-date. Also make sure you have an account on the mainnet or testnet 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 L2 Key Pair section of the documentation.
Github repo
Please find the complete implementation here with documentation and examples
Last updated