vnpy/beta/api/zaif/README.txt

23 lines
633 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vn.zaif
### 简介
Zaif 的比特币交易接口基于Rest API开发实现了官方提供API的全部功能。
### 特点
1. 面向对象的API设计接近CTP API的结构对于国内用户而言更容易上手
2. 参考CTP API的设计主动函数调用的结果通过异步回调函数的方式推送到程序中适用于开发稳定可靠的实盘交易程序
### API版本
日期2015-12-02
链接:
https://corp.zaif.jp/api-docs/
https://corp.zaif.jp/api-docs/trade-api/
https://github.com/E-Tsubo/zaifapi/blob/master/zaifapi/impl.py
https://github.com/tk1024/Zaif4PHP/blob/master/Zaif.php