Getting the list of cells in a specified area this api getting errors

Getting the list of cells in a specified area this api getting error as {

"error": "BBOX too big - Limit to 4,000,000 sq.mts.",
"code": 5

}
i used correct points still giving this error and also i want cell tower location list which are present in india… so i downloaded the database but i am didnt get that as there are so many lat longs and at that loacation there is no tower found …so how can i solve this…so that i can get tower location in specific area… i can pay for that api if requred

“BBox too big error” shows up when the coordinates you’re passing covers a large area. Can you please share the original API call you made?

Hi there, I have the same issue but area is actually not too big as the error says.
{“error”:“BBOX too big - Limit to 4,000,000 sq.mts.”,“code”:5}

this is my request:
key=xxx&BBOX=59.55,33.45,59.60,33.50&mcc=250&format=json

Could you please check if there is an issue with bbox querying on data?