codewc

Results 33 comments of codewc

比如setttings.py这种文件结构,会出现该问题

> may size = 0.693 > > `[API]Failure: api code is NOT 200000, POST /api/v1/orders with body={"clientOid":"615d681b3f8c44.66488972","side":"buy","symbol":"SOL-USDT","type":"market","size":0.6930000000000001}, respond code=400100 message="Order size increment invalid." body={"code":"400100","msg":"Order size increment invalid."}` Hi, The `spot`...

use `GET /api/v1/fills` endpoint Data time range The system allows you to retrieve data up to one week (start from the last day by default). If the time period of...

> / Dear User, Thank you for contacting us. This error message is not very clear - "request parameter illegal" The actual reason for the failure is that your deposit...

> As per documentation, _"After the ping message is sent to the server, the system would return a pong message to the client side."_ from my understanding is that the...

The remark field is a non-transactional core field. Based on the consideration of delivery performance, this remark field is not included in the order push message

> Our application uses the remark to store information about that orders previous one - to know if it's reciprocal or a new one, not including that one little tidbit...

> https://github.com/Kucoin/kucoin-go-sdk/blob/468026a33b3a24a4d8f7788c8b3032b3a95cb425/websocket.go#L13 > > Gorilla websocket doesn't support wasm build, is it possible to use one that support it ? such as https://github.com/nhooyr/websocket (btw it's more efficient and more robust)...

> hi in this api i can only one address for each coin like BTC so my users in website should have unique deposit address for BTC otherwise how can...

> $detail = Kucoin::currency()->getDetail('ETH', 'KCC'); > > `array:12 [▼ "currency" => "ETH" "name" => "ETH" "fullName" => "Ethereum" "precision" => 8 "confirms" => 1 "contractAddress" => "" "withdrawalMinSize" => "0.01"...