x402basequality 0.35

Real-time APT 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 APT (Aptos) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/APT/price` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys are required; payment is handled inline via the X-PAYMENT header. The provider advertises no rate limits and instant access.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the mimeType of application/json. The endpoint is live (returns a proper 402 challenge), but the lack of documentation means consumers must discover the response shape empirically.

Capabilities

token-price-lookupx402-micropaymentusdc-settlementbase-networkreal-time-pricingpay-per-requestno-api-key

Use cases

  • Fetching the current APT/Aptos token price for trading bots or dashboards
  • Integrating real-time crypto pricing into agent workflows without API key management
  • Pay-per-call price lookups where usage is sporadic and subscriptions are undesirable

Fit

Best for

  • AI agents needing on-demand crypto price data with no signup
  • Low-volume or bursty price-check workloads at $0.02/call
  • Developers experimenting with x402 payment protocol integrations

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing
  • Users who need historical OHLCV or candlestick data (only current price is indicated)
  • Teams that require comprehensive API documentation before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The listing is essentially a stub with only the 402 challenge and landing page to work from.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request parameters or response format
  • Response structure for /api/v1/tokens/APT/price must be discovered empirically
  • The broader site lists many endpoints but none have documented schemas

Citations

Provenance

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

Agent access