✓ Verified
💻 Development
✓ Enhanced Data
Wallet Api
Interact with the BudgetBakers Wallet API for personal finance data.
- Rating
- 4.9 (273 reviews)
- Downloads
- 13,990 downloads
- Version
- 1.0.0
Overview
Interact with the BudgetBakers Wallet API for personal finance data.
Complete Documentation
View Source →
Wallet API Skill
Interact with the BudgetBakers Wallet personal finance API.
Prerequisites
- Premium Wallet plan required for API access
- API Token from web.budgetbakers.com/settings/apiTokens
- Set
WALLET_API_TOKENenvironment variable
Quick Start
bash
export WALLET_API_TOKEN="your_token_here"
./scripts/wallet-api.sh me
API Reference
See references/api-reference.md for:
- Authentication details
- Rate limiting (500 req/hour)
- Query filter syntax (text and range filters)
- Pagination parameters
- Data synchronization behavior
- Agent hints
Available Commands
| Command | Description |
|---|---|
| me | Current user info |
| accounts | List accounts |
| categories | List categories |
| records | List transactions |
| budgets | List budgets |
| templates | List templates |
Query Parameters
All list endpoints support:
limit(default 30, max 100)offset(default 0)
Filter Examples
Recent transactions:
bash
./wallet-api.sh records "recordDate=gte.2025-02-01&limit=50"
Amount range:
bash
./wallet-api.sh records "amount=gte.100&amount=lte.500"
Text search:
bash
./wallet-api.sh records "note=contains-i.grocery"
Category + date:
bash
./wallet-api.sh records "categoryId=eq.<id>&recordDate=gte.2025-01-01"
Filter Prefixes
| Prefix | Meaning |
|---|---|
| eq. | Exact match |
| contains. | Contains (case-sensitive) |
| contains-i. | Contains (case-insensitive) |
| gt. | Greater than |
| gte. | Greater than or equal |
| lt. | Less than |
| lte. | Less than or equal |
Common Workflows
Get Account Balances
bash
./wallet-api.sh accounts
List Categories for Organization
bash
./wallet-api.sh categories
Recent Spending
bash
./wallet-api.sh records "recordDate=gte.2025-02-01&limit=100"
Filter by Payee
bash
./wallet-api.sh records "payee=contains-i.amazon"
Data Sync Considerations
- Initial sync returns 409 Conflict — wait and retry
- Recent app changes may not appear immediately
- Check
X-Last-Data-Change-Atheader for freshness
Rate Limit Handling
Watch for:
429 Too Many Requestswhen exceeding 500/hourX-RateLimit-Remainingheader- Add
agentHints=truefor rate limit warnings
Installation
Terminal bash
openclaw install wallet-api
Copied!
💻Code Examples
./scripts/wallet-api.sh me
scriptswallet-apish-me.txt
## API Reference
See [references/api-reference.md](references/api-reference.md) for:
- Authentication details
- Rate limiting (500 req/hour)
- Query filter syntax (text and range filters)
- Pagination parameters
- Data synchronization behavior
- Agent hints
## Available Commands
| Command | Description |
|---------|-------------|
| `me` | Current user info |
| `accounts` | List accounts |
| `categories` | List categories |
| `records` | List transactions |
| `budgets` | List budgets |
| `templates` | List templates |
## Query Parameters
All list endpoints support:
- `limit` (default 30, max 100)
- `offset` (default 0)
### Filter Examples
**Recent transactions:**./wallet-api.sh records "categoryId=eq.<id>&recordDate=gte.2025-01-01"
wallet-apish-records-categoryideqidrecorddategte2025-01-01.txt
### Filter Prefixes
| Prefix | Meaning |
|--------|---------|
| `eq.` | Exact match |
| `contains.` | Contains (case-sensitive) |
| `contains-i.` | Contains (case-insensitive) |
| `gt.` | Greater than |
| `gte.` | Greater than or equal |
| `lt.` | Less than |
| `lte.` | Less than or equal |
## Common Workflows
### Get Account BalancesTags
#ai_and-llms
#api
#data
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author andresubri
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install wallet-api
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0