API ReferenceGuidesChangelog
Event Logs

Query event logs

POST
/v1/eventlogs/{owner}/{slug}

Authorization

api-key<token>

In: header

Path Parameters

owner*string
slug*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/eventlogs/string/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "after": [    {      "boolValue": true,      "dateValue": "2019-08-24T14:15:22Z",      "doubleValue": 0.1,      "intValue": 0,      "listValue": {        "values": [          "string"        ]      },      "longValue": "string",      "stringValue": "string"    }  ],  "computeStats": {    "binaryVersionHash": "string",    "clickhouseStats": {      "memoryUsage": "string",      "queryDurationMs": "string",      "readBytes": "string",      "readRows": "string",      "resultBytes": "string",      "resultRows": "string"    },    "computeCostMs": "string",    "computedAt": "2019-08-24T14:15:22Z",    "computedBy": "string",    "isCached": true,    "isRefreshing": true  },  "entries": [    {      "attributes": {},      "blockNumber": "string",      "chainId": "string",      "contractAddress": "string",      "contractName": "string",      "distinctId": "string",      "eventName": "string",      "highlightedMessage": "string",      "id": "string",      "logIndex": 0,      "logLevel": "string",      "logType": "string",      "message": "string",      "timestamp": "string",      "transactionHash": "string",      "transactionIndex": 0    }  ],  "total": "string"}