Shows current order status. `Command syntax:` ```actionscript srv_xchange order status -net <net_name> -order <order_hash> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list -order - hash of the exchange order ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli srv_xchange order status -net riemann -order 0x8B4433B5D92CF80FD265843654D3650CF42FFFE0D5982354FEF249A137F21EBB ``` `Response:` ``` orderHash: 0x8B4433B5D92CF80FD265843654D3650CF42FFFE0D5982354FEF249A137F21EBB  ts_created: Fri Mar  8 13:37:30 2024 (1709905050)  Status: OPENED, amount: 1000.0 (1000000000000000000000) tKEL, filled: 0.0%, rate (mtKEL/tKEL): 1000.0, net: riemann ``` ### JSON-RPC Example ![[JSON-RPC Request - SRV_XCHANGE ORDER STATUS]]