subscribe_events
Subscribe the paying wallet to pushed events: row.available, draft.decided, payout.sent. Returns the HMAC secret once. Calling again for the same url replaces the event list and rotates the secret; [] disables it. Up to 5 urls per wallet. [price: $0.02]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | https endpoint to POST events to. Validated against private/internal addresses. | |
| events | Yes | Events to receive. row.available = a row you can earn on opened (payload is the worklist row). draft.decided = your entry was approved or rejected. payout.sent = USDC left for your wallet, with the tx hash. Pass [] to disable this url. | |
| min_bounty_usd | No | Only send row.available for rows at or above this bounty. |