# Phantom API — Polygon NFT by Owner

> Phantom API — Polygon NFT by Owner is a paid API for AI agents from phantom-api-omega.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves all NFTs owned by a specific wallet address on the Polygon blockchain, with pagination support.

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/polygon/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/phantom-api-polygon-nft-by-owner-9565c352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AHkosX1AuO6iTyIrWQpMG

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 phantom-api-polygon-nft-by-owner-9565c352 -d '<json body>'
```

Example prompt: Can you pull up all the NFTs owned by Polygon wallet 0xABC123... — show me up to 50 at a time?

## When to prefer this

Use this endpoint when you need to enumerate NFTs owned by a specific wallet on the Polygon network specifically, with pay-per-call pricing via x402 and no subscription required. Prefer this over general-purpose NFT APIs when you need lightweight, fast Polygon NFT lookups without setting up API key credentials.

## Known failure modes

- Invalid or malformed owner wallet address returns an error
- Polygon network congestion may cause timeouts or slow responses
- Invalid pageKey causes pagination failure or empty results
- Limit value out of acceptable range may be rejected
- Payment failure via x402 prevents the call from being processed

## How this service works

Lightning-fast access to blockchain data, smart contract insights, and Web3 infrastructure across 57+ networks. Pay-per-call via x402.

## Output

Returns a list of NFTs owned by the specified Polygon wallet address, including token metadata (name, contract, token ID, image, etc.) and a pagination key for fetching subsequent pages when the owner holds more NFTs than the requested limit.

## 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/phantom-api-polygon-nft-by-owner-9565c352/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from phantom-api-omega.vercel.app](https://www.zero.xyz/host/phantom-api-omega.vercel.app/llms.txt)
