All workflows
Workflow
fiat_banking_details
jeremyjsx/fiat-banking-details
v1.0.0May 25, 2026
Look up USD FX rate, then fetch fiat account details for the same currency and US country.
Install
Pull this version with wallbit-cli.
wallbit workflow pull jeremyjsx/fiat-banking-details@1.0.0 -o fiat-banking-details.yaml
Copy command
Workflow YAML
Published version v1.0.0
fiat-banking-details.yaml
Copy
Download
version: 1
name: fiat_banking_details
description: Look up USD FX rate, then fetch fiat account details for the same currency and US country.
steps:
- id: fx_usd
run: rates.get
with:
source: USD
dest: EUR
- id: account_usd
run: account_details.get
with:
country: US
currency: ${steps.fx_usd.data.Data.SourceCurrency}