Wallbit Registry
All workflows

Workflow

usd_eur_rate

jeremyjsx/usd-eur-rate

v1.0.0May 25, 2026

Fetch the current USD to EUR exchange rate.

Install

Pull this version with wallbit-cli.

wallbit workflow pull jeremyjsx/usd-eur-rate@1.0.0 -o usd-eur-rate.yaml
Copy command

Workflow YAML

Published version v1.0.0

usd-eur-rate.yaml
Copy
Download
version: 1
name: usd_eur_rate
description: Fetch the current USD to EUR exchange rate from Wallbit.
steps:
  - id: fx
    run: rates.get
    with:
      source: USD
      dest: EUR