# Synapse API — Zora NFT by Owner Lookup

> Synapse API — Zora NFT by Owner Lookup is a paid API for AI agents from synapse-api-brown.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches all NFTs owned by a given wallet address on the Zora protocol, with optional pagination support.

## Facts

- Endpoint: POST https://synapse-api-brown.vercel.app/api/zora/nft/by-owner
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synapse-api-zora-nft-by-owner-lookup-5e0d36d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8HYDciUjNEohh7CGijtZG

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 synapse-api-zora-nft-by-owner-lookup-5e0d36d6 -d '<json body>'
```

Example prompt: Can you pull up all the Zora NFTs owned by wallet 0x1234abcd...5678, and show me up to 20 results?

## When to prefer this

Use this endpoint when you need to enumerate all Zora protocol NFTs held by a specific wallet address, especially in portfolio dashboards, collector profile pages, or ownership verification flows. Prefer this over generic NFT APIs when Zora-specific data is required, or when you need paginated traversal of a wallet's Zora holdings with cost-effective pay-per-call pricing via x402.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Unrecognized pageKey may cause pagination errors or reset
- limit set too high may result in timeouts or truncated results
- Wallet with no Zora NFTs returns an empty list
- Upstream Zora/indexer API downtime causes 5xx errors
- Payment not received (x402) causes request rejection

## How this service works

High-speed API suite for AI processing, web scraping, and smart data utilities across 57+ blockchain networks. Pay-per-call via x402.

## Output

Returns a list of NFTs owned by the specified wallet on the Zora protocol, including token metadata and IDs, along with a pagination key for retrieving subsequent pages of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number"
  },
  "owner": {
   "type": "string"
  },
  "pageKey": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synapse-api-zora-nft-by-owner-lookup-5e0d36d6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from synapse-api-brown.vercel.app](https://www.zero.xyz/host/synapse-api-brown.vercel.app/llms.txt)
