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
number
default:"50"
Maximum number of transactions to return. Cannot exceed
100.number
default:"0"
Number of records to skip for pagination.
string
Filter results by action type. Accepted values:
transfer, trade, deposit.Response
boolean
true when the request succeeds.object