Peter Lai

Results 244 comments of Peter Lai

@dennver86 I think you were looking for the symbol ETH/BTC (https://www.luno.com/trade/markets/ETHXBT).

@dennver86 Can you try to add since timestamp (https://www.luno.com/en/developers/api#tag/Orders/operation/ListUserTrades)?

Hi @xmatthias I think the precision mode is for price. You can use amount_to_precision function or DECIMAL_PLACES mode for amount precision.

Hi @xmatthias, We used `this.precisionMode` in the base `*ToPrecision` functions, but `precisionMode` would be different some exchanges. In that situation, will implement custom `*ToPrecision` functions, eg `bitvavo.amountToPrecision`. I'm not sure...

Hi @xmatthias I mean the precisionMode could be different for amount and price. We use unified method to solve this issue. You can use these unified methods `amount_to_precision` and `price_to_precision`.

Those logs were from end-to-end network io. Tried with testnet, the log output should looks like: ``` ERROR Failed to reconnect: dial tcp 0.0.0.0:41046: connect: connection refused, reconnecting in 5s...

@quakemmo I'm not sure if it's a good idea to reduce messages from the WebSocket stream, as the data comes from exchanges in real time. Have you considered using polling...

@seeyoul8r BRC20 is the name of token spec on BTC. Do you have any issues when use these names?

@Never-Know-N Thanks for reporting this. You're right about the race condition. The lastResponse doesn't look good there. I'll see how to fix this.