Skip to main content
POST
Blockchain SQL Query

Body

application/json
sql
string
required

SQL query to execute against the blockchain data warehouse

Example:

"SELECT transaction_hash, from_address, value FROM agent.ethereum_transactions LIMIT 5"

max_rows
integer<int64>
default:1000

Maximum number of rows to return

Required range: 1 <= x <= 10000
Example:

1000

Response

OK

data
object[] | null
required
meta
object
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/DataResponseOnchainRow.json"