Skip to content

Get transactions by id list

Returns the transactions for the given transaction id list. Only valid ids will return transactions. Duplicate ids will return the transaction once.

ENDPOINT
GET https://aleo-mainnet.obscura.network/v1/<API_KEY>/transactions/transactionIds
ENDPOINT
GET https://aleo-testnetbeta.obscura.network/v1/<API_KEY>/transactions/transactionIds

Request Body

Type Required Description
Array Yes The transaction ids of the requested transactions. Must be of maximum length 1000

Response

Parameter Type Description
result Array<Transaction> The requested transactions