Agent wallets
Wallets hold agent balances and fund both card issuance and internal settlements.
Create wallet
Wallet fields
idagentIdbalancecurrency
Balances update after settlement events, so you can reliably reconcile usage and funds.
const wallet = sdk.createAgentWallet("procurement-bot");sdk.fundWallet(wallet.id, 1000);