Get Transaction Request by ID
Get a transaction request by id
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
transactionId
Response
This endpoint returns an object.
transactionId
chainId
projectId
invalid
contractAddress
functionSignature
data
ABI encoded representation of the function name and parameters passed as input
value
createdAt
updatedAt
decodedData
Decoded function arguments passed as input to the contract's function identified by 'functionSignature'
transactionAttempts