Get Contract Result at Timestamp

Returns a single ContractResult for a contract's function executions at a specific timestamp.

This method will use 20 Compute Units.


Get the contract result from a contract on the network executed at a given timestamp

get

Returns a single ContractResult for a contract's function executions at a specific timestamp.

Path parameters
contractIdOrAddressstringRequired

The ID or hex encoded EVM address (with or without 0x prefix) associated with this contract.

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

The timestamp at which the associated transaction reached consensus

Example: 1234567890.0000007Pattern: ^\d{1,10}(.\d{1,9})?$
Responses
200

OK

application/json
get
/api/v1/contracts/{contractIdOrAddress}/results/{timestamp}

Last updated

Was this helpful?