# CollectablesPulse NFT Market Intelligence

> CollectablesPulse NFT Market Intelligence is a paid API for AI agents from collectablespulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns on-chain risk analysis, floor price data, and market sentiment for NFT collections given a contract address or collection name

## Facts

- Endpoint: GET https://collectablespulse.theaslangroupllc.com/api/collect/nft
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/collectablespulse-nft-market-intelligence-d9ba4de2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FunHk1MbwCs_QuSU9pMbO

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-market-intelligence-d9ba4de2
```

Example prompt: Can you pull the on-chain risk scan and floor price sentiment for the Bored Ape Yacht Club NFT collection on Ethereum — the contract is 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D?

## When to prefer this

Choose this endpoint when you need NFT-specific on-chain risk scanning combined with floor price and market sentiment for a known collection or contract address, especially on EVM-compatible chains. Prefer this over generic crypto data APIs when you need collectibles-focused market intelligence with authentication/risk signals.

## Known failure modes

- Unknown contract address returns empty or error response
- Collection name without contract may yield less accurate on-chain data
- Invalid chain parameter causes bad request
- Unsupported blockchain network returns error
- Rate limiting or payment failure returns 402

## How this service works

NFT floor price & contract safety check for NFT-trading agents: detect malicious or counterfeit NFT contracts, hidden mint, burn and approval traps on-chain (GoPlus) across Ethereum, Base, Polygon and Arbitrum, plus 24h floor price, volume and sales. Pre-purchase risk scan for any collection. For NFT trading and Web3 agents.

## Output

A JSON object containing floor price context, market sentiment signals, and on-chain risk analysis for the specified NFT collection or contract address, covering indicators like contract safety flags, collection demand trends, and valuation guidance.

## 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-market-intelligence-d9ba4de2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from collectablespulse.theaslangroupllc.com](https://www.zero.xyz/host/collectablespulse.theaslangroupllc.com/llms.txt)
