Logo

Orderbook Endpoints

commitOrder

Tells the canister that this user/principal/canister is going to place an order of the specified amount.

Method: update
isSigned: true


Parameters

NameTypeDescriptionOptional
amountNatThe order cost in E8SNo

Response

Returns: Blob

  where the Blob returned is memo that needs to be used when transferring funds to the canister required to place the order
Previous
validateOrder