x402basequality 0.35

PancakeSwap APY data via x402 micropayment — $0.02/request on Base network

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns PancakeSwap APY (Annual Percentage Yield) data through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-call APIs spanning DeFi, analytics, AI, finance, and utility categories. Each request costs $0.02 in USDC on the Base network, with no API keys, rate limits, or subscriptions required.

The specific endpoint at `/api/v1/defi/pancakeswap/apy` is a POST endpoint that returns JSON. Payment is handled via the x402 protocol: callers include an `X-PAYMENT` header with a signed payment of up to 20,000 base units of USDC (i.e., $0.02) to the provider's address on Base. The endpoint was confirmed live, returning a proper 402 challenge with x402 version 1.

Documentation 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 request/response schema, and no example payloads available. The endpoint's exact input parameters and response structure are unknown and must be discovered by calling it. This limits confidence in what data is returned and how to structure requests.

Capabilities

defi-apy-datapancakeswapx402-micropaymentusdc-basepay-per-requestno-api-key

Use cases

  • Fetching current PancakeSwap pool APY rates for portfolio dashboards
  • Comparing DeFi yield opportunities programmatically
  • Automated yield farming strategy selection based on live APY data

Fit

Best for

  • Agents or bots needing on-demand DeFi yield data without API key management
  • Developers building yield aggregator tools
  • Quick one-off APY lookups paid per request via crypto

Not for

  • High-frequency polling where per-request costs would accumulate quickly
  • Users who need detailed historical APY time-series (no evidence this is supported)
  • Anyone without USDC on Base network for payment

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/defi/pancakeswap/apy \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payment. However, there is no OpenAPI spec, no documentation beyond a wallet-connect prompt, no request/response schema, and no examples. The endpoint's actual behavior and output format are entirely unknown.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided; input parameters and output format are unknown
  • Endpoint description is generic ('Premium API Access') and does not describe the data returned
  • Cannot verify what PancakeSwap data is actually returned without making a paid request

Citations

Provenance

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

Agent access