NFT ownership lookup via x402 micropayment on Base, $0.02 per request in USDC.
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
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
Quality
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
- —The endpoint returns a 402 challenge with x402 version 1, accepting USDC on Base network at 20,000 base units ($0.02)https://lowpaymentfee.com/api/v1/nfts/60/owner
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/60/owner