Overview

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.

Important Notes

Endpoints

Create Forwarding Rule

POST /api/v1/auto-forwarding

Request Body

{

"destination_address": "0x123...",

"percentage": 50,

"monitored_accounts": [

{

"account_id": "acc123",

"type": "customer"

}

],