Get Operation Log

This endpoint retrieves a paginated operation log for a specified account.
Users can filter logs based on time range, operation type, and status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
accountId
array of strings

List of account IDs to filter the logs.
If not provided, logs for all accounts accessible to the user are returned.

accountId
date-time

Start timestamp for filtering logs.
Only operations occurring after this time will be included.

date-time

End timestamp for filtering logs.
Only operations occurring before this time will be included.

operationType
array of objects

Filter logs by operation type.
Available values:

  • DEPOSIT - Funds added to an account.
  • WITHDRAW - Funds withdrawn from an account.
  • PAYIN - Incoming payment to an account.
  • PAYOUT - Outgoing payment from an account.
  • EXCHANGE - Currency exchange operation.
  • TRANSFER - Internal transfer between accounts.
operationType
Allowed:
operationStatus
array of strings

Filter logs by operation status.
Available values:

  • INIT - The operation has been initialized but not yet processed.
  • PLACED - The operation has been placed and is awaiting further processing.
  • PROCESSING - The operation is currently being processed.
  • REJECTED - The operation was reviewed and rejected.
  • COMPLETED - The operation has been successfully completed.
  • FAILED - The operation has failed due to an error or insufficient funds.
  • UNDEFINED - The operation status is unknown or has not been set.
  • ACCEPTED - The operation has been accepted for processing.
  • PENDING - The operation is pending approval or further processing.
  • APPROVING - The operation is in the process of being approved.
  • APPROVED - The operation has been successfully approved.
  • SUCCESS - The operation was successfully completed without issues.
  • REJECTING - The operation is currently being reviewed for rejection.
  • INITIAL - The operation is at the very first stage of the process.
  • WITHDRAWN - The operation has been withdrawn by the user or system.
  • CANCELED - The operation was canceled before completion.
  • PROCESSED - The operation has been fully processed.
  • FAILING - The operation is in a failing state but not yet fully failed.
operationStatus
int32
≥ 1
Defaults to 1

Page number for paginated results.

currency
array of strings

Filter operations by currency code (e.g., USD, BTC, UZS). Matches any of the operation's currency fields: fromCurrency, toCurrency, or currency.

currency
int32
1 to 100
Defaults to 100

Number of results per page.

string
Defaults to createdAt,id
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*