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
GET /v1/runs
Authorization
Bearer <api-key>
x-workspace-id
limit
cursor
items
items[].id
items[].type
"Top-Up"
items[].amount
items[].currency
items[].expiredAt
items[].createdAt
null
{ "items": [ { "id": "act_01HXYZ...", "type": "Top-Up", "amount": 10, "currency": "USD", "createdAt": "2026-03-28T10:30:15.000Z" } ], "cursor": null }