Skip to content

Get transactions by id list

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

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

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