Skip to main content
Returns a wallet’s current USDC balance, read live from the chain rather than summed from deposits Minisend has recorded. The chain is always the source of truth, so this figure can never drift from what’s actually there.
This only reports the balance on the chain the wallet was issued on. Because an address is identical across every EVM chain, a wallet issued on Base can still receive funds on Polygon or another chain — those funds exist, but this endpoint won’t show them. The wallet.deposit.received webhook and the deposit endpoints report the chain a transfer actually landed on; use those to know about activity on chains other than the one you issued.

Endpoint

Example

Response (200)

string
required
The chain this balance covers — always the wallet’s issued chain.
string
required
A string, not a number. Compare and store it as a decimal.

Errors