B3TR: Actions for an app
getB3TRActionsForAppRetrieve B3TR actions for a VeBetterDAO app using its app ID, with optional pagination and time range filters.
Instructions
Fetch B3TR actions for a VeBetterDAO app via /api/v1/b3tr/actions/apps/{appId}. Requires appId (if coming from app-hub from name or description, use veBetterDaoId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| after | No | Return actions after (inclusive) this Unix timestamp in seconds (e.g. 1754179200 for 2025-08-03T00:00:00Z). Use seconds, NOT milliseconds. | |
| appId | Yes | veBetterDaoId of the app (32-byte hex, required). If the user gives a human-readable app name (e.g. "Mugshot"), call getAppHubApps first to resolve the veBetterDaoId. | |
| before | No | Return actions before (inclusive) this Unix timestamp in seconds (e.g. 1754265600 for 2025-08-04T00:00:00Z). Use seconds, NOT milliseconds. | |
| direction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | List response for B3TR actions for an app | |
| error | No | ||
| network | Yes |