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
25
Example: 2
orderundefined · enumOptionalDefault:
The order in which items are listed
asc
Example: desc
Possible values: Responses
get
Last updated
Was this helpful?