NarTools
NQL Query Engine
π
Dashboard
βοΈ
More
βΌ
π
Home
π¬
NQL Query
π
Documentation
π
Analytics
π
AskDoge AI
π
Grafana Data
NQL - NarTools Query Language
Query blockchain transaction data using SQL. Analyze cross-chain metrics in real-time.
SQL Editor
Run Query
Clear
π Schema & Examples
Ready
β/Ctrl + Enter to run
Read-only (SELECT only)
SELECT chain, COUNT(*) as transaction_count, AVG(fee_usd) as avg_fee_usd FROM transactions WHERE timestamp > datetime('now', '-30 days') GROUP BY chain ORDER BY transaction_count DESC
Example Queries
Transaction Count by Chain
SELECT chain, COUNT(*) FROM transactions...
Average Gas Fees (24h)
SELECT chain, AVG(fee_usd)...
High Value Transactions
SELECT * WHERE fee_usd > 10...
Hourly Transaction Volume
SELECT strftime('%H', timestamp)...
Gas Price Comparison
SELECT chain, MIN, MAX, AVG...
Schema Explorer
Loading schemaβ¦
Fetching columns for transactions table.
Recent Queries
Session history will appear here
Run or load a query to populate.
Query Results
Export CSV
Run a query to see results
Schema & Examples
Close
Example Queries
Transaction Count by Chain
SELECT chain, COUNT(*) FROM transactions...
Average Gas Fees (24h)
SELECT chain, AVG(fee_usd)...
High Value Transactions
SELECT * WHERE fee_usd > 10...
Hourly Transaction Volume
SELECT strftime('%H', timestamp)...
Gas Price Comparison
SELECT chain, MIN, MAX, AVG...
Schema Explorer
Loading schemaβ¦
Fetching columns for transactions table.
Recent Queries
Session history will appear here
Run or load a query to populate.