Get Transaction Request by ID

GET

Get a transaction request by id

Path parameters

projectIdUUIDRequired
transactionIdUUIDRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
transactionIdstring
chainIdinteger
projectIdstring
invalidboolean
contractAddressstring
functionSignaturestring
datastring

ABI encoded representation of the function name and parameters passed as input

valuestring
createdAtdatetime
updatedAtdatetime
decodedDatamap from strings to anyOptional

Decoded function arguments passed as input to the contract’s function identified by ‘functionSignature’

transactionAttemptslist of objectsOptional