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