On this page

latest contributor to this doc

Last Edit:

@gcharang

order_status

order_status uuid

The order_status method returns the data of the order with the selected uuid created by the Komodo DeFi Framework API node. The response is different for maker and taker orders.

StructureTypeDescription
uuidstringuuid of order to display

POST
order_status
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "order_status",
  "uuid": "c3b3105c-e914-4ed7-9f1c-604783b054a1"
}

{ "error": "Order with uuid c3b3105c-e914-4ed7-9f1c-604783b054a1 is not found" }

StructureTypeDescription
typestringtype of the order ("Maker" or "Taker")
orderobjectA standard OrderStatusData object.
base_orderbook_tickerstringThe orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins.
rel_orderbook_tickerstringThe orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins.

StructureTypeDescription
typestringtype of the order ("Maker" or "Taker")
orderobjectA standard OrderStatusData object.
base_orderbook_tickerstringThe orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins.
rel_orderbook_tickerstringThe orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins.