Retrieve orders data for a specific account and pool.Ask AIget https://trading-api.alkimiya.io/api/v3/{market}/{chainId}/account-summary/{address}/ordersFetch orders data for a specific account and pool.Path ParamsmarketstringrequiredMarket identifierchainIdintegerrequiredChain identifieraddressstringrequiredAccount addressQuery ParamspoolHashstringUnique hash of the pooldirectionstringPosition direction (e.g., 'LONG')statusstringFilter by status (e.g., 'active', 'cancelled', 'expired')pageintegerPage number for paginationpageSizeintegerNumber of items per pagelimitintegerMaximum number of items to returnsortBystringSort by fieldsortDirectionstringDirection to sort by, must be 'asc' or 'desc'Response 200OKUpdated over 1 year ago