Query PancakeSwap DeFi positions via x402 micropayment on Base for $0.02/request.
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
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
Quality
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
- —Endpoint returns a valid x402 402 challenge with USDC on Base network, maxAmountRequired 20000https://lowpaymentfee.com/api/v1/defi/pancakeswap/positions
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/defi/pancakeswap/positions
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages all returned only a 'Connect wallet' stubhttps://lowpaymentfee.com/docs