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 was archived by the owner on Jul 16, 2026. It is now read-only.
order_id: Order ID returned, or user custom ID(i.e., text field). Operations based on custom ID can only be checked when the order is in orderbook. When the order is finished, it can be checked within 1 hour after the end of the order. After that, only order ID is accepted.
I've tried to get order just after it finished, after 5 minutes, after 10 minutes...
but I always got error
label: CLIENT_ID_NOT_FOUND, message: Order with client ID t-12345678 not found
To build fault tolerance system as much as possible we need to find orders by custom client ID.
Salutations.
I've created two orders for tests
Your documentation says
I've tried to get order just after it finished, after 5 minutes, after 10 minutes...
but I always got error
To build fault tolerance system as much as possible we need to find orders by custom client ID.