list_subscriptions
Retrieve all active event subscriptions for a wallet address, showing feed name, condition, threshold, expiry, and creation transaction.
Instructions
Enumerate active Pythia Event subscriptions owned by an address.
Returns every subscription where active=true (not yet fired, expired, or cancelled). Without this tool, dApps and dashboards have to replay every SubscriptionCreated log from the registry deploy block to discover what an owner is currently subscribed to.
Args: owner_address: subscriber wallet address ('0x...', case-insensitive).
Returns: Multi-section report listing each active subscription with feed name, condition + threshold, expiry, registry address, and creation tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |