latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Audit log

List audit logs

get/api/v2/auditlog

Query parameters

allTokensboolean

Whether to include all tokens

dateGtestring
Example:2025-04-26T18:30:00.000Z

Date greater than or equal to

dateLtstring
Example:2025-04-26T18:30:00.000Z

Date less than

enterpriseIdstring
Example:59cd72485007a239fb00282ed480da1f

The enterprise ID to filter by

includeV1boolean

Whether to include v1 audit logs

limitstring number

Limit the number of results

prevIdstring

The ID of the previous audit log

string
OR
string[]

The types of audit log to filter by

userIdstring

The user ID to filter by

walletIdstring

The wallet ID to filter by

sharedPolicyRuleIdstring

The shared policy rule ID to filter by

vaspIdstring

The VASPs ID to filter by

string

A cryptocurrency symbol or token ticker symbol

OR
string[]
Example:btc

The coin(s) to filter by

Response

OK

coinstring

A cryptocurrency symbol or token ticker symbol

nextBatchPrevIdstring

When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the 'prevId' query parameter.

Example response

{
  "logs": [
    {
      "id": "59cd72485007a239fb00282ed480da1f",
      "ip": "127.0.0.1",
      "user": "59cd72485007a239fb00282ed480da1f",
      "walletId": "59cd72485007a239fb00282ed480da1f",
      "enterpriseId": "59cd72485007a239fb00282ed480da1f",
      "organizationId": "59cd72485007a239fb00282ed480da1f",
      "coin": "btc"
    }
  ],
  "coin": "btc",
  "nextBatchPrevId": "59cd72485007a239fb00282ed480da1f"
}