Query the network (POST)
Returns the results of a SQL read query against the Tableland network
| Request Body — REQUIRED A JSON containing the statement and additional options |
|---|
statement stringThe SQL read query statement |
params object[]The values of query parameters |
format stringThe requested response format: * |
extract booleanWhether to extract the JSON object from the single property of the surrounding JSON object. |
unwrap booleanWhether to unwrap the returned JSON objects from their surrounding array. |
| Responses | ||
|---|---|---|
200Successful operation
| ||
400Invalid query/statement value | ||
404Row Not Found | ||
429Too Many Requests |