How It Works
- Create a rule — Specify the source asset, destination address, and forwarding conditions
- Deposits arrive — When crypto is deposited to the source wallet, the rule evaluates
- Funds forward — If the deposit matches the rule conditions, funds are automatically sent to the destination
Create a Forwarding Rule
Response
Rule Parameters
| Parameter | Type | Description |
|---|---|---|
asset_id | string | The source wallet asset to monitor for deposits |
destination_address | string | Where to forward funds |
destination_chain | string | The chain of the destination address |
min_amount | string | Minimum deposit amount to trigger forwarding (optional) |
enabled | boolean | Whether the rule is active |
List Rules
Get Rule Details
Update a Rule
Delete a Rule
Trigger Manual Forward
Force an immediate forward for a rule, regardless of deposit conditions:Webhook Events
| Event | Trigger |
|---|---|
auto_forwarding.triggered | A forwarding rule was triggered by a deposit |
auto_forwarding.completed | The forwarded transaction was confirmed on-chain |
auto_forwarding.failed | The forwarding transaction failed |
Next Steps
API Reference
Full endpoint reference for auto-forwarding.
Webhooks
Set up notifications for forwarding events.
Transactions
View forwarded transactions in your transaction history.

