# Phantom API — Avalanche NFT Floor Price

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

Returns the current floor price for an NFT collection on the Avalanche blockchain given a contract address

## Facts

- Endpoint: POST https://phantom-api-omega.vercel.app/api/avalanche/nft/floor-price
- 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-avalanche-nft-floor-price-46ef4619
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eCAxT_2k_WP5KUL6QY5Zf

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-avalanche-nft-floor-price-46ef4619 -d '<json body>'
```

Example prompt: What's the current floor price for the NFT collection at contract address 0x... on Avalanche?

## When to prefer this

Use this endpoint when you specifically need NFT floor price data on the Avalanche (AVAX) network and want a pay-per-call model without a subscription. It covers Avalanche natively and is cheaper for low-frequency lookups than maintaining a full indexer subscription.

## Known failure modes

- Invalid or malformed contract address returns an error
- Contract address exists but is not an NFT collection returns no floor data
- Collection has no active listings so floor price is unavailable
- Avalanche network congestion may cause delayed or stale data
- Rate limiting or payment failure ($0.01 USDC via x402) blocks the request

## 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 the specified NFT collection on Avalanche, typically expressed as a numeric value in the network's native currency (AVAX) or a stablecoin, along with any relevant collection metadata available from on-chain data.

## 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-avalanche-nft-floor-price-46ef4619/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)
