# SYNTHORA NFT Floor Risk

> SYNTHORA NFT Floor Risk is a paid API for AI agents from nftfloor.hergertsynthora.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Detects wash trading and floor price manipulation in NFT collections, returning a risk score with supporting evidence.

## Facts

- Endpoint: POST https://nftfloor.hergertsynthora.com/service
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-nft-floor-risk-cccb0175
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f_vFmZiXfzog8i4mOccfX

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 synthora-nft-floor-risk-cccb0175 -d '<json body>'
```

Example prompt: Can you check the Bored Ape Yacht Club collection for wash trading or floor price manipulation and give me a risk score with evidence?

## When to prefer this

Choose this endpoint when you need a structured risk score with evidence specifically targeting NFT wash trading and floor manipulation — not just raw sales volume or price history. Ideal for pre-purchase due diligence, portfolio risk auditing, or marketplace integrity checks where you want fraud-specific signals rather than generic analytics.

## Known failure modes

- Invalid or unrecognized collection slug returns an error or empty result
- Contract address not indexed or on unsupported chain may return no data
- Malformed input object causes a validation error
- Service unavailable or timeout for popular collections with large trade histories
- Payment not processed results in HTTP 402 before any analysis is performed

## How this service works

Detect wash trading and floor manipulation in NFT collections. Risk score + evidence.

## Output

Returns a boolean success flag, a niche classification, and a result object containing the risk score and evidence of wash trading or floor price manipulation for the queried NFT collection.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Collection slug or contract"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ok": {
   "type": "boolean"
  },
  "niche": {
   "type": "string"
  },
  "result": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-nft-floor-risk-cccb0175/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nftfloor.hergertsynthora.com](https://www.zero.xyz/host/nftfloor.hergertsynthora.com/llms.txt)
