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.
Returns a single ContractResult for a contract's function executions at a specific timestamp.
Path parameters
contractIdOrAddressstringRequiredPattern:
The ID or hex encoded EVM address (with or without 0x prefix) associated with this contract.
^(\d{1,10}\.){0,2}(\d{1,10}|(0x)?[A-Fa-f0-9]{40})$timestampstringRequiredExample:
The timestamp at which the associated transaction reached consensus
1234567890.0000007Pattern: ^\d{1,10}(.\d{1,9})?$Responses
200
OK
application/json
206
Partial Content
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/contracts/{contractIdOrAddress}/results/{timestamp}Last updated
Was this helpful?