accountBalance

Graphql fields and variables for the accountBalance query

An account balance represents the money debited or credited in a given currency

Scope required: standard:read

For a complete list of possible response fields see the AccountBalance type.

query accountBalance ($id: ID, $code: String, $format: String) {
  accountBalance (id: $id, code: $code, format: $format) {
    accountId
    balance
    currencyId
    id
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?