x402basequality 0.45

Query NFT transfer data on Base via x402-paid POST endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides NFT transfer intelligence on the Base blockchain. It accepts a POST request with a transaction hash and/or NFT collection address and returns structured transfer data. Payment is handled via the x402 protocol: callers must pay $0.01 per request in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428).

The endpoint is operated by Erudite Intelligence LLC, which also runs the EruditePay x402 Bridge — a payment facilitator supporting 20 blockchains. The Bridge itself handles verify/settle steps for x402 payments. This particular endpoint is a data endpoint (not the facilitator itself) described as "Crypto data intelligence" in the x402 challenge. The input schema requires a JSON body with `hash` (transaction hash) and `collection` (NFT collection address or slug). The output returns a JSON object with a `success` boolean and a `data` object, though the exact shape of the data payload is not documented beyond the example stub.

Documentation is sparse — the provider's /docs path returns a 404, and no OpenAPI spec is available. The endpoint is live and returns a well-formed x402 v2 challenge on unauthenticated POST requests. The facilitator for payment settlement is Coinbase CDP (api.cdp.coinbase.com).

Capabilities

nft-transfersbase-chainx402-paymenttransaction-lookupcollection-lookupusdc-paymenttron-usdt-payment

Use cases

  • Retrieve NFT transfer records for a specific transaction hash on Base
  • Look up transfer activity for an NFT collection by contract address
  • Enrich blockchain analytics pipelines with NFT movement data
  • Verify NFT provenance by tracing transfer history

Fit

Best for

  • Agents needing on-demand NFT transfer data on Base
  • Blockchain analytics tools requiring per-call paid data access
  • Applications tracking NFT collection activity programmatically

Not for

  • Querying NFT data on chains other than Base (endpoint is Base-specific)
  • Free or high-volume bulk data extraction (each call costs $0.01)
  • Getting full NFT metadata or images (this is transfer data only)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/nft/transfers \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"hash": "0xabc...123", "collection": "0xdef...456"}'

Example

Request

{
  "hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "collection": "0x0000000000000000000000000000000000000000"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 v2 challenge and includes a basic input/output schema via the Bazaar extension. However, documentation is effectively absent (no OpenAPI spec, /docs returns 404), the output data shape is a stub with an empty object, and there are no real response examples showing what NFT transfer data actually looks like.

Warnings

  • No OpenAPI or detailed API documentation available — /docs returns 404
  • Output schema example is a stub ({"success": true, "data": {}}) with no detail on actual transfer data fields
  • The endpoint description is generic ('Crypto data intelligence') and does not specifically confirm NFT transfer functionality beyond the URL path
  • Tron payment option uses asset address TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t (USDT) — callers should verify chain compatibility

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:09:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access