huobi_kline

Last updated:

0 purchases

huobi_kline Image
huobi_kline Images
Add to Cart

Description:

huobi kline

final client = HuobiKline();
await client.connect();
client.query('ethbtc', '1min', from, to);
client.subscribe('ethbtc', '1day');
client.onData = (data) async {
print(data);
};
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.