Wallbit Registry
All workflows

Workflow

stock_lookup

jeremyjsx/stock-lookup

v1.0.0May 25, 2026

Browse a page of technology assets, then fetch full details for Apple (AAPL).

Install

Pull this version with wallbit-cli.

wallbit workflow pull jeremyjsx/stock-lookup@1.0.0 -o stock-lookup.yaml
Copy command

Workflow YAML

Published version v1.0.0

stock-lookup.yaml
Copy
Download
version: 1
name: stock_lookup
description: Browse a page of technology assets, then fetch full details for Apple (AAPL).
steps:
  - id: tech_assets
    run: assets.list
    with:
      page: 1
      limit: 10
      category: TECHNOLOGY

  - id: aapl
    run: assets.get
    with:
      symbol: AAPL