Wallbit Registry
All workflows

Workflow

activity_dashboard

jeremyjsx/activity-dashboard

v1.0.0May 25, 2026

Read-only account activity overview — recent USD transactions, issued cards, and checking balance.

Install

Pull this version with wallbit-cli.

wallbit workflow pull jeremyjsx/activity-dashboard@1.0.0 -o activity-dashboard.yaml
Copy command

Workflow YAML

Published version v1.0.0

activity-dashboard.yaml
Copy
Download
version: 1
name: activity_dashboard
description: Read-only account activity overview — recent USD transactions, issued cards, and checking balance.
on_error: continue
steps:
  - id: checking
    run: balance.get_checking

  - id: recent_tx
    run: transactions.list
    with:
      page: 1
      limit: 20
      currency: USD

  - id: cards
    run: cards.list