Introduction

WelcomeServices map

Guides

AcceptSpend

Legal

SecurityPrivacyTerms

PreviousOrg slugNextCreate wallet
BlogPrivacyTerms

List account wallets

List the owner’s account wallets, or fetch the primary wallet when you only need the funded balance target.


Same flow over HTTP: Wallets API

Tool

rill_accounts

Call this after claim (or when resuming a session) to recover account_wallet_id before rill_fund or rill_create_wallet. Set me=true to hit the /me shortcut for the primary wallet instead of the full list.

Auth

Owner Supabase JWT required (session or owner_jwt).

Parameters

ParameterTypeRequiredDescription
mebooleannoWhen true, returns the primary wallet via GET /accounts/me
owner_jwtstringnoOverrides session JWT for this call

Usage notes

  • Use the wallet id as account_wallet_id on rill_fund and rill_create_wallet.
  • Empty list usually means the owner has not claimed a handle yet.
  • Same flow over HTTP: GET /accounts or /accounts/me.