Skip to main content
GET
/
v1
/
rpc
/
getBalanceByAddress
/
{address}
Get balance by address
curl --request GET \
  --url https://api.kas.fyi/v1/rpc/getBalanceByAddress/{address} \
  --header 'x-api-key: <api-key>'
{
  "balance": "1000000000"
}

Cost

This endpoint costs 0.1 RU (Request Units) per call.

Authorizations

x-api-key
string
header
required

Path Parameters

address
string
required
Example:

Response

200 - application/json
balance
string
required
Example: