Skip to main content
GET
Get transaction record by request id

Headers

X-API-Key
string | null

Path Parameters

wallet_uuid
string<uuid>
required

The UUID of the wallet that owns the transaction.

request_id
string
required

The same request_id passed when submitting the transfer or contract call.

Required string length: 1 - 255

Query Parameters

ext
boolean
default:false

When true, the response includes an ext_transactions list with associated downstream transactions.

Response

Successful Response

result
UserTransactionRead · object
required

Public representation of a user transaction.

success
boolean
default:true
suggestion
string
default:""
message
string
default:""
meta
PaginationMeta · object | null

Pagination metadata for list responses.

Supports both legacy offset-based and cursor-based pagination. Cursor fields (has_more, after, before) are populated for cursor-paginated endpoints. Legacy fields (offset, limit) are populated when the caller uses the deprecated offset parameter.