Query the network
Returns the results of a SQL read query against the Tableland network
Query Parameters |
---|
statement string — REQUIREDThe SQL read query statement Example:
|
format stringPossible values: [ The 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 |