Introduction

WelcomeServices map

Guides

AcceptSpend

Legal

SecurityPrivacyTerms

PreviousPay (ledger)NextFund
BlogPrivacyTerms

Read balance or wallet status

Read seller balance and Connect flags, or wallet remaining allowance, depending on which key you pass.


Tool

rill_balance

With 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

Provide a seller key (rill_sk_*) or a wallet key (rill_vw_*). Session keys count. Missing both returns an error.

Parameters

ParameterTypeRequiredDescription
seller_keystringnoSeller key for balance and Connect flags
vw_keystringnoWallet key for allowance status

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.