# KiteEndpoints.ai - OpenSea NFT Data Endpoint #15

> KiteEndpoints.ai - OpenSea NFT Data Endpoint #15 is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Fetches NFT or marketplace data from OpenSea via a pay-per-request proxy endpoint on the KiteEndpoints hub

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/opensea15
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-opensea-nft-data-endpoint-15-866cb74f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9IQ6HCR36yV757R9OeR-6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kiteendpoints-ai-opensea-nft-data-endpoint-15-866cb74f -d '<json body>'
```

Example prompt: Can you pull the OpenSea data for the Bored Ape Yacht Club collection — I want to see stats like floor price, volume, and recent sales?

## When to prefer this

Choose this endpoint when you need OpenSea-specific NFT data — such as floor prices, collection stats, asset metadata, or sales history — without managing your own OpenSea API key or subscription. It is ideal for agents that need on-demand, pay-per-request NFT data with crypto-native payment via USDC on Base chain, avoiding monthly API subscriptions.

## Known failure modes

- Invalid or missing NFT collection/asset identifier returns an empty or error result
- OpenSea API rate limits or downtime may cause upstream failures
- Malformed request body returns a generic error
- Unknown collection slug or token ID returns no data
- Payment failure (insufficient USDC balance) prevents the request from being processed

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing OpenSea NFT or marketplace data such as collection statistics, asset metadata, ownership information, floor prices, or sales history, depending on the query parameters supplied.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-opensea-nft-data-endpoint-15-866cb74f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
