Query Table By Name
Query table schema by name.
In: header
Query Parameters
int32Response Body
application/json
curl -X GET "https://example.com/v1/sql/table"{ "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 }, "table": { "columns": { "property1": { "clickhouseDataType": "string", "columnType": "STRING", "isBuiltin": true, "name": "string" }, "property2": { "clickhouseDataType": "string", "columnType": "STRING", "isBuiltin": true, "name": "string" } }, "name": "string", "relatedProjectId": "string", "tableType": "RESERVED" }}Get trace by transaction GET
API to get Sentio call trace. It takes `txId.txHash` and `chainSpec.chainId` arguments, where the first is transaction hash, and the second is the numeric ethereum chain ID. The results looks very similar to the normal [Ethereum call trace](https://media.githubusercontent.com/media/sentioxyz/docs/HEAD/assets/image%20(2)%20(1)%20(1)%20(1).png). But we have an additional `startIndex` and `startIndex` on each trace entry even for the LOG, representing the execution order in the trace. This allows you to build chart that marks the order of fund flow. %20(1)%20(1)%20(1).png)
List Tables GET
Next Page