Skip to main content
POST
Bulk get transactions (POST)

Authorizations

X-Api-Key
string
header
required

Body

application/json
ids
string[]
required

List of transaction IDs to retrieve (max 100)

Required array length: 1 - 100 elements
Example:
include_assets
boolean
default:false

Include a deduplicated assets array in the response

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)