# Phantom API — Linea NFT Floor Price

> Phantom API — Linea NFT Floor Price 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 on the Linea blockchain given a contract address

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/linea/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-linea-nft-floor-price-23384fbb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jrRIsb2t7-KZXEwBftd1X

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-linea-nft-floor-price-23384fbb -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need real-time NFT floor price data specifically on the Linea blockchain. Prefer it over general Web3 APIs when you want pay-per-call pricing with no subscription commitment, or when targeting Linea-native NFT collections not covered by mainstream NFT aggregators like OpenSea or Reservoir.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address not found on Linea network returns empty or null result
- Collection has no active listings, resulting in no floor price available
- Network timeout or Linea RPC unavailability causing a 500 error
- Unsupported contract type (e.g. non-NFT contract) returns an error or unexpected data

## 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 of an NFT collection on the Linea network for the given contract address, typically including the lowest listed price in the collection's native or quoted currency.

## 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-linea-nft-floor-price-23384fbb/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)
