Filter for wallet activity events. This filter allows the client to specify one or more wallet addresses to monitor for activities such as transactions, transfers, or other types of events that are associated with the specified addresses.

Export

WebhookWalletActivityFilter

interface WebhookWalletActivityFilter {
    addresses?: string[];
    wallet_id: string;
}

Properties

addresses?: string[]

A list of wallet addresses to filter on.

Memberof

WebhookWalletActivityFilter

wallet_id: string

The ID of the wallet that owns the webhook.

Memberof

WebhookWalletActivityFilter