Read balance or wallet status
Read seller balance and Connect flags, or wallet remaining allowance, depending on which key you pass.
Tool
rill_balanceWith a seller key, this returns seller balance plus Connect readiness flags useful before withdraw. With a wallet key, it returns remaining period allowance and per-tx caps, the same data formerly exposed as rill_wallet_status.
Auth
Parameters
Usage notes
- Pass exactly one principal (seller or VW), or rely on the matching session key.
- Call with vw_key after pays to stay inside budget.
- Seller path over HTTP: GET /sellers/me/balance. VW path: GET /wallets/me/status.