Get Contract Actions by ID or Hash
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash.
This method will use 20 Compute Units.
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash
get
Returns a list of ContractActions for a contract's function executions for a given transactionId or ethereum transaction hash.
Path parameters
transactionIdOrHashstringRequiredExample:
Transaction Id or a 32 byte hash with optional 0x prefix
{"value":"0.0.10-1234567890-000000000"}Pattern: ^(0x)?[A-Fa-f0-9]{64}|(\d{1,10})\.(\d{1,10})\.(\d{1,10})-(\d{1,19})-(\d{1,9})$Query parameters
indexstringOptionalExample:
The index of a contract action
{"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?\d{1,10}$limitinteger · int32 · min: 1 · max: 100OptionalDefault:
The maximum number of items to return
25Example: 2orderundefined · enumOptionalDefault:
The order in which items are listed
ascExample: descPossible values: Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/contracts/results/{transactionIdOrHash}/actionsLast updated
Was this helpful?