GuidesAPI ReferenceChangelog
API Reference

Get Transaction

Retrieve a specific transaction by ID for a 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:

  • transaction_action: TRANSFER
  • amount / asset: Transfer amount and asset
  • No transaction fee (transfers are fee-free)
  • Both sender and receiver can query their respective transaction records

AUTO_CONVERSION Response For AUTO_CONVERSION transactions, the response includes:

  • Main transaction metadata (ID, status, source/destination assets)
  • sub_transactions array with individual steps:
  • transaction_id: Sub-transaction ID
  • transaction_action: DEPOSIT | CONVERSION | WITHDRAWAL
  • status: Current status of the sub-transaction
  • amount / asset: Transaction amount and asset
  • to_amount / to_asset: Target amount and asset (for conversion)
  • created_at: Timestamp

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

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

Customer ID

string
required

Transaction ID

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