Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hedera balances API

The balance object represents the balance of accounts on the Hedera network.

Hedera balances API is one of 10 APIs that Hedera publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include balances. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and rate-limit docs.

This API exposes 1 operation across 1 path, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 0.156.0.

Requests are made against a single base URL, {scheme}://{network}.mirrornode.hedera.com.

1 operations 1 paths 7 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.156.0
Base URL
https://mainnet.mirrornode.hedera.com
License
Resource Areas
1

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

balances 1

The balance object represents the balance of accounts on the Hedera network.

GET
/api/v1/balances
List account balances
getBalances 6 params → 200400

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are BalancesResponse (3 properties), AccountBalance (3 properties), TokenBalance (2 properties), Error (1 property). Each schema is shown below with its type and property counts.

Links
object
1 property
EntityId
stringnull
Network entity ID in the format of shard.realm.num
TimestampNullable
stringnull
A Unix timestamp in seconds.nanoseconds format
Error
object
1 property
TokenBalance
object
2 properties 2 required
AccountBalance
object
3 properties 3 required
BalancesResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hedera-balances-api-openapi.yml Raw ↑

Other APIs Hedera publishes across the network.

Hedera accounts API
Hedera airdrops API
Hedera blocks API
Hedera contracts API
Hedera network API
Hedera schedules API
Hedera tokens API
Hedera topics API
Hedera transactions API