All workflows
Workflow
crypto_deposit_addresses
jeremyjsx/crypto-deposit-addresses
v1.0.0May 25, 2026
List USDC deposit wallet addresses on Polygon and Ethereum networks.
Install
Pull this version with wallbit-cli.
wallbit workflow pull jeremyjsx/crypto-deposit-addresses@1.0.0 -o crypto-deposit-addresses.yaml
Copy command
Workflow YAML
Published version v1.0.0
crypto-deposit-addresses.yaml
Copy
Download
version: 1
name: crypto_deposit_addresses
description: List USDC deposit wallet addresses on Polygon and Ethereum networks.
steps:
- id: usdc_polygon
run: wallets.get
with:
currency: USDC
network: polygon
- id: usdc_ethereum
run: wallets.get
with:
currency: USDC
network: ethereum