w3-io/W3 Iron Action
Iron fiat-to-crypto on/off-ramp, autoramps, stablecoin operations, KYC, and bank account management for W3 workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Operation: create-autoramp, get-autoramp, get-autoramp-by-external-id, list-autoramps, cancel-autoramp, patch-autoramp, get-quote, check-limit, retry-autoramp-auth, create-open-banking-payment, get-open-banking-payment, list-transactions, get-transactions-by-ids, create-customer, get-customer, get-customer-by-external-id, update-customer, list-customers, get-customer-abilities, create-identification, get-identification, list-identifications, get-compliance-questionnaire, create-signing, list-signings, get-required-signings, register-hosted-wallet, register-selfhosted-wallet, list-crypto-addresses, disable-crypto-address, search-vasps, register-bank-account, list-bank-accounts, get-bank-account, delete-bank-account, retry-bank-auth, get-auth-code, submit-auth-code, get-microdeposits, list-cryptocurrencies, list-fiat-currencies, get-exchange-rate, get-fee-profiles, get-terms, get-country-subdivisions, list-webhooks, update-webhook, ping-webhook, sandbox-reset, sandbox-mock-transaction, sandbox-update-autoramp, sandbox-update-fiat-verification, sandbox-update-identification, sandbox-update-transaction | yes | — |
| api-key | Iron API key (X-API-Key header) | yes | — |
| api-url | API base URL (production or sandbox) | no | https://api.iron.xyz |
| customer-id | Customer ID | no | "" |
| autoramp-id | Autoramp ID | no | "" |
| external-id | External ID (for cross-referencing with your system) | no | "" |
| address-id | Address, identification, or entity ID (context-dependent) | no | "" |
| body | Request body as JSON (for create/update operations) | no | "" |
| limit | Pagination limit | no | "" |
| offset | Pagination offset | no | "" |
| status | Status filter for list operations | no | "" |
| idempotency-key | Idempotency key (UUID) for write operations | no | "" |
| source-currency | Source currency for quotes (e.g. USD, USDC) | no | "" |
| destination-currency | Destination currency for quotes | no | "" |
| source-amount | Amount in source currency (for quotes) | no | "" |
| destination-amount | Amount in destination currency (for quotes) | no | "" |
| side | Quote side (source or destination amount fixed) | no | "" |
| base-currency | Base currency for exchange rate | no | "" |
| quote-currency | Quote currency for exchange rate | no | "" |
| transaction-ids | Comma-separated transaction IDs | no | "" |
| sandbox-status | Status for sandbox update operations | no | "" |
| webhook-id | Webhook ID | no | "" |
| country-code | ISO country code | no | "" |
| vasp-query | Search query for hosted wallet providers (VASPs) | no | "" |
| payment-id | Open banking payment ID | no | "" |
Outputs
| name | description |
|---|---|
| result | Command result as JSON string |