my_orders
my_orders()
The my_orders
method returns the data of all active orders created by the AtomicDEX API node.
Structure | Type | Description |
---|---|---|
(none) |
Structure | Type | Description |
---|---|---|
maker_orders | map of objects | orders that are currently active in market-maker mode |
taker_orders | map of objects | orders that are currently active in market-taker mode |
POST
my_orders{
"userpass": "testpsw",
"method": "my_orders"
}