---
title: "Balance"
method: GET
path: "/balance"
tags: ["Balance"]
---

# Balance

`GET /balance`

The Balance API provides a count of request credits left in the user's account for the day. Balance is reset at midnight UTC every day (00:00 UTC).

## Response `200`

OK

- Balance
  - `status` string — `ok` on success.
  - `balance` Daybalance — An array comprising individual components such as `day` and `bonus`.
    - `day` integer — Balance of requests credits in your account for the day.
    - `bonus` integer — Balance of bonus / promotional request credits in your account.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — The request has been made from an unauthorized domain.
- `429` — Request exceeded the rate-limits set on your account.
- `500` — Internal Server Error

---

[API](https://skmtc.dev/locationiq/apis/locationiq-api-reference.md) · [All operations](https://skmtc.dev/locationiq/apis/locationiq-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/locationiq/locationiq-api-reference/revisions/62f2eab3d1ff/schema)
