Get details for transactions

Retrieves details for a list of transactions.

GET

Parameters

Query Parameters

tx_id
REQUIRED
array
event_limit
integer Results per page
event_offset
integer Result offset
unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
exclude_function_args
boolean Exclude function_args from contract call responses for smaller transaction sizes.
Status codeDescription
200Default Response
4XXDefault Response
cURL
curl -L \
"https://api.hiro.so/extended/v1/tx/multiple?tx_id={tx_id}&event_limit={event_limit}&event_offset={event_offset}&unanchored=true&exclude_function_args={exclude_function_args}" \
-H 'Accept: application/json'

How is this guide?