Orders
Get orders
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
customerProductIdstring · uuidRequired
Query parameters
cursorstringOptional
String value used for pagination
limitinteger · min: 1OptionalDefault:
Maximum number of items to return
20externalIdstringOptional
External Id in partner's system. This value has to be unique
startCreatedOnstring · date-timeOptional
Display orders created on or after this date
endCreatedOnstring · date-timeOptional
Display orders created on or before this date
Responses
200
OK
application/json
400
Bad Request
application/json
get
/products/{customerProductId}/digital/ordersGet order receipt
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
orderIdstring · uuidRequired
Id of order we're looking for
Responses
200
OK
application/pdf
Responsestring · binary
400
Bad Request
application/json
404
Not Found
application/json
get
/digital/orders/{orderId}/receiptNo content
Create order.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Header parameters
Requestor-IDstring · uuidRequired
Unique requestor identification in UUID format
Body
cryptoSymbolstringRequired
tradeSidestring · enumRequiredPossible values:
quantityTypestring · enumRequiredPossible values:
quantitynumberRequired
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
200
OK
application/json
400
Bad Request
application/json
409
Conflict
application/json
post
/digital/orders/marketLast updated

