# Phantom API — NFT Floor Price Lookup (BOB Network)

> Phantom API — NFT Floor Price Lookup (BOB Network) 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).

Returns the current floor price for an NFT collection by contract address on the BOB blockchain network

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/bob/nft/floor-price
- 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-nft-floor-price-lookup-bob-network-d0e3da57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xbTHYrbRbfJ8PSwIRHwuY

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-nft-floor-price-lookup-bob-network-d0e3da57 -d '<json body>'
```

Example prompt: What's the current floor price for the NFT collection at contract address 0x1234...abcd on the BOB network?

## When to prefer this

Use this endpoint when you specifically need NFT floor price data on the BOB blockchain network and want a lightweight, pay-per-call option without committing to a monthly subscription. Prefer this over general NFT APIs when BOB network coverage is required and cost control per query matters.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Contract address exists but has no NFT floor price data on BOB network
- Network unavailability or RPC node timeout causes request failure
- Malformed contract address string causes validation error
- Collection has zero listed NFTs resulting in null floor price

## 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 the current floor price for the specified NFT collection, likely including the price value in the native currency or USDC, and potentially additional collection metadata such as currency denomination and recent sale context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "contractAddress": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/phantom-api-nft-floor-price-lookup-bob-network-d0e3da57/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)
