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
transactionIdOrHashstringRequired

Transaction Id or a 32 byte hash with optional 0x prefix

Example: {"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
indexstringOptional

The index of a contract action

Example: {"summary":"--","value":""}Pattern: ^((gte?|lte?|eq|ne)\:)?\d{1,10}$
limitinteger · int32 · min: 1 · max: 100Optional

The maximum number of items to return

Default: 25Example: 2
orderundefined · enumOptional

The order in which items are listed

Default: ascExample: descPossible values:
Responses
200

OK

application/json
get
/api/v1/contracts/results/{transactionIdOrHash}/actions

Last updated

Was this helpful?