v1
latestSwagger 2.02026-07-17336.0 KBquery
Use SQL in a RESTful way
API exposed for sending SQL queries directly against the chainquery database. Since this is an exposed API there are limits to its use. These limits include queries per hour, read-only, limited to 60 second timeout.
get/sql
Path parameters
querystring required
The SQL query to be put against the chainquery database.
valuesstring[] required
when passing in a query use '?' for values which will be replaced in order of appearance with this array.
Response
It will return the rows as a json array.
object[] required