# RagRadar NFT Floor Price Lookup

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

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

## Facts

- Endpoint: GET https://ragradar.space/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-ba72848c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sEHliO03twAC01enjwSTL

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-ba72848c
```

Example prompt: What's the current NFT floor price for contract 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D on Base?

## When to prefer this

Use this endpoint when you need real-time NFT floor price data specifically on Base, Arbitrum, or Solana chains. Prefer this over generic NFT APIs when operating in a multi-chain DeFi context or when you need on-chain verified pricing rather than marketplace-scraped estimates.

## Known failure modes

- Invalid chain identifier returns error — only Base, Arbitrum, Solana supported
- Unrecognized or non-NFT contract address returns empty or error response
- Contract with no active listings may return null floor price
- Payment of 0.2 USDC required via x402 protocol; missing payment returns 402
- Rate limiting or upstream data unavailability may cause timeout

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object with the floor price of the specified NFT collection on the requested chain, likely including price value, currency denomination, and status confirmation.

## 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-ba72848c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
