x402basequality 0.35

Get the current DYDX token price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the DYDX token. It is part of a broader suite of paid APIs hosted at lowpaymentfee.com, all gated behind the x402 payment protocol. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are advertised; access is granted per-request upon valid x402 payment.

The provider site (lowpaymentfee.com) lists several categories of endpoints including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. This specific endpoint falls under the Finance & Web3 category. The x402 challenge was successfully captured, confirming the endpoint is live and accepting payment challenges with x402 version 1.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The actual data source for DYDX pricing is unknown.

Capabilities

token-pricex402-paymentusdc-settlementbase-networkper-request-billingno-api-keyjson-responsecrypto-market-data

Use cases

  • Fetching the current DYDX token price for trading bots or portfolio dashboards
  • Integrating real-time DYDX pricing into DeFi applications without managing API keys
  • Agent-driven price checks where per-call micropayments replace subscription billing

Fit

Best for

  • Developers needing quick, keyless access to DYDX token pricing
  • AI agents that can settle x402 payments autonomously on Base
  • Low-volume or sporadic price lookups where $0.02/call is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical DYDX price data or OHLCV candles (only current price implied)
  • Anyone unable to settle USDC payments on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/DYDX/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The actual data source and response format are unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is entirely unknown
  • All doc/pricing/README pages return only a 'Connect wallet' prompt with no content
  • Data source for DYDX pricing is undisclosed; accuracy and freshness cannot be verified
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:21:28Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access