Skip to main content
GET
Get Transaction
This retrieves a transaction with associated asset moves and metadata.

Headers

Authorization
string
required

The Basic Authentication header. Format: "Basic {base64(orgID:apiKey)}"

Path Parameters

ledger_key
string
required

The key of the ledger. Examples:

  • "123e4567-e89b-12d3-a456-426614174000"
  • "id:123e4567-e89b-12d3-a456-426614174000"
  • "ref:ledger:customer_a"
transaction_key
string
required

The key of the transaction. Examples:

  • "123e4567-e89b-12d3-a456-426614174000"
  • "id:123e4567-e89b-12d3-a456-426614174000"
  • "ref:tx:payment:customer_a:2023-06-15"

Response

200 - application/json

The request has succeeded.

transaction_id
string<uuid>
required

The unique internally assigned identifier of the transaction

asset_moves
object[]
required

The asset moves for the transaction

created_at
string<date-time>
required

The created at timestamp

updated_at
string<date-time>
required

The updated at timestamp

transaction_ref
string

The externally defined reference of the transaction