githubEdit

Balance

get

Retrieves the balance of a specified account.

Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
  • The name of the account to retrieve the balance for.
Query parameters
chainIdstringRequired
  • The ID of the blockchain network.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
chevron-right
200

A promise that resolves to a BalanceAPIResponse object containing the balance information.

application/json
get
/accounts/{accountName}/balance
200

A promise that resolves to a BalanceAPIResponse object containing the balance information.