order_status
order_status uuid
The order_status
method returns the data of the order with the selected uuid
created by the AtomicDEX API node. The response is different for maker
and taker
orders.
Structure | Type | Description |
---|---|---|
uuid | string | uuid of order to display |
POST
order_status{
"userpass": "testpsw",
"method": "order_status",
"uuid": "c3b3105c-e914-4ed7-9f1c-604783b054a1"
}
{ "error": "Order with uuid c3b3105c-e914-4ed7-9f1c-604783b054a1 is not found" }
Structure | Type | Description |
---|---|---|
type | string | type of the order ("Maker" or "Taker") |
order | object | A standard OrderStatusData object. |
base_orderbook_ticker | string | The orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
rel_orderbook_ticker | string | The orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
Structure | Type | Description |
---|---|---|
type | string | type of the order ("Maker" or "Taker") |
order | object | A standard OrderStatusData object. |
base_orderbook_ticker | string | The orderbook ticker for base coin. This field is used to group segwit and non-segwit versions of UTXO coins. |
rel_orderbook_ticker | string | The orderbook ticker for rel coin. This field is used to group segwit and non-segwit versions of UTXO coins. |