This is an UNOFFICIAL wrapper for Bonfida HTTP API written in Python 3.7
The library can be used to fetch market data or create third-party clients
USE THIS WRAPPER AT YOUR OWN RISK, I WILL NOT CORRESPOND TO ANY LOSES
- Implementation of all public endpoints
If useful, buy me a coffee?
- ETH: 0xA9D89A5CAf6480496ACC8F4096fE254F24329ef0 (brendanc.eth)
- SOL: AQBqATwRqbU8odBL3RCFovzLbHR13MuoF2v53QpmjEV3
$ git clone https://github.com/LeeChunHao2000/bonfida-api-wrapper-python3
- This wrapper requires requests
This is an introduction on how to get started with Bonfida client. First, make sure the Bonfida library is installed. And then:
from Bonfida.client import Client
client = Client('', '')
- Birth!