On this page

latest contributor to this doc

Last Edit:

@gcharang

my_orders

my_orders()

The my_orders method returns the data of all active orders created by the Komodo DeFi Framework API node.

StructureTypeDescription
(none)

StructureTypeDescription
maker_ordersmap of objectsorders that are currently active in market-maker mode
taker_ordersmap of objectsorders that are currently active in market-taker mode

POST
my_orders
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "my_orders"
}