v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Celo - Tatum API

Get Celo Account balance

/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.

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

Path parameters

addressstring required
Example:0x3223AEB8404C7525FcAA6C512f91e287AE9FfE7B

Account address you want to get balance of

Response

OK

celostring

Balance of Celo

cUsdstring

Balance of cUSD

cEurstring

Balance of cEUR

Example response

{
  "celo": "10.52",
  "cUsd": "11.53",
  "cEur": "11.53"
}