v2

OpenAPI 3.0.02026-07-311824171.4 MB
Account Management
Private

Retrieves a log of API access attempts and authentication events for the authenticated account. The log includes information such as IP addresses, timestamps, API methods called, and authentication status.

Use this method to monitor account security, review API usage patterns, and identify unauthorized access attempts. Results can be paginated using the offset and count parameters.

Scope: account:read

Try in API console

get/private/get_access_log

Query parameters

offsetinteger
Example:10

The offset for pagination, default - 0

countinteger

Number of requested items, default - 10, maximum - 1000

Response

Success response

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": [
    {
      "id": 5967413,
      "timestamp": 1536569522277
    }
  ]
}