Skip to main content
GET
Get transaction history

Authorizations

X-Api-Key
string
header
required

Path Parameters

transaction_id
string
required

Transaction identifier

Example:

"txn_k8m2p4q7r1"

Query Parameters

include_assets
enum<string>
default:false

Include a deduplicated assets array in the response, containing all assets referenced by the returned transactions

Available options:
true,
false

Response

Transaction version history

transactions
object[]
required

Version history ordered from newest to oldest

assets
object[]

Deduplicated list of assets referenced by the returned transactions (only present when include_assets=true)