Skip to content

kl09/yobit_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yobit API Python wrapper.

Install

pip3 install git+https://[email protected]/kl09/yobit_api.git

Example for PublicApi:

import yobit_api
res = yobit_api.PublicApi().get_pair_ticker(pair="btc_usd")

Example for TradeApi:

import yobit_api
res = yobit_api.TradeApi(key="yobit_key", secret_key="yobit_secret_key").get_info()

By default you can use Cloudflare scrape. This module helps to bypass Cloudflare's anti-bot page.

Star it if u like