Exchange.IO は,すべての注文の json を解析します.

作者: リン・ハーンgzf445作成日:2019年10月29日 23:04:06 更新日:2019年10月30日 20時56分14秒

function main(){
    var ret = exchange.IO("api", "GET", "/api/v3/allOrders", "symbol=LINKBTC&limit=5");
    Log(ret);
}

カスタムAPIを使って,Binary アカウントの最近の取引履歴を取得したいのですが,実行すると,下のようなjsonデータを得られます.

[{"clientOrderId":"R*******","isWorking":true,"status":"FILLED","timeInForce":"GTC","stopPrice":"0.00000000","icebergQty":"0.00000000","symbol":"LINKBTC","orderListId":-1,"price":"0.00000000","cummulativeQuoteQty":"0.02448498","updateTime":1570543474288,"orderId":168603697,"side":"BUY","time":1570543474288,"origQty":"78.00000000","executedQty":"78.00000000","type":"MARKET"},{"cummulativeQuoteQty":"0.00349811"

もっと

小草 https://www.fmz.com/bbs-topic/4183