You can monitor daily limit balance via our Balance endpoint'. The documentation for this is available here.
Example request:
https://us1.locationiq.com/v1/balance?key=YOUR_ACCESS_TOKEN&format=json
Example response:
{
"status": "ok",
"balance": {
"day": 30000,
"bonus" : 0
}
}