[Mod]修改API部分说明信息
This commit is contained in:
parent
fe211876da
commit
e587d4cf3b
@ -10,5 +10,5 @@ OKEX的比特币交易接口,基于Websocket API开发,实现了以下功能
|
|||||||
|
|
||||||
### API信息
|
### API信息
|
||||||
|
|
||||||
链接:[https://www.okex.com/ws_getStarted.html](https://www.okex.com/ws_getStarted.html)
|
链接:[https://github.com/okcoin-okex/API-docs-OKEx.com](https://github.com/okcoin-okex/API-docs-OKEx.com)
|
||||||
|
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
|
|
||||||
|
'''
|
||||||
|
OKEX的高性能异步交易API
|
||||||
|
|
||||||
|
Contributor:ipqhjjybj 大佳
|
||||||
|
'''
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
'''
|
'''
|
||||||
vnpy.api.okex的gateway接入
|
vnpy.api.okex的gateway接入
|
||||||
|
|
||||||
|
Contributor:ipqhjjybj 大佳
|
||||||
'''
|
'''
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user