# Phantom API — opBNB NFT by Owner

> Phantom API — opBNB 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 specific wallet address on the opBNB blockchain network

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/opbnb/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-opbnb-nft-by-owner-6f3eaca1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wiNT7XUpvIUj1R1lpXx_g

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-opbnb-nft-by-owner-6f3eaca1 -d '<json body>'
```

Example prompt: Can you pull up all the NFTs owned by wallet 0x1234abcd...5678 on the opBNB network? Show me up to 20 results.

## When to prefer this

Choose this endpoint when you specifically need NFT ownership data on the opBNB (Optimistic BNB) network. Prefer it over generic Ethereum or Polygon NFT lookups when the user's wallet or project is on opBNB. It supports pagination via pageKey, making it suitable for wallets with large NFT portfolios.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Wallet with no NFTs on opBNB returns an empty list
- Invalid pageKey causes pagination failure
- Rate limiting or payment issues result in 402 or 429 responses
- Network-specific errors if opBNB RPC is unavailable

## 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 address on the opBNB network, including token metadata such as token IDs, contract addresses, collection names, and a pagination key for retrieving 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-opbnb-nft-by-owner-6f3eaca1/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)
