corentindenoeud

Results 2 comments of corentindenoeud

I have the same issue. I tried with : ``` import Binance from 'binance-api-node' const client = Binance.default(options) ``` I have this error : error TS2339: Property 'default' does not...

Sorry, but I still have the same issue : ``` import Binance from 'binance-api-node' const client2 = Binance({ apiKey: apiKey, apiSecret: apiSecret, }) ``` the error is : ``` const...