x402basequality 0.40

Query NFT ownership data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns NFT ownership information for NFT #48. It is part of a broader platform offering pay-per-request APIs across data analytics, AI/ML, finance/Web3, and infrastructure categories — all settled via the x402 protocol on the Base network using USDC.

The specific endpoint `/api/v1/nfts/48/owner` accepts POST requests and returns JSON. Payment is handled inline via the X-PAYMENT header using the x402 exact scheme. The maximum amount required is 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). There are no API keys, no rate limits, and no upfront commitments — each call is individually paid at the time of request.

The platform advertises a uniform $0.02 per request pricing across all its endpoints. The x402 challenge confirms the endpoint is live, returning a proper 402 Payment Required response with a well-formed accepts array. No OpenAPI schema or detailed documentation was found beyond the landing page listing, so the exact request body format and response structure for this NFT owner endpoint are not documented in the crawled material.

Capabilities

nft-ownership-queryx402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Looking up the current owner of a specific NFT programmatically
  • Integrating NFT ownership checks into automated agent workflows
  • Verifying NFT holder status without running your own indexer

Fit

Best for

  • AI agents needing on-demand NFT ownership data with no signup
  • Developers prototyping NFT-aware applications with minimal friction
  • Micropayment-based access to blockchain data without API keys

Not for

  • Bulk querying ownership across thousands of NFTs (no batch endpoint documented)
  • Querying NFTs beyond the specific token ID 48 (endpoint is scoped to a single NFT)
  • Users who need free or subscription-based access rather than per-call payment

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/48/owner \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing and payment details. However, there is no OpenAPI schema, no documented request/response format for this specific NFT endpoint, and the crawled pages beyond the landing page returned only wallet-connect stubs. The endpoint path is narrowly scoped to a single NFT ID.

Warnings

  • No OpenAPI or detailed API documentation found for this endpoint
  • Request body schema and response format are undocumented — callers must guess or experiment
  • Endpoint is hardcoded to NFT #48; unclear if other NFT IDs are supported at different paths
  • The broader platform lists many API categories but none appear to be NFT-specific on the landing page, making this endpoint's purpose somewhat opaque

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:37:36Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access