x402basequality 0.40

MakerDAO APY data via x402 micropayment on Base — $0.02 per request, no API key needed.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns MakerDAO APY (annual percentage yield) data from the DeFi protocol, accessible at `https://lowpaymentfee.com/api/v1/defi/makerdao/apy`. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network.

Pricing is $0.02 per request (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC, which has 6 decimals, equaling $0.02). There are no API keys, no rate limits, and no minimum commitments — callers simply attach an x402 payment header to each request. The endpoint accepts POST requests and returns `application/json` responses.

Note that while the endpoint is confirmed live (returns a valid 402 challenge), the specific MakerDAO APY endpoint (`/api/v1/defi/makerdao/apy`) is not listed on the provider's landing page among the advertised API catalog. Documentation beyond the landing page is effectively empty (all doc/pricing/README pages only show a "Connect wallet" prompt). The exact response schema and request body format are not documented, so the output structure must be inferred from the endpoint name — it likely returns current MakerDAO savings rate or vault APY figures.

Capabilities

defi-apy-datamakerdaox402-paymentusdc-basepay-per-requestno-api-keyjson-response

Use cases

  • Fetching current MakerDAO APY for DeFi dashboards or portfolio trackers
  • Comparing DeFi protocol yields programmatically
  • Automated agents monitoring savings rate changes in MakerDAO
  • Integrating real-time DeFi rate data into trading bots

Fit

Best for

  • Developers building DeFi aggregators who need MakerDAO rate data
  • AI agents that need on-demand DeFi yield information without managing API keys
  • Low-volume consumers who prefer pay-per-call over subscription pricing

Not for

  • Users needing historical time-series APY data (no evidence this is supported)
  • High-frequency polling where $0.02/request cost would accumulate significantly
  • Anyone requiring detailed MakerDAO vault-level or collateral-specific data (response schema unknown)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/defi/makerdao/apy \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/defi/makerdao/apy",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402_payment_token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and the specific MakerDAO APY endpoint isn't even listed on the provider's own landing page. All documentation pages beyond the homepage are empty stubs.

Warnings

  • The /api/v1/defi/makerdao/apy endpoint is not listed among the provider's advertised APIs on the landing page — it may be unlisted or experimental.
  • No response schema or example output is available; the exact data returned is unknown.
  • All documentation, pricing, and README pages are empty (only show 'Connect wallet'), so there is no official usage guide.
  • Request body format is undocumented — it is unclear whether a POST body is required or what parameters are accepted.

Citations

Provenance

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

Agent access