Skip to content

CaqKa/python-bitstamp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-bitstamp-api

My version of the bitstamp-API made in python

This code handles the http calls. There are two functions one for the private API access (trading, balance...) and one for public access (like order book, ticker...)

.API(payload, url) Takes payload and url as arguments. Payload are sorting and limit options described in the Bitstamp API documentation. URL is the url after "http://www.bitstamp.net", for the urls in the documentation. .APIpublic(url) only takes url as an argument.

About

My version of the bitstamp-API made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages