Skip to main content

Balance

Description: Balance entry representing holdings of a specific financial instrument. Combines quantity information with instrument metadata to provide a complete view of each position held within an account.

note

The protobuf file is the authoritative source of documentation. Please refer to the Protobuf tab when in doubt about field definitions, validation rules, or type specifications.

FieldTypeDescriptionRequiredValidation
amountmeshtrade.type.v1.AmountQuantity of the instrument held, expressed as a high-precision decimal amount. Includes both available and locked funds (e.g., in open orders or other obligations). The amount's token field indicates the instrument's ledger representation.YesNone
available_amountmeshtrade.type.v1.AmountQuantity of the instrument available for immediate use, expressed as a high-precision decimal amount. This excludes any funds locked in open orders, pending transactions, or other obligations. Calculated as total amount minus reserved amounts. The amount's token field indicates the instrument's ledger representation.YesNone
instrument_metadatameshtrade.wallet.account.v1.InstrumentMetaDataDescriptive metadata identifying and classifying the instrument. Provides context for interpreting the balance quantity.YesNone