Blockchain Structured Query
Onchain
Structured Query
POST
Blockchain Structured Query
Documentation Index
Fetch the complete documentation index at: https://docs.asksurf.ai/llms.txt
Use this file to discover all available pages before exploring further.
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:
["transaction_hash", "from_address", "value"]
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