Skip to main content
GET
Get Transaction
Retrieve the full details of a specific wallet transaction by its ID.

Example Request

Example Response

The transactionId must be a valid UUID. You can obtain transaction IDs from the /wallet/transactions list endpoint.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

transactionId
string<uuid>
required

Transaction UUID

Response

Transaction retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Transaction retrieved successfully"

id
string<uuid>
transaction_type
enum<string>
Available options:
deposit,
withdrawal,
swap
status
enum<string>
Available options:
pending,
completed,
failed,
rejected,
sent,
processing
description
string
external_reference
string | null
fee_amount
number
source_amount
number
destination_amount
number
source_currency
string
destination_currency
string
created_at
string<date-time>
updated_at
string<date-time>