(unofficial) Python Client for Tensor Trade

This library is a simple Python client for the Tensor Trade API. It's aimed is to make your bot trading simpler.

Disclaimer

Be aware that this client directly communicates with Tensor. Be sure of your script before doing any financial operations. Moreover, there is no guarantee about the reliability of this client. I encourage you to tests your scripts with cheap cNFT collections first.

The developer of this client is not responsible for any errors or issues that may occur when using this SDK. Use at your own risk.

Install

Install the library with:

pip install tensortradepy

Development version:

pip install git+https://github.com/defilogist/tensor-trade-py

Usage example

import os
from tensortradepy import TensorClient

client = TensorClient(
    os.getenv("TENSOR_API_KEY"),
    os.getenv("WALLET_PRIVATE_KEY"),
    "mainnet-beta"
)

floor = client.get_collection_floor("theheist")
price = floor * 0.99
nft_mint = "nft-mint"
client.list_nft(nft_mint, price) # we assume your keypair owns the NFT.

Functions available

All functions available are listed in the specifications section.

About

This client is developed by thewise.trade.

You can tip us at thewisetrade.sol or by buying our NFT