List all historical tradesAsk AIget deprecatedhttps://api.tatum.io/v3/trade/history/v3/trade/history 1 credit per API call.List all historical trades. It is possible to list all trades, trades for specific trading pair and/or account.Query ParamsidstringAccount ID. If present, only closed trades for given account will be present.pairstringlength between 3 and 30Trade pair. If present, only closed trades on given trade pair will be present.pageSizenumberrequired1 to 50Max number of items per page is 50.offsetnumberOffset to obtain next page of the data.countbooleanGet the total trade pair count based on the filter. Either count or pageSize is accepted.truetruefalsetypesarray of stringsTrade types.typesADD stringResponses 200OK 400Bad Request 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