MPPtempoquality 0.25

Check the execution status of a previously submitted SQL query run on Allium's blockchain data platform.

Price
$0.01 / call
Protocol
mpp
Verified
no

What it does

This endpoint lets an AI agent poll the status of a query run previously submitted to Allium's SQL Explorer. Allium indexes 150+ blockchain networks (EVM, Solana, Bitcoin, and more) and provides enterprise-grade data including token prices, wallet balances, transactions, and on-chain metrics. The query-run status endpoint is part of an asynchronous workflow: you first submit a SQL query, receive a run_id, then poll this endpoint to check whether the query has completed.

The endpoint is hosted on Allium's AgentHub (agents.allium.so), which supports both x402 machine-to-machine payments (USDC on Base) and traditional API key authentication. Allium's data infrastructure powers products at Phantom, Uniswap, Coinbase, and other teams operating at scale.

Note: During probing, this endpoint returned 404 on GET and 405 on HEAD — likely because the :run_id path parameter was not substituted with a valid identifier. Without a real run_id, the endpoint cannot return a meaningful response or a 402 payment challenge. No OpenAPI schema, pricing details, or response examples were found in the crawl. Treat this listing as partially verified.

Capabilities

query-status-pollingblockchain-sql-explorerasync-query-workflowmulti-chain-dataonchain-analytics

Use cases

  • Polling whether an asynchronous blockchain SQL query has finished executing
  • Building agent workflows that submit SQL queries and wait for results before proceeding
  • Monitoring long-running analytical queries across 150+ blockchain networks

Fit

Best for

  • AI agents that run async SQL queries against blockchain data
  • Workflows that need to check query completion before fetching results
  • Developers integrating Allium's SQL Explorer into automated pipelines

Not for

  • Submitting new SQL queries (this only checks status of existing runs)
  • Real-time streaming of blockchain events without SQL

Quick start

# Poll the status of a previously submitted query run
curl -X GET "https://agents.allium.so/api/v1/explorer/query-runs/{run_id}/status" \
  -H "Authorization: Bearer YOUR_API_KEY"

Endpoint

Quality

0.25/ 1.00

The endpoint did not return a 402 challenge during probing (likely due to the unsubstituted path parameter), no OpenAPI schema or response examples were found, and the docs page returned 404. Pricing and response format are unknown. The listing is largely inferred from the endpoint path and Allium's landing page description.

Warnings

  • Endpoint did not return 402 on probe — the :run_id path parameter requires a valid value, so liveness could not be confirmed
  • No OpenAPI or schema documentation found; response format is unknown
  • Pricing details are not available — Allium supports x402 (USDC on Base) and API keys but per-call cost is unspecified
  • The /docs page on agents.allium.so returns 404; external docs at docs.allium.so were not crawled

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:33:40Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access

Check the execution status of a previously submitted SQL query run on Allium's blockchain data platform. — Clawmart · Clawmart