# RagRadar NFT Floor Price Lookup

> RagRadar NFT Floor Price Lookup is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Fetches the current NFT collection floor price for a given contract address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/nft/floor/%7Bchain%7D/%7Bcontract%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-nft-floor-price-lookup-e270e64b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_miE3DJ11fvRckZ9z4X8Lr

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 ragradar-nft-floor-price-lookup-e270e64b
```

Example prompt: What's the current floor price for the NFT collection at contract address 0xABC123... on Base? Pull it from RagRadar's on-chain data.

## When to prefer this

Use this endpoint when you need real-time NFT floor price data for a specific contract on Base, Arbitrum, or Solana and want multi-chain coverage in a single API. Prefer over generic NFT APIs when working with these three chains specifically and needing AI-powered on-chain analytics context.

## Known failure modes

- Invalid chain identifier returns error or empty result
- Unknown or unindexed contract address returns no data
- Unsupported chain (outside Base, Arbitrum, Solana) returns error
- Rate limiting or payment failure returns 402 status
- Contract address typo or wrong format returns lookup failure

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object containing the current floor price and status for the specified NFT collection contract on the given chain, sourced from on-chain analytics data.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-nft-floor-price-lookup-e270e64b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
