Wallbit Registry
All workflows

Workflow

market_fees_preview

jeremyjsx/market-fees-preview

v1.0.0May 25, 2026

Preview trade fee schedule alongside a USD/EUR rate for context before placing orders.

Install

Pull this version with wallbit-cli.

wallbit workflow pull jeremyjsx/market-fees-preview@1.0.0 -o market-fees-preview.yaml
Copy command

Workflow YAML

Published version v1.0.0

market-fees-preview.yaml
Copy
Download
version: 1
name: market_fees_preview
description: Preview trade fee schedule alongside a USD/EUR rate for context before placing orders.
steps:
  - id: fx
    run: rates.get
    with:
      source: USD
      dest: EUR

  - id: trade_fees
    run: fees.get
    with:
      type: TRADE