orderStatus

post
/info

Request order status.

Body

Request order status.

typeundefined · enumRequired

Type of request.

Possible values:
userstring · min: 42 · max: 42Required

User address.

Pattern: ^0[xX][0-9a-fA-F]+$
oidany ofRequired

Order ID or Client Order ID.

integerOptional
or
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
post
/info

Last updated