3️⃣-Trade Protocol
Overview
Order Type
`string id = 1`
The order's globally unique identifier, generated by the sender
`string pair_id = 1`
A trading pair symbol, constructed with the base currency first, followed by a '/' separator and the quote currency (e.g., “LTC/BTC”)
`double price = 3`
The price for the order expressed in units of the quote currency
`uint64 quantity = 4`
The number of satoshis (or equivalent) for the order
`bool is_buy = 5`
Whether the order is a buy (true) or a sell (false)
`string replace_order_id = 6`
The id of an order that this order is replacing, the specified order should be removedTrade Protocol
Order Message (0x06)
OrderInvalidation Message (0x07)
The GetOrders Message (0x08)
The Orders Message (0x09)
Last updated