x402basequality 0.35

NFT ownership lookup via x402 micropayment on Base, $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns NFT ownership information for a specific NFT (ID 60) via a POST request. It is part of a broader suite of pay-per-call APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/nfts/60/owner` costs $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or accounts are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof. The provider advertises no rate limits and instant access. The response MIME type is application/json.

The endpoint is live and returns a proper 402 challenge with x402 version 1. However, there is no OpenAPI schema, no request/response body documentation, and no examples available from the crawled pages. The exact structure of the POST body (if any input is needed beyond the URL path) and the response payload are unknown. The broader platform lists many endpoint categories but provides no detailed documentation for any of them.

Capabilities

nft-ownership-lookupx402-micropaymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Querying the current owner of a specific NFT programmatically
  • Verifying NFT ownership as part of a gating or access-control workflow
  • Building dashboards that display NFT holder information

Fit

Best for

  • Agents or apps that need quick NFT ownership checks without managing API keys
  • Micropayment-friendly workflows where per-call billing is preferred
  • Developers already operating on the Base network with USDC

Not for

  • Bulk or batch NFT ownership queries across many token IDs (only one NFT ID is exposed at this URL)
  • Users who need detailed NFT metadata beyond ownership
  • Anyone without USDC on Base to pay the x402 challenge

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/60/owner \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -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, but there is no OpenAPI schema, no request/response documentation, and no examples. The endpoint path is hard-coded to a single NFT ID (60), and the provider's crawled pages contain no detail beyond a pricing table. Effectively a stub listing.

Warnings

  • No request or response schema documented — callers must guess the POST body format
  • Endpoint path is hard-coded to NFT ID 60; unclear if other IDs are available at different URLs
  • No OpenAPI spec, no README content, and no detailed docs found on the provider site
  • The broader platform lists many API categories but none appear documented beyond titles and prices

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 23:34:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access