# Phantom API — Gnosis NFT by Owner

> Phantom API — Gnosis 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-14).

Fetches all NFTs owned by a given wallet address on the Gnosis chain, with pagination support.

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/gnosis/nft/by-owner
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/phantom-api-gnosis-nft-by-owner-1a43eb1f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AMW3enjpqel3YU4xJbq5j

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-gnosis-nft-by-owner-1a43eb1f -d '<json body>'
```

Example prompt: Can you pull up all the NFTs held by the Gnosis wallet 0x1234...abcd — grab up to 50 at a time and show me the full list?

## When to prefer this

Use this endpoint when you need on-chain NFT ownership data specifically for the Gnosis (xDai) network. Prefer it over generic multi-chain NFT APIs when you need Gnosis-native data with pay-per-call pricing and no upfront subscription.

## Known failure modes

- Invalid or malformed owner address returns an error or empty result
- Unsupported or non-existent wallet returns no NFTs
- Invalid pageKey causes pagination failure or reset
- Rate limiting or payment failure (x402) blocks the request
- Network timeout if Gnosis RPC is congested

## 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 paginated list of NFTs owned by the specified wallet on the Gnosis chain, including token IDs, contract addresses, metadata, and a pagination key for fetching subsequent pages.

## 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-gnosis-nft-by-owner-1a43eb1f/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)
