query

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.

Response

It will return the rows as a json array.

object[] required

Changes