Retrieve Orders (by symbol)Ask AIpost https://api.bitfinex.com/v2/auth/r/orders/{symbol}Gets all the current user's active orders by trading pair symbol (e.g. tBTCUSD, tLTCBTC, ...).Path ParamssymbolstringrequiredDefaults to tBTCUSDThe trading pair symbol you want to fetch the orders about (e.g. tBTCUSD, tLTCBTC, ...).Body Paramsidarray of integersAllows you to retrieve specific orders by order ID (can be omitted to return all active orders).idADD integergidintegerFilter results based on Group ID (int45)cidintegerFilter based on Client ID. To use this, a cid_date must also be provided (int45)cid_datestringProvide alongside a cid to filter based on Client ID. Format: "YYYY-MM-DD"Response 200200Updated 3 months ago