Authorizations
JWT token for API authentication
Body
application/json
Address of the user
Example:
"0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
Chain ID
Example:
11155111
Example:
[
"0x97fbe0031494c55eb0e1d182988e110af02f5db3adb95065733e7dc8447581f9"
]Start date and time in ISO 8601 format
Example:
"2024-03-20T00:00:00Z"
End date and time in ISO 8601 format
Example:
"2024-03-21T00:00:00Z"
Available options:
asc, dsc Example:
"asc"
The time scale to group summaries by
Available options:
seconds, minutes, hours, days Example:
"days"
Example:
0
Example:
10
Response
200 - application/json
Instruction summaries retrieved successfully
List of tuples, each containing a day summary and its executions: [(StoredInstructionSummaryDay, [StoredExecutionSummary, StoredExecutionSummary, ...]), ...]