x402basequality 0.30

Query PancakeSwap DeFi positions via x402 micropayment on Base for $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to PancakeSwap liquidity positions data through a pay-per-call x402 protocol. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning DeFi data, AI/ML inference, finance, and utility services, all priced at $0.02 per request on the Base network. However, documentation for this specific PancakeSwap positions endpoint is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" stub with no schema details, request/response examples, or parameter documentation. It is unclear what request body fields are expected or what shape the response takes. The endpoint is confirmed live (returns a proper 402 x402 challenge), but without documentation the caller must experiment or contact the provider to learn the correct request format.

Capabilities

defi-positionspancakeswapx402-paymentbase-networkusdc-settlementpay-per-calljson-api

Use cases

  • Retrieve current PancakeSwap liquidity positions for a wallet or pool
  • Monitor DeFi portfolio positions programmatically
  • Feed PancakeSwap position data into trading bots or dashboards
  • Aggregate DEX liquidity data across protocols

Fit

Best for

  • Agents or bots that need on-demand PancakeSwap position data without managing API keys
  • Developers building DeFi dashboards who want simple pay-per-call pricing
  • Automated portfolio trackers that query positions infrequently

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Users who need detailed API documentation and schema guarantees before integrating
  • Free-tier or budget-zero projects that cannot pay per request

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/defi/pancakeswap/positions \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{"wallet": "0xYourWalletAddress"}'

Example

Request

{
  "wallet": "0x1234567890abcdef1234567890abcdef12345678"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no request/response schema, no examples, and all doc pages return only a wallet-connect stub. The request body and response format are entirely unknown; the example_request_json above is speculative. This is effectively a stub listing.

Warnings

  • No API documentation available — all doc pages return only a 'Connect wallet' stub
  • Request body schema is unknown; the example request is speculative
  • Response schema is completely undocumented
  • No OpenAPI spec or ai-plugin manifest found
  • The endpoint description is generic ('Premium API Access') with no PancakeSwap-specific detail from the provider

Citations

Provenance

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

Agent access