Exchange API Special Issue Summary (Unfinished...)

Author: The Little Dream, Created: 2017-04-06 17:58:13, Updated: 2018-02-06 15:17:45

Exchange API summary of special issues


Exchange \ API exchange.GetOrder(orderId) exchange.GetRecords(Period) exchange.IO("api", ApiName, Args) Other
Coin
Bitstamp Do not accept orders Get the K-line (real time collection)
Bitfinex Get the K-line (real time collection)
OKCoin international cash flow
OKCoin futures
Korbit Do not accept orders Get the K-line (real time collection) Do not support
Poloniex Do not accept orders Set the transaction pairs according to the operating currency_price currency ((P network marked opposite)
Kraken
Quoine Get the K-line (real time collection)
Coincheck Do not accept orders Get the K-line (real time collection)
Zaif Do not accept orders Get the K-line (real time collection)
BitFlyer
Bithumb
Bittrex
BotVS
CoinPlus
Coinone
Futures_BitMEX
Futures_CTP
GateIO
HitBTC Call GetOrder to get orders if they are canceled. Error 20002
LiveCoin
OKEX
WEX
ZB
Binance

# 注: “获取K线(实时收集)” 的交易所 为 交易所不直接提供K线数据,K线数据是由底层收集生成, 在每次调用exchange.GetRecords() 
#      函数时,会自动在底层 调用交易所 获取成交数据的接口,收集近期成交数据。维护在一个底层数据结构内,随着轮询中不停调用
#      exchange.GetRecords()函数, 托管者会不停收集数据,合成当前设定的K线周期的K线数据。如果指定GetRecords函数的
#      K线周期,托管者会根据 设定的周期 重新合成 K线数据。
#      注意:一旦轮询中停止调用exchange.GetRecords() 函数,底层则停止收集成交记录,再次调用GetRrcords获取K线的时候可能
#      中间会出现K线缺失。所以如果想让获取的K线数据 连贯, 在轮询中要不停的调用 GetRecords 接口。
#
#     空白表示支持该处对应的API函数。

More

The Gilded AgeI'd like to add to the Fmex_Future story.

powdersnowI want to ask you a question about the K-line data, the conventional 2-hour line, the 4-hour line, they don't have any interface, how should this be done?

qwer133245When you're full, you're grateful.

snakeayuOkayx, what does it mean when the top is blank?

The Little DreamIn Strategy Square, there is https://www.fmz.com/strategy/41163, a K-line synthesis template, which has several versions, all open source.

The Little DreamOn the homepage, there is a QQ group number.

qwer133245I'm new here and I'm faced with a lot of questions.

The Little DreamThe amount of _<

The Little DreamI haven't got the time yet to fill in the blank >\_<