Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List wallet transactions.
GET /v1/wallet/activities
Authorization
Bearer <api-key>
x-workspace-id
limit
cursor
{ "items": [ { "id": "act_01HXYZ...", "type": "CHARGE", "amount": { "value": -0.003, "currency": "USD" }, "description": "Run apify/apidojo/tweet-scraper", "createdAt": "2026-03-28T10:30:15.000Z" } ], "cursor": null }