x402base-sepoliaquality 0.45

x402-payable agent for monitoring Hyperliquid trading positions, P&L, risk, and activity logs

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint exposes a Questflow-powered AI agent focused on real-time monitoring of Hyperliquid trading agents. According to its challenge description, it provides a dashboard-style view of positions, profit & loss, performance metrics, risk analysis, and activity logs. The agent accepts a text message via a POST request with an `input` string field and returns a text `response` from the agent.

Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC (asset `0x036CbD53842c5426634e7929541eC2318f3dCF7e`), with a maximum amount of 500,000 units (likely 0.50 USDC given 6-decimal USDC). The endpoint is live and returns a proper 402 challenge. The underlying platform, Questflow, is an AI agent economy platform that aggregates onchain markets and provides autonomous trading clones.

No dedicated API documentation, OpenAPI spec, or usage examples were found beyond the outputSchema embedded in the x402 challenge. The schema is minimal: POST a JSON body with an `input` string and receive a JSON object with a `response` string. Because this runs on Base Sepolia (a testnet), it appears to be a development/staging deployment rather than a production service.

Capabilities

hyperliquid-monitoringtrading-dashboardpnl-trackingrisk-analysisactivity-logsx402-paymentbase-sepoliaconversational-agent

Use cases

  • Query real-time positions and P&L for Hyperliquid trading agents
  • Retrieve performance metrics and risk analysis summaries via natural language
  • Monitor activity logs and trade history through a conversational interface
  • Integrate Hyperliquid monitoring into an autonomous agent pipeline via x402 micropayments

Fit

Best for

  • Developers building autonomous trading agent pipelines that need Hyperliquid monitoring
  • Agent-to-agent workflows requiring pay-per-query trading dashboards
  • Quick natural-language queries about Hyperliquid trading performance

Not for

  • Production trading systems (this endpoint is on Base Sepolia testnet)
  • Users needing structured/tabular API responses (output is a single string)
  • Non-Hyperliquid trading platforms

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f89b7e88e91d0ba6c9568a \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"input": "Show me current open positions and P&L"}'

Example

Request

{
  "input": "Show me current open positions and P&L for all active Hyperliquid agents"
}

Response

{
  "response": "Currently tracking 3 active agents on Hyperliquid. Agent-1: Long ETH-PERP, entry $3,820, unrealized PnL +$142. Agent-2: Short BTC-PERP, entry $68,500, unrealized PnL -$37. Total portfolio PnL: +$105."
}

Endpoint

Transporthttp
Protocolx402
Pay to0xa1517cCD0816CccA74dd7467E09dC29004b24445
CurrencyUSDC

Quality

0.45/ 1.00

The endpoint is live with a valid 402 challenge and includes a minimal outputSchema, but there is no dedicated API documentation, no OpenAPI spec, no usage examples, and the deployment is on a testnet (Base Sepolia). The response format is inferred from the schema's single-string output.

Warnings

  • Deployed on Base Sepolia testnet — not a production network; USDC used for payment is testnet USDC
  • No API documentation or OpenAPI spec found; behavior inferred solely from x402 challenge outputSchema
  • Response is a single unstructured string — no guaranteed structured data format
  • Example response is fabricated to illustrate the schema; actual output may differ significantly
  • The endpoint URL contains a dynamic swarm ID that may change

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:24:07Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access