On this page

latest contributor to this doc

Last Edit:

@smk762

Order Status

API-v1order_status

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.

ParameterTypeRequiredDescription
uuidstringUUID of order to display

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

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

order_status

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