# Stratalize M&A Transaction Multiples Benchmark

> Stratalize M&A Transaction Multiples Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns median EV/EBITDA, EV/Revenue, and control premium multiples for M&A transactions segmented by industry sector and deal size tier.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/ma-multiples-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-m-a-transaction-multiples-benchmark-ecfe2e98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OWwCKrn1cazQso2cGsVgv

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 stratalize-m-a-transaction-multiples-benchmark-ecfe2e98
```

Example prompt: Pull the median EV/EBITDA, EV/Revenue, and control premium benchmarks for technology sector M&A deals in the $250M–$1B deal size range so I can sanity-check our acquisition pricing for the board deck.

## When to prefer this

Use this endpoint when you need defensible, benchmarkable M&A transaction multiples broken down by sector and deal size — particularly when preparing board-level M&A materials, valuing an acquisition target, or stress-testing deal pricing against market comps. The cryptographic signing makes it suitable for contexts requiring auditability. Prefer this over general financial data APIs when you specifically need acquisition transaction multiples (EV/EBITDA, EV/Revenue, control premium) rather than public market trading multiples.

## Known failure modes

- Invalid or unsupported industry enum value returns a 400 error
- Invalid deal_size_tier enum value returns a 400 error
- Insufficient USDC balance or x402 payment failure results in a 402 Payment Required response
- No data available for a very sparse sector/size combination may return empty or null multiples
- Network timeout or service unavailability returns a 5xx error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). M&A transaction multiples by sector — acquisition EV/EBITDA, EV/Revenue, and control premium medians. Source: Stratalize M&A composite. Use when valuing an acquisition target, benchmarking deal pricing, or preparing a board M&A presentation

## Output

Returns median EV/EBITDA, EV/Revenue, and control premium figures for the requested industry sector and deal size tier, sourced from the Stratalize M&A composite. Each response includes an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify for independent authentication.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "industry": {
   "enum": [
    "technology",
    "healthcare",
    "financial_services",
    "manufacturing",
    "retail",
    "energy",
    "consumer_staples",
    "industrials",
    "real_estate",
    "materials",
    "telecom",
    "legal_services"
   ],
   "type": "string",
   "description": "Request parameter: industry"
  },
  "deal_size_tier": {
   "enum": [
    "under_50m",
    "50m_250m",
    "250m_1b",
    "over_1b"
   ],
   "type": "string",
   "description": "Request parameter: deal size tier"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-m-a-transaction-multiples-benchmark-ecfe2e98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
