# RagRadar NFT Floor Price by Chain and Contract

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

Returns the current NFT floor price for a given contract address on a specified blockchain

## Facts

- Endpoint: GET https://backup.ragradar.space/api/nft/floor/%7Bchain%7D/%7Bcontract%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-nft-floor-price-by-chain-and-contract-0958c9a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iyilNmWt8Hgh_o8_3iN8C

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-by-chain-and-contract-0958c9a7
```

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

## 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 are comfortable with x402 micropayment-based API access. Prefer this over general-purpose NFT APIs when operating in an agent context that already handles x402 payment flows.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Contract address not found or not an NFT contract returns an error
- Chain not supported by RagRadar (only Base, Arbitrum, Solana covered) returns null or error
- Payment failure via x402 micropayment results in 402 response
- Stale or unavailable on-chain data may return outdated floor prices
- Malformed contract address format causes a bad request error

## How this service works

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

## Output

A JSON response containing the floor price and associated metadata for the specified NFT collection on the requested blockchain, such as current floor value and currency denomination.

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