orderStatus
post
/info
Request order status.
Body
Request order status.
typeundefined · enumRequiredPossible values:
Type of request.
userstring · min: 42 · max: 42RequiredPattern:
User address.
^0[xX][0-9a-fA-F]+$oidany ofRequired
Order ID or Client Order ID.
integerOptional
string · min: 34 · max: 34OptionalPattern:
^0[xX][0-9a-fA-F]+$Responses
200
Order status response.
- If the order is found, returns detailed order information and its current status.
- If the order is not found, returns a status of "unknownOid".
application/json
Responseone of
Order status response.
- If the order is found, returns detailed order information and its current status.
- If the order is not found, returns a status of "unknownOid".
or
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoLast updated