x402base-sepoliaquality 0.30

Query CoinGlass crypto derivatives data (futures, funding rates, liquidations, open interest) via x402 micropayment.

Price
0.1 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint provides access to a CoinGlass-powered AI agent hosted on the Questflow platform. It accepts natural-language queries and returns cryptocurrency derivative market data, including price trends, futures trading volumes, open interest, funding rates, liquidations, and options data. The agent is designed to support custom indicators and strategies through conversational interaction.

Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC (asset 0x036CbD53842c5426634e7929541eC2318f3dCF7e). The maximum amount required per request is 100,000 units (likely 0.10 USDC given 6 decimals), with a maximum timeout of 1,200 seconds. The endpoint accepts HTTP POST requests with a JSON body containing an "input" string field and returns a JSON response with a "response" string field.

Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no detailed API reference beyond the x402 challenge metadata and the agent description. The endpoint is currently on a development subdomain (api-dev), suggesting it may be in a pre-production or testing phase. The underlying platform is Questflow, which aggregates various crypto market tools and AI agents.

Capabilities

crypto-derivatives-datafutures-volumeopen-interestfunding-ratesliquidationsoptions-datanatural-language-queryx402-paymentbase-sepolia-usdc

Use cases

  • Querying real-time crypto futures open interest and funding rates
  • Retrieving liquidation data across exchanges for risk monitoring
  • Asking natural-language questions about cryptocurrency derivative market trends
  • Integrating crypto derivatives intelligence into autonomous trading agents
  • Comparing futures trading volumes across multiple exchanges

Fit

Best for

  • AI agents needing on-demand crypto derivatives market data
  • Developers building autonomous crypto trading or analytics workflows
  • Users who want conversational access to CoinGlass-style data without managing API keys

Not for

  • Production-grade systems requiring guaranteed uptime (endpoint is on a dev subdomain)
  • Users needing free or mainnet-settled payment (currently Base Sepolia testnet only)
  • High-frequency trading requiring sub-second latency

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/agent/qrn:agent:68ef7eb7edb2088cc0dddc1a \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"input": "What is the current BTC futures open interest across exchanges?"}'

Example

Request

{
  "input": "What is the current BTC futures open interest across exchanges?"
}

Response

{
  "response": "As of the latest data, BTC futures open interest across major exchanges totals approximately $18.2B. Binance leads with $6.1B, followed by CME at $4.8B and OKX at $2.9B."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x7FE9E017DEA91a00a0A75D719B6f61eBf92b3FfD
CurrencyUSDC

Quality

0.30/ 1.00

No OpenAPI spec, no docs endpoint, no usage examples from the provider. The only schema information comes from the x402 challenge metadata. The endpoint is on a dev subdomain, and the example response is entirely inferred. Pricing details are limited to the x402 challenge fields.

Warnings

  • Endpoint is on a development subdomain (api-dev), suggesting pre-production status
  • No OpenAPI specification or dedicated documentation available
  • Payment is on Base Sepolia testnet — not mainnet USDC
  • Example response is fully inferred; no actual response sample was available
  • Maximum timeout of 1200 seconds suggests potentially slow agent processing

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 18:47:37Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access