Peter Lai

Results 244 comments of Peter Lai

Hi @CoinCoderBuffalo Can you please double check the key is in this format? ``` exchange = ccxt.coinbase({ 'apiKey': 'organizations/xxxxxxx/apiKeys/xxxxxx', 'secret': '-----BEGIN EC PRIVATE KEY-----\xxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxx\n xxxxxxxxxxxxxxxx\n-----END EC PRIVATE KEY-----\n' })...

@piotryordanov Which exchange did you use? I wonder whether there is limitation in exchange's api.

The API we used is https://www.okx.com/docs-v5/en/#order-book-trading-trade-get-transaction-details-last-3-months. You can only fetch trades from the last 3 months.

Cool! How about add title, image uri or title to smart contract metadata? (Custom 404 uri redirection might not be safe.)

@dominicletz did you close connection properly? There is no timeout in remote/client connection, the connection will hang till remote/client disconnect. And I tried with client_debug, the connections(socks) were all closed.

@ggree1 Could you provide code snippet that we can reproduce this locally?

Hi @markant722 It works for me. Can you check your internet condition or paste your code?

@markant722 We've implemented ping in lbank, it should work like they mentioned in documentation: https://www.lbank.com/en-US/docs/index.html#request-amp-subscription-instruction. After test, it's weird the server close the connection even we sent the pong in...

@Notorious-little It depends on the exchange's API. You can check the API documentation link in fetchCurrencies. For example, with the Binance API, we integrate with this endpoint: https://developers.binance.com/docs/wallet/capital/all-coins-info, and they...