# JarvisClaw NFT Collection Surf

> JarvisClaw NFT Collection Surf is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-13).

Fetches NFT collection data by surfing/querying a specified NFT collection on-chain, returning collection metadata and stats.

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/surf/nft/collection
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-nft-collection-surf-d4f0830e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NsUXSKgJNYkJ-J6NrBlkk

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 jarvisclaw-nft-collection-surf-d4f0830e
```

Example prompt: Can you surf the NFT collection at contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Base and pull back the collection metadata, floor price, and stats?

## When to prefer this

Use this endpoint when you need to look up NFT collection-level metadata and stats (floor price, supply, owners) for a specific collection on Base or Solana, especially when paying per call via x402 micropayments in USDC is acceptable.

## Known failure modes

- Invalid or unrecognized collection address returns 404 or empty result
- Unsupported blockchain network returns error
- Payment not settled in USDC causes 402 Payment Required
- Rate limiting or gateway timeout on heavily queried collections
- Collection exists but has no indexed metadata yet

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns NFT collection metadata including collection name, description, floor price, total supply, owner count, and other on-chain stats for the specified collection.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-nft-collection-surf-d4f0830e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
