---
title: "Get Celo Account balance"
method: GET
path: "/v3/celo/account/balance/{address}"
tags: ["Celo - Tatum API"]
---

# Get Celo Account balance

`GET /v3/celo/account/balance/{address}`

/v3/celo/account/balance/{address}

**1 credit per API call**

Get Celo account balance in ETH. This method does not prints any balance of the ERC20 or ERC721 tokens on the account.

## Path parameters

- `address` string, required

## Response `200`

OK

- object
  - `celo` string — Balance of Celo
  - `cUsd` string — Balance of cUSD
  - `cEur` string — Balance of cEUR

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
