Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

apyx apyUSD balance-of

Read the apyUSD share balance of an address (raw, 18-decimal).

Synopsis

apyx apyUSD balance-of --owner <address>

Arguments

FlagTypeRequiredDescription
--owneraddressyesHolder whose apyUSD share balance to read.

Example

$ apyx apyUSD balance-of --owner 0x7E5F4552091A69125d5DfCb7b8C2659029395Bdf
5000000000000000000n

SDK equivalent

apyx.apyUSD.balanceOf(owner)

Reference: apyUSD module.

Flags

Inherits all session-start flags: --profile, --rpc-url, --chain, --key-path, --address-apxusd, --address-apyusd, --address-rate-view.

Exit codes

CodeMeaning
0read returned a value
1read error, transaction reverted, or receipt wait failed
2usage error (unknown flag, missing required arg, malformed value)