List all active sell tradesAsk AIget deprecatedhttps://api.tatum.io/v3/trade/sell/v3/trade/sell 1 credit per API call.List all active sell trades.Query ParamsidstringAccount ID. If present, list current active sell trades for that account.customerIdstringCustomer ID. If present, list current active buy trades for that customer.pageSizenumberrequired1 to 50Max number of items per page is 50.offsetnumberOffset to obtain next page of the data.pairstringlength between 3 and 30Trade pair. If present, list current active sell trades for that pair.countbooleanGet the total trade pair count based on the filter. Either count or pageSize is accepted.truetruefalsetradeTypestringenumTrade type.SELLFUTURE_SELLSELLAllowed:FUTURE_SELLSELLResponses 200OK 401Unauthorized. Not valid or inactive subscription key present in the HTTP Header. 500Internal server error. There was an error on the server during the processing of the request.Updated 5 months ago