Crypto Transfer
Finance & ComplianceCrypto Transfer Node
Overview
Supports the following operations: Circle, Tatum, v1 (Standard), v2 (Web3 Services), USDC (USD Coin), EURC (Euro Coin), USDT (Tether).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
provider | string | — | Configuration field for provider |
apiVersion | string | — | Configuration field for apiVersion |
currency | string | — | Configuration field for currency |
destination_address | string | — | Configuration field for destination_address |
amount | string | — | Configuration field for amount |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{crypto-transfer.transaction_id}}anyOutput field: transaction_id
{{crypto-transfer.status}}anyOutput field: status
{{crypto-transfer.hash}}anyOutput field: hash
Examples
Basic Usage
Example configuration:
{
"provider": "value",
"apiVersion": "value",
"currency": "value",
"destination_address": "value",
"amount": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Crypto Transfer in Your Workflow
Create a free account and start building AI-powered workflows with the Crypto Transfer node.
Open Workflow Editor