vnpy/beta/api/coincheck
..
__init__.py
README.txt
test2.py
test3.py
test4.py
test.html
test.py
vncoincheck.py

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.coincheck

### 简介

coincheck 的比特币交易接口基于Rest API开发实现了官方提供API的全部功能。




### 特点

1. 面向对象的API设计接近CTP API的结构对于国内用户而言更容易上手

2. 参考CTP API的设计主动函数调用的结果通过异步回调函数的方式推送到程序中适用于开发稳定可靠的实盘交易程序



链接:

https://coincheck.com/cn/documents/exchange/api
https://coincheck.com/cn/documents/exchange/api#public
https://coincheck.com/cn/documents/exchange/api#private

https://github.com/kmn/coincheck