x402basequality 0.45

Real-time DASH token price data via x402 micropayment on Base network for $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the DASH cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints are gated by the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.

The specific endpoint at `/api/v1/tokens/DASH/price` accepts POST requests and returns JSON. Payment is handled via the X-PAYMENT header using the x402 exact scheme — no API keys, accounts, or rate limits are required. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0.02 USD) per call, with a 300-second payment timeout.

The broader lowpaymentfee.com platform lists additional endpoints for token quotes, exchange rates, gas estimates, sentiment analysis, text summarization, embeddings, geocoding, and more — all at the same $0.02 price point. Documentation pages exist but appear to require a wallet connection to view, so detailed request/response schemas are not publicly available.

Capabilities

crypto-price-feeddash-token-pricex402-paymentusdc-settlementbase-networkpay-per-requestreal-time-datajson-api

Use cases

  • Fetching the current DASH token price for portfolio tracking or trading bots
  • Integrating real-time DASH pricing into a DeFi application or dashboard
  • Agent-driven crypto price lookups without API key management
  • Pay-per-use price feeds for low-volume or sporadic crypto data needs

Fit

Best for

  • AI agents needing on-demand crypto price data without signup
  • Low-volume consumers who want pay-per-call pricing instead of subscriptions
  • Developers prototyping crypto dashboards who want instant API access

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need historical DASH price data or OHLCV candles (not indicated as available)
  • Consumers without a Base-network USDC wallet for x402 payments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The x402 challenge is live and confirms pricing, network, and asset details. However, no OpenAPI schema, request/response examples, or accessible documentation were found — docs pages only show a wallet-connect prompt. The endpoint's actual response format must be inferred.

Warnings

  • No public documentation available — all doc pages require wallet connection and returned no content.
  • No request or response schema is documented; the output format of the DASH price endpoint is unknown.
  • The endpoint path suggests a token-specific price feed, but no details on supported parameters, response fields, or error codes are available.
  • This endpoint is not listed on the provider's homepage (which lists /api/v1/crypto/quotes and /api/v1/finance/prices but not /api/v1/tokens/DASH/price specifically).

Citations

Provenance

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

Agent access