Skip to main content
GET
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash

Path Parameters

transactionIdOrHash
string
required

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

Pattern: ^(0x)?[A-Fa-f0-9]{64}|(\d{1,10})\.(\d{1,10})\.(\d{1,10})-(\d{1,19})-(\d{1,9})$

Query Parameters

index
string

The index of a contract action

Pattern: ^((gte?|lte?|eq|ne)\:)?\d{1,10}$
limit
integer<int32>
default:25

The maximum number of items to return

Required range: 1 <= x <= 100
order
enum<string>
default:asc

The order in which items are listed

Available options:
asc,
desc

Response

OK

actions
object[]