public void GetFoundingRateHistoryWithDefaulLimitTest()
        {
            try
            {
                mp = market.GetFundingRateHistory("BTCUSDT");

                CheckResponse(100);
            }
            catch (ErrorMessageException e)
            {
                Tools.OnThrowErrorMessageException(e);
            }
        }