Skip to content

Get transitions by transaction id list

Returns the transitions belonging to the transactions specified by the given transaction id list. Only valid transaction ids will return transitions. Duplicate ids will return the transitions once.

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

Request Body

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

Response

Parameter Type Description
result Array<Transition> The requested transitions