Search transactions

Returns a unified, customer-scoped view of transactions across every payment rail (deposits, withdrawals, transfers, swaps, card spend, rewards, and more), each normalized into a single transaction shape.

All filters compose with AND — a transaction must match every supplied filter to be returned. Each list filter (types, methods, statuses, ids, entityIds, entityTypes, walletAddresses) is itself a comma-separated set matched with OR. Time-range and amount filters further narrow the result set.

Results are paginated via page / pageSize; hasNext indicates whether a further page is available. Transfers appear as two rows — a CREDIT and a DEBIT sharing the same id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated list transaction types ('CREDIT', 'DEBIT')

string

Comma-separated list of products.

string

Comma-separated list of transaction statuses ('PROCESSING', 'COMPLETED', 'FAILED', 'RETURNED')

string

Comma-separated list of transaction IDs

string

Comma-separated list of entity IDs

string

Comma-separated list of entity types ('IDENTITY', 'ORGANIZATION')

string

Comma-separated list of wallet public key addresses

enum

Operator for the amount (EQ, LTE, GTE)

string

Transaction amount value

date-time

Filter transactions created before the specified date-time

date-time

Filter transactions created after the specified date-time

date-time

Filter transactions updated before the specified date-time

date-time

Filter transactions updated after the specified date-time

string

Comma-separated list of fields and directions to order the results by.

Format: <field name>:<direction>,...

  • <field name>: createdAt, updatedAt
  • <direction>: ASC, DESC
integer
Defaults to 1

Result page number to return, starting from 1

integer
≤ 100
Defaults to 10

Items per page to return

Responses

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