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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| uuid | string | ✓ | UUID of order to display |
| Parameter | Type | Description |
|---|---|---|
| base_orderbook_ticker | string | The orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
| order | object | A standard OrderStatusData object. |
| rel_orderbook_ticker | string | The orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
| type | string | Type of the order ("Maker" or "Taker") |
| Parameter | Type | Description |
|---|---|---|
| base_orderbook_ticker | string | The orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
| order | object | A standard OrderStatusData object. |
| rel_orderbook_ticker | string | The orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
| type | string | Type of the order ("Maker" or "Taker") |
order_status
POST
order_status{
"userpass": "RPC_UserP@SSW0RD",
"method": "order_status",
"uuid": "c3b3105c-e914-4ed7-9f1c-604783b054a1"
}