# CollectablesPulse NFT Floor Price & Contract Safety Check

> CollectablesPulse NFT Floor Price & Contract Safety Check is a paid API for AI agents from collectablespulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns NFT collection floor price, volume, and sales data alongside on-chain contract safety analysis (GoPlus) to detect malicious, counterfeit, or trap-ridden NFT contracts before purchase

## Facts

- Endpoint: GET https://collectablespulse.vercel.app/api/collect/nft
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-nft-floor-price-contract-safety-check-eba509b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7Vmws4OpWja4Az31nnGnv

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 collectablespulse-nft-floor-price-contract-safety-check-eba509b9
```

Example prompt: Before I buy into this NFT collection, can you run a safety scan on contract address 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13d on Ethereum and also tell me the 24-hour floor price, volume, and sales count?

## When to prefer this

Use this endpoint when an AI agent or NFT trading bot needs a pre-purchase due-diligence check combining both market data (floor price, volume, sales) and on-chain security analysis (GoPlus) for NFT collections on Ethereum, Base, Polygon, or Arbitrum — especially when the goal is to avoid scam, rug pull, or trap contracts before executing a buy.

## Known failure modes

- Invalid or unrecognized contract address returns an error or empty result
- Unsupported chain/network returns an error
- GoPlus API unavailability may cause safety data to be missing or degraded
- Contract with no trading history returns zero floor price and volume
- Rate limiting or payment failure (x402) blocks the request

## How this service works

Global collectibles market intelligence API. AI-synthesized valuations for sports cards, coins, comics, vinyl records, Pokémon/MTG/TCGs, sneakers, watches, signed memorabilia, and trading cards. Real-time sold comparables, PSA/CGC/PCGS grade premiums, population reports, storage and grading guidance. Amazon storage supplies, professional grading service links, and eBay/Goldin marketplace links included. All endpoints support any language via ?lang=. Pricing: $0.08–$0.20 USDC/call via x402 micropayment.

## Output

Returns a structured response including the collection's 24-hour floor price, trading volume, and number of sales, plus a GoPlus-powered on-chain contract safety report flagging risks such as hidden mint functions, burn traps, approval traps, counterfeit/malicious contract indicators, and an overall safety score — across Ethereum, Base, Polygon, and Arbitrum.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "chain": {
   "type": "string",
   "description": "ethereum | base | polygon | arbitrum | optimism | bsc | avalanche (default ethereum)"
  },
  "contract": {
   "type": "string",
   "description": "NFT contract address — enables the on-chain risk scan (recommended)"
  },
  "collection": {
   "type": "string",
   "description": "Collection name — for floor/sentiment context when no contract is known"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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