byte_check_subscription
Verify if a subscriber Ethereum address holds an active subscription to a publisher on PayPerByte, enabling access control for per-byte data requests.
Instructions
Check if an address is subscribed to a specific publisher on PayPerByte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publisher | Yes | Publisher Ethereum address (0x...) | |
| subscriber | Yes | Subscriber Ethereum address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscribed | Yes | True if the subscriber has an active subscription to the publisher |