You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Potential double spend (two orders with same clientOid)
I tried to create orders using POST https://api.kucoin.com/api/v1/orders endpoint. According to documentation, clientOid - must be a unique id (e.g UUID).
But the API allows me to create several orders with the same clientOid = 8f26c401-39c4-47d0-9149-a9e5066168ed.
Data:
Used API key: 6485df87118c4d0001562bc2
Server side order ids:
64917b91986f560001551e4b
64917dff7527e300014cb1db
64919a99de8382000167eea5
6491bb6d4cd56900012c45a2
6491bb80ebe9ad0001a917d2
Client OID: 8f26c401-39c4-47d0-9149-a9e5066168ed
The text was updated successfully, but these errors were encountered:
Hello.
I am a Kucoin API user.
Excuse me, I send message because I have one problem when use Kucoin API.
How to create clientOid value in postOrder function?
Thank you.
Potential double spend (two orders with same clientOid)
I tried to create orders using POST https://api.kucoin.com/api/v1/orders endpoint. According to documentation,
clientOid
- must be a unique id (e.g UUID).But the API allows me to create several orders with the same clientOid =
8f26c401-39c4-47d0-9149-a9e5066168ed
.Data:
Used API key:
6485df87118c4d0001562bc2
Server side order ids:
64917b91986f560001551e4b
64917dff7527e300014cb1db
64919a99de8382000167eea5
6491bb6d4cd56900012c45a2
6491bb80ebe9ad0001a917d2
Client OID:
8f26c401-39c4-47d0-9149-a9e5066168ed
The text was updated successfully, but these errors were encountered: