Blockchain Structured Query
Onchain
Structured Query
POST
Blockchain Structured Query
Body
application/json
Fully-qualified table name like agent.my_table
Example:
"agent.my_table"
Columns to return. Omit to return all columns. Example for agent.ethereum_transactions: [transaction_hash, from_address, value]
Example:
WHERE conditions (ANDed together)
Max rows to return. Default 20, max 10000
Example:
20
Rows to skip for pagination. Default 0
Example:
0
ORDER BY clauses