Wallet
Get transaction history
Fetch paginated transaction history from the audit log
GET
Returns a paginated list of the agent’s past transactions from the audit log. Filter by action type and use
limit and offset for pagination.
Requires authentication via Bearer token.
Query parameters
Maximum number of transactions to return. Cannot exceed
100.Number of records to skip for pagination.
Filter results by action type. Accepted values:
transfer, trade, deposit.Response
true when the request succeeds.Errors
| Status | Description |
|---|---|
401 | Missing or invalid Bearer token |
429 | Rate limit exceeded |