get_contract_subscriptions
Retrieve all crypto subscriptions registered in the SubscriptionKiller contract for a wallet address. Specify optional network and contract address to scan for active subscriptions.
Instructions
Get all subscriptions registered in the SubscriptionKiller smart contract for a user. Contract address is optional if deployed contracts are configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address to check | |
| network | No | testnet | |
| contract_address | No | The SubscriptionKiller contract address (optional, uses deployed default) |