The Auto-Forwarding system automatically forwards a percentage of incoming deposits to specified external addresses. This feature supports monitoring of user accounts, customer accounts, and subaccounts.
TransactionSchema
middlewarePOST /api/v1/auto-forwarding
{
"destination_address": "0x123...",
"percentage": 50,
"monitored_accounts": [
{
"account_id": "acc123",
"type": "customer"
}
],