Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alimogh/Python-BtxPro

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-BtxPro(Dovewallet)

Python-Dovewallet is a Python library for the Dovewallet API v1.1.

Use this to sell mined coins, write 3 trading bots or do whatever your heart desires.

Getting started

Get your API keys from https://dovewallet.com/en/my-page/api, download dovewallet.py and place it in the same directory as your script.

#!/usr/bin/env python
from dovewallet import dovewallet

api = dovewallet('key', 'secret')

print api.getticker('BTC-DASH')

example.py

The example program buys 100 DOGE for the current price and sells them for a higher price. It also shows some other functions.

Check out https://developer.dovewallet.com/api/v1/ or read the source code for a full list of functions.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.