China: Sortable list of all stocks and funds What’s a BRIC?|What’s an ADR?|ContactChina|India|Brazil|Russia bricadr.com A list of 0 China ADRs and funds traded on U.S. exchanges, sortable by name, price, change, and industry....
origClientOrderIdList STRING NO max length 10 e.g. '["my_id_1","my_id_2"]', encode the double quotes. No space after comma. deliveryLeverage Change user's initial leverage of specific symbol market. NameTypeMandatoryDescription symbol STRING YES The pair name leverage INT YES target init...
Quote Tracker (market symbols etc) –A program which can go out and check the current value of stocks for a list of symbols entered by the user. The user can set how often the stocks are checked and the program can show green up and red down arrows to show which direction the stock ...
orderIdList STRING NO max length 10e.g. '[1234567,2345678]' origClientOrderIdList STRING NO max length 10 e.g. '["my_id_1","my_id_2"]', encode the double quotes. No space after comma. deliveryLeverage Change user's initial leverage of specific symbol market. NameTypeMandatoryDescript...
24hr Ticker statistics for a symbol pushed every second. Accepts an array of symbols. client.ws.ticker('HSRETH', ticker => { console.log(ticker) }) Output { eventType: '24hrTicker', eventTime: 1514670820924, symbol: 'HSRETH', priceChange: '-0.00409700', priceChangePercent: '-11.307...
{ "depositList": [ { "insertTime": 1508198532000, "amount": 0.04670582, "asset": "ETH", "status": 1 } ], "success": true }withdrawHistoryGet the account withdraw history.console.log(await client.withdrawHistory())ParamTypeRequiredDescription asset String false status Number false 0 (0:...
Accepts an array of symbols. client.ws.miniTicker('HSRETH', ticker => { console.log(ticker) }) Output { eventType: '24hrMiniTicker', eventTime: 1514670820924, symbol: 'HSRETH', curDayClose: '0.03213800', open: '0.03623500', high: '0.03659900', low: '0.03126000', volume: '...
Accepts an array of symbols. client.ws.miniTicker('HSRETH', ticker => { console.log(ticker) }) Output { eventType: '24hrMiniTicker', eventTime: 1514670820924, symbol: 'HSRETH', curDayClose: '0.03213800', open: '0.03623500', high: '0.03659900', low: '0.03126000', volume: '...
Quote Tracker (market symbols etc)– A program which can go out and check the current value of stocks for a list of symbols entered by the user. The user can set how often the stocks are checked and the program can show green up and red down arrows to show which direction the stock ...