Skip to main content
GET
Bulk get transactions

Authorizations

X-Api-Key
string
header
required

Query Parameters

ids
string
required

Comma-separated list of transaction IDs (max 100)

Example:

"txn_k8m2p4q7r1,txn_j5n3w8v2x6,txn_h2b7f9d4g3"

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

Transactions list

transactions
object[]
required

List of transactions (non-existent or inaccessible IDs are silently omitted)

assets
object[]

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