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 | ||
---|---|---|
200 Successful operation
| ||
400 Invalid query/statement value | ||
404 Row Not Found | ||
429 Too Many Requests |