x402basequality 0.35

Crypto market quote for ABT token via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides a market quote for the ABT (Arcblock) token, accessible at `/api/v1/market/quote/ABT` on lowpaymentfee.com. It is part of a broader suite of pay-per-call APIs covering finance, AI, data analytics, and utility services, all settled via the x402 protocol on the Base network using USDC.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 `X-PAYMENT` header — no API keys, accounts, or rate limits are required. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, with a timeout of 300 seconds.

Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response payloads, and no description of what fields the quote response contains. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual response schema and supported request parameters are unknown.

Capabilities

crypto-market-quotex402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Fetching a real-time market quote for the ABT (Arcblock) token
  • Integrating pay-per-call crypto price data into trading bots or dashboards
  • Agent-driven market data retrieval without API key management

Fit

Best for

  • Developers needing quick, keyless access to ABT token quotes
  • AI agents that can settle x402 payments on Base
  • Projects already using USDC on Base for micropayments

Not for

  • Users needing bulk historical market data (no evidence of batch or historical endpoints)
  • Anyone without a Base-compatible USDC wallet for x402 settlement
  • Production use cases requiring documented response schemas and SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ABT \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, but documentation is essentially nonexistent — docs pages render only 'Connect wallet'. There is no OpenAPI schema, no example request/response, and no description of the quote payload fields. The specific endpoint path (/market/quote/ABT) is not even listed on the homepage's API catalog, raising questions about coverage.

Warnings

  • No documentation available — all doc/pricing/API pages show only 'Connect wallet'
  • No OpenAPI or output schema provided; response format is unknown
  • The /api/v1/market/quote/ABT path is not listed among the site's advertised endpoints, which may indicate an undocumented or experimental route
  • Cannot verify what data fields the quote response actually contains

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:51:11Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access