Response error when query the price of USDC on BSC

I used this query Error-get-USDC-price to get price of USDC, but the response is error:

{
        "timeInterval": {
          "minute": "2022-03-24 15:00:00"
        },
        **"price": 29797806773690390,**
        "maximum_price": 2503015768989993000,
        "minimum_price": 3.9837115083471656e-19,
        "fromblock": "16340731",
        "toblock": "16341205",
        "fromTime": "2022-03-24 15:06:06 UTC",
        "toTime": "2022-03-24 15:29:48 UTC",
        "quoteAmount": 254042.53456184195
}

I want to feedback this bug and hope your team fix it.

Please check now. I can see the response.

{
  "ethereum": {
    "dexTrades": [
      {
        "timeInterval": {
          "minute": "2022-03-24 15:00:00"
        },
        "price": 29797806773690390,
        "maximum_price": 2503015768989993000,
        "minimum_price": 3.9837115083471656e-19,
        "fromblock": "16340731",
        "toblock": "16341205",
        "fromTime": "2022-03-24 15:06:06 UTC",
        "toTime": "2022-03-24 15:29:48 UTC",
        "quoteAmount": 254042.53456184195
      },
      {
        "timeInterval": {
          "minute": "2022-03-24 15:30:00"
        },
        "price": 1.0002852342901574,
        "maximum_price": 1.0050359843253638,
        "minimum_price": 0.9979445329494759,
        "fromblock": "16341224",
        "toblock": "16341805",
        "fromTime": "2022-03-24 15:30:45 UTC",
        "toTime": "2022-03-24 15:59:48 UTC",
        "quoteAmount": 510972.89146710426
      },
      {
        "timeInterval": {
          "minute": "2022-03-24 16:00:00"
        },
        "price": 1.000942629883918,
        "maximum_price": 1.0040908208134935,
        "minimum_price": 0.9964171217854916,
        "fromblock": "16341809",
        "toblock": "16342401",
        "fromTime": "2022-03-24 16:00:00 UTC",
        "toTime": "2022-03-24 16:29:42 UTC",
        "quoteAmount": 240246.9553021971
      },
      {
        "timeInterval": {
          "minute": "2022-03-24 16:30:00"
        },
        "price": 1.0003706651132658,
        "maximum_price": 1.0040039514957126,
        "minimum_price": 0.9967006193995682,
        "fromblock": "16342414",
        "toblock": "16342998",
        "fromTime": "2022-03-24 16:30:21 UTC",
        "toTime": "2022-03-24 16:59:33 UTC",
        "quoteAmount": 50298.34713952744
      },
      {
        "timeInterval": {
          "minute": "2022-03-24 17:00:00"
        },
        "price": 0.9997083440103216,
        "maximum_price": 1.0028687032702301,
        "minimum_price": 0.9969261787696481,
        "fromblock": "16343007",
        "toblock": "16343590",
        "fromTime": "2022-03-24 17:00:00 UTC",
        "toTime": "2022-03-24 17:29:25 UTC",
        "quoteAmount": 49088.60569563963
      }
    ]
  }
}