List most-recent audit log entries
For AI agents: visit https://vault.docs.blockdaemon.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
start_date
string
Lower bound of the audit-log timestamp range (RFC3339). Defaults to 30 days ago.
end_date
string
Upper bound of the audit-log timestamp range (RFC3339). Defaults to now.
limit
integer
1 to 100
Maximum number of rows to return. Defaults to 25, capped at 100.
transaction_id
string
Comma-separated list of transaction IDs to filter audit logs (e.g. "12,34,56"). Only entries whose subject_type is "transaction" and subject_id is one of the provided IDs are returned.
200 OK
400 The request was invalid, included validation errors, or cannot be served.
401 Authentication is required and has failed or has not been provided.
403 The server understood the request but refuses to authorize it.
500 The server has encountered a situation it doesn't know how to handle.
Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/v2/audit-logs
xxxxxxxxxx
curl --request GET \
--url https://api.your-wallet.blockdaemon-wallet.com/api/v2/audit-logs \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400401403``500