Activities & Events
List Activities
Get the activity history for a sub-account
GET
List Activities
List Activities
Returns the activity history for a sub-account. Activities represent on-chain operations like supplies, withdrawals, and transfers. See Activities & Events for the full activity definition.Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
account_id | string | The sub-account ID |
Examples
Response
Response fields
| Field | Type | Description |
|---|---|---|
activities | array | List of activity objects, newest first |
activities[].id | integer | Activity ID |
activities[].status | string | Status: "pending", "completed", "failed" |
activities[].quark_intent | object? | The original intent that created this activity (if applicable) |
activities[].executions | array | List of on-chain executions that make up the activity |
Errors
| Status | Code | Description |
|---|---|---|
| 404 | account_not_found | Account doesn’t exist |
List Activities