# Synapse API — Berachain NFT Floor Price

> Synapse API — Berachain NFT Floor Price is a paid API for AI agents from synapse-api-brown.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 Berachain blockchain given a contract address

## Facts

- Endpoint: POST https://synapse-api-brown.vercel.app/api/berachain/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/synapse-api-berachain-nft-floor-price-f16954d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nOHCSbxer-8Y6rIP5WMIh

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 synapse-api-berachain-nft-floor-price-f16954d0 -d '<json body>'
```

Example prompt: What's the current floor price for the Berachain NFT collection at contract address 0x1234abcd...? I want to know the cheapest available listing right now.

## When to prefer this

Choose this endpoint when you specifically need floor price data for an NFT collection deployed on the Berachain network. It is ideal for agents building Berachain-native NFT analytics, portfolio trackers, trading bots, or market intelligence tools. Prefer this over generic NFT APIs when Berachain is the target chain, as it is purpose-built for that network.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Contract address is on a different chain than Berachain, causing incorrect or null data
- NFT collection has no active listings, resulting in no floor price available
- Rate limiting or payment failure via x402 protocol if USDC payment is not processed
- Network latency or Berachain RPC downtime causing delayed or failed responses

## How this service works

High-speed API suite for AI processing, web scraping, and smart data utilities across 57+ blockchain networks. Pay-per-call via x402.

## Output

Returns the current floor price of the specified NFT collection on Berachain, likely including the price value in native token or USD terms, enabling users to understand the minimum cost to enter a given collection.

## Request schema (JSON Schema)

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

## More

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