curl --request GET \ --url https://api.doppapp.com/v1/public/get_open_orders_by_side
[ { "open_orders": [ { "amount": 123, "amount_filled": 123, "base_currency": "<string>", "creation_timestamp": 123, "direction": "<string>", "instrument_id": "<string>", "instrument_name": "<string>", "order_id": 123, "order_state": "<string>", "price": 123, "wallet_address": "<string>" } ] } ]
Show child attributes