Orders

Create Market Order

post
/wawex/orders/market

Create a new market order

Authorizations
HTTPRequired
Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
symbolstringRequired

Trading symbol

quantitynumber · decimalRequired

Order quantity

quantityTypestring · enumRequiredPossible values:
sidestring · enumRequiredPossible values:
externalIdstringRequired

External Id in partner's system. This value has to be unique

walletCustomerProductIdstring · uuidRequired

Wallet customer product used for the order.

cashCustomerProductIdstring · uuidRequired

Cash customer product used for the order.

Responses
chevron-right
200

OK

application/json
post
/wawex/orders/market

Get Order

get
/wawex/orders/{orderId}

Get order details by ID

Authorizations
HTTPRequired
Path parameters
orderIdstring · uuidRequired

Order ID

Responses
chevron-right
200

OK

application/json
get
/wawex/orders/{orderId}

Cancel order

delete
/wawex/orders/{orderId}

Cancel an existing order

Authorizations
HTTPRequired
Path parameters
orderIdstring · uuidRequired

Order ID

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Responses
chevron-right
200

OK

application/json
Responseobject
delete
/wawex/orders/{orderId}

Get Orders

get
/wawex/products/{customerProductId}/orders

Get list of orders with optional filtering

Authorizations
HTTPRequired
Path parameters
customerProductIdstring · uuidRequired
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Optional

Maximum number of items to return

Default: 20
startCreatedOnstring · date-timeOptional

Display orders created on or after this date

endCreatedOnstring · date-timeOptional

Display orders created on or before this date

Responses
chevron-right
200

OK

application/json
get
/wawex/products/{customerProductId}/orders

Get Order Receipt

get
/wawex/orders/{orderId}/receipt

Get trade receipt details

Authorizations
HTTPRequired
Path parameters
orderIdstring · uuidRequired

Order identifier

Responses
chevron-right
200

OK

application/pdf
Responsestring · binary
get
/wawex/orders/{orderId}/receipt

Last updated