---
title: "Fetch Balance"
method: GET
path: "/v3/balance"
---

# Fetch Balance

`GET /v3/balance`

Provides real-time access to available funds across multiple currenices

## Response `200`

200

- object
  - `status` string — Indicated whether the request is successful
  - `message` string — Additional message and details about the request outcome.
  - `data` object — Contains information about the balance and its details
    - `available` object[]
      - `amount` string — The balance amount available in your account.
      - `currency` string — The balance currency.
    - `object` string — Type of object returned by the API. In this case - Balance.
    - `updated_at` string — Timestamp when the balance was last updated (ISO 8601 format)

---

[API](https://skmtc.net/tazapay/apis/sandbox.md) · [All operations](https://skmtc.net/tazapay/apis/sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tazapay/sandbox/versions/bf5f4b8f6f5d/schema)
