Per-asset balance entry returned by the gateway's escrow balance endpoints.
balance
pendingAmount
authorizedAmount
/v1/escrow/pay
availableAmount
max(balance − authorizedAmount, 0)
Per-asset balance entry returned by the gateway's escrow balance endpoints.
balance— gross finalized credit (deposits credited so far).pendingAmount— sum of submitted deposits not yet confirmed.authorizedAmount— sum of all in-flight payments authorized by/v1/escrow/pay(soft-lock). May include payments not yet settled on-chain.availableAmount—max(balance − authorizedAmount, 0). This is what the payer can authorize before the gateway rejects with 402.