Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 919 Bytes

Bonfida-Trader

Warning

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

Features

  • Implementation of all public endpoints

Donate

If useful, buy me a coffee?

  • ETH: 0xA9D89A5CAf6480496ACC8F4096fE254F24329ef0 (brendanc.eth)
  • SOL: AQBqATwRqbU8odBL3RCFovzLbHR13MuoF2v53QpmjEV3

Installation

$ git clone https://github.com/LeeChunHao2000/bonfida-api-wrapper-python3

Quickstart

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('', '')

Version Logs

2021-03-07

  • Birth!