GuidesAPI ReferenceChangelog
API Reference

List All Transactions

Retrieve a list of transactions for a specific customer.

Transaction Types

  • DEPOSIT: Fiat or crypto deposit
  • WITHDRAWAL: Fiat or crypto withdrawal
  • CONVERSION: Asset conversion (buy/sell/convert)
  • AUTO_CONVERSION: Auto-conversion rule execution
  • TRANSFER: Internal transfer between customers

TRANSFER Response For TRANSFER transactions:

  • Sender sees a TRANSFER transaction with transaction_action: TRANSFER
  • Receiver also sees the transfer in their transaction history
  • Cross-entity transfers are supported

AUTO_CONVERSION Response For AUTO_CONVERSION transactions, the response includes a sub_transactions array containing individual transaction steps, ordered as:

  1. DEPOSIT - Initial fiat/crypto deposit
  2. CONVERSION - Asset conversion (if applicable)
  3. WITHDRAWAL - Final fiat/crypto withdrawal (if applicable)

Note: For SWIFT withdrawals, UETR is populated in the reference field.

Pagination Two query parameter formats are supported:

  • Flat format (recommended): ?page=1&size=10
  • Nested format: ?pagination=page=1&size=10
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Customer ID

Query Params

Filter by transaction action

string | null

Start time for transaction creation time range filter (RFC3339/ISO 8601 format)

End time for transaction creation time range filter (RFC3339/ISO 8601 format)

boolean | null

Include transactions from all sub-accounts under the same enterprise (default: false)

pagination
object
required

Pagination query parameters.

Two query parameter formats are supported:

  • Flat format (recommended): ?page=1&size=10
  • Nested format: ?pagination=page=1&size=10

Both formats are functionally equivalent. We recommend using the flat format.

Responses

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