# Market Intelligence API - Selling Intelligence

> Market Intelligence API - Selling Intelligence is a paid API for AI agents from api.marketintelligenceapi.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-19).

Returns market intelligence data related to selling strategies, signals, or opportunities

## Facts

- Endpoint: GET https://api.marketintelligenceapi.com/api/v1/intelligence/selling
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/market-intelligence-api-selling-intelligence-4cb32c18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NoBOSyFEqs6tRC2JE-my0

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 market-intelligence-api-selling-intelligence-4cb32c18
```

Example prompt: Can you pull the latest selling intelligence from the Market Intelligence API so I can see current sell-side signals and market conditions?

## When to prefer this

Use this endpoint when you need structured sell-side market intelligence data via a simple GET request and are operating within an x402 micropayment-enabled agent workflow. Prefer this over generic financial data APIs when you specifically need selling signals or sell-opportunity intelligence from the Market Intelligence API platform.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Endpoint temporarily unavailable — returns 5xx server error
- Malformed request — returns 400 Bad Request
- Rate limit exceeded — returns 429 Too Many Requests
- No data available for the requested market segment — returns empty or null fields

## How this service works

Web site created using create-react-app

## Output

A JSON response containing live or near-live selling intelligence data, which may include sell-side signals, market conditions, selling opportunity scores, or related trading intelligence metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "description": "Example JSON response returned by this endpoint"
    }
   },
   "additionalProperties": true
  }
 },
 "additionalProperties": false
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/market-intelligence-api-selling-intelligence-4cb32c18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.marketintelligenceapi.com](https://www.zero.xyz/host/api.marketintelligenceapi.com/llms.txt)
