Get decoded events from time to time
Get decoded events from time to time
Query Parameters
from_time string required
The start time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
to_time string required
The end time in seconds or a time string ('YYYY-MM-DD hh:mm:ss')
cursor string
The cursor returned in the previous response (used for getting the next page).
limit number
Number of items returned, default: 20
Responses
- 200
200 Returns the decoded events and corresponding date and timestamp
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
cursor string
The cursor returned in the previous response (used for getting the next page)
page number required
Page of results
limit number required
Limit of results
total_items number required
Total returned result items
data object[] required
Array of documents
tx_hash string required
transactionHash
contract_address string required
contractAddress
block_number number required
blockNumber
timestamp number required
Block timestamp
block_time string required
The block time of the block
signature string required
signature
index number required
logIndex
data_decoded string required
data
event_name string required
eventName
[
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"tx_hash": "0x8c7a005d0c03b6c696d46ebc8a6ea1a4ebf7593154ccc30e98b7388eb7a443a8",
"contract_address": "0x0000000000000000000000000000000000001003",
"block_number": 1,
"timestamp": 1661314004,
"block_time": "1970-01-19T12:04:31.492Z",
"signature": "0x8c7a005d0c03b6c696d46ebc8a6ea1a4ebf7593154ccc30e98b7388eb7a443a8",
"index": "0",
"data_decoded": "0",
"event_name": "0"
}
]
}
]
Loading...