# JarvisClaw NFT Collection Surf

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

Retrieves and searches NFT collection data via a pay-per-call AI gateway with smart routing, settling in USDC on Base or Solana.

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/surf/nft/collection
- Price: $0.00825/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-df39c156
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HHjf3aALKptVh6YtX9k07

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-df39c156
```

Example prompt: Search the NFT marketplace for collections related to 'Bored Apes' and show me what collections come up with their details.

## When to prefer this

Choose this endpoint when you need to search or browse NFT collections via a pay-per-call micropayment model (x402, USDC on Base or Solana) and want OpenAI-compatible gateway routing. Suitable for agents that need lightweight, per-query NFT collection discovery without a subscription.

## Known failure modes

- Invalid or missing query parameter returns an error
- Payment of 0.045 USDC not settled causes 402 Payment Required response
- Unsupported query format may yield empty results
- Gateway routing failure if underlying NFT data provider is unavailable
- UAT environment instability may cause intermittent failures

## 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 data matching the query, including collection metadata, listings, and marketplace information retrieved via the JarvisClaw AI gateway routing layer.

## 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-df39c156/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
