[Zaif] I tried to make it easy to trade virtual currencies with Python

At first

――Please use at your own risk. --If you have any problems, please pull request.

Why i made it

――Various information was released, so I wanted to try it. ――I wanted to understand the business of currency trading.

How to use

~~ github page ~~ github page (moved here from 2017/04) / zaifapi), but also here

  1. Create a suitable virtualenv environment
  2. pip install zaifapi
  3. The rest is like this
from zaifapi.impl import ZaifPublicApi, ZaifPrivateApi

#Get the closing price of Bitcoin and Japanese Yen
zaif = ZaifPublicApi()
print(zaif.last_price('btc_jpy'))

#Get account information such as balance
zaif = ZaifTradeApi(key, secret)
print(zaif.get_info())

All public APIs can be called.

Impressions I made

--After all requests is convenient -cerberus was a nice touch ――My source is Java-like

Recommended Posts

[Zaif] I tried to make it easy to trade virtual currencies with Python
[AWS] [GCP] I tried to make cloud services easy to use with Python
When I tried to create a virtual environment with Python, it didn't work
I tried to make various "dummy data" with Python faker
I tried to make GUI tic-tac-toe with Python and Tkinter
[5th] I tried to make a certain authenticator-like tool with python
[2nd] I tried to make a certain authenticator-like tool with python
[3rd] I tried to make a certain authenticator-like tool with python
I tried to make a 2channel post notification application with Python
I tried to make a todo application using bottle with python
[4th] I tried to make a certain authenticator-like tool with python
[1st] I tried to make a certain authenticator-like tool with python
I tried to make an image similarity function with Python + OpenCV
Python: I tried to make a flat / flat_map just right with a generator
I want to make a game with Python
I tried to get CloudWatch data with Python
I tried to output LLVM IR with Python
I tried to make a traffic light-like with Raspberry Pi 4 (Python edition)
I tried to automate sushi making with python
I tried to make a periodical process with CentOS7, Selenium, Python and Chrome
I tried to make a simple mail sending application with tkinter of Python
When I tried to make a VPC with AWS CDK but couldn't make it
[Patent analysis] I tried to make a patent map with Python without spending money
I tried to get started with blender python script_Part 01
I tried to touch the CSV file with Python
I tried to draw a route map with Python
Continuation ・ I tried to make Slackbot after studying Python3
I tried to get started with blender python script_Part 02
I tried to implement an artificial perceptron with python
I tried to automatically generate a password with Python3
I tried to solve the problem with Python Vol.1
I tried to make an OCR application with PySimpleGUI
I tried to solve AOJ's number theory with Python
I tried fp-growth with python
Easy to make with syntax
I tried gRPC with Python
I tried scraping with python
A Python beginner made a chat bot, so I tried to summarize how to make it.
I tried to make it easy to change the setting of authenticated Proxy on Jupyter
I tried to find the entropy of the image with python
I tried to simulate how the infection spreads with Python
I tried various methods to send Japanese mail with Python
I tried follow management with Twitter API and Python (easy)
[Python] I tried to visualize tweets about Corona with WordCloud
Mayungo's Python Learning Episode 3: I tried to print numbers with print
I tried to make a stopwatch using tkinter in python
I tried to divide the file into folders with Python
[Python] I tried to make an application that calculates salary according to working hours with tkinter
[1 hour challenge] I tried to make a fortune-telling site that is too suitable with Python
I tried web scraping with python.
I made a server with Python socket and ssl and tried to access it from a browser
I tried to make a generator that generates a C # container class from CSV with Python
I want to debug with Python
I tried running prolog with python 3.8.2.
I tried SMTP communication with Python
I tried to solve the ant book beginner's edition with python
Rubyist tried to make a simple API with Python + bottle + MySQL
I tried to make deep learning scalable with Spark × Keras × Docker
A memorandum when I tried to get it automatically with selenium
I tried to make a regular expression of "amount" using Python
[System trade] I tried playing with Stochastic Oscillator by decomposing with python ♬