Group: App host APIsUse this when you need: Generate event.
Usage
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
appDomain | string | ✅ | The domain of the mini app |
fid | number | ✅ | The FID of the user who initiated the event |
event | AppHostGetEventEventEnum | ✅ | The type of event |
Response
Returns aRequestArgs object.
Error Handling
Tips
- Provide a viewerFid when supported to respect mutes/blocks and include
viewer_context. - Keep requests scoped (e.g., use
limit) to improve latency. - Cache results where sensible.

