# Stratalize Physician Compensation Benchmark

> Stratalize Physician Compensation 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-14).

Returns BLS OES 2024 median total physician compensation benchmarks by specialty and state, with cryptographic ML-DSA-65 signature for verifiability.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/physician-group-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-physician-compensation-benchmark-3fbac83d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p6cB7TrItMYJsEk_KCNMD

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-physician-compensation-benchmark-3fbac83d
```

Example prompt: What's the BLS 2024 median total compensation benchmark for an orthopedic surgeon in Texas? I need it to evaluate a physician employment agreement.

## When to prefer this

Use this endpoint when you need authoritative, BLS-sourced physician compensation benchmarks for a specific specialty and state — especially when the result needs to be cryptographically verifiable for compliance, fair market value analysis, or legal review of physician employment agreements. Prefer over general salary databases when regulatory-grade provenance and tamper-evidence matter.

## Known failure modes

- Unsupported or unrecognized specialty name returns an error or empty result
- State code/name not recognized returns an error
- BLS OES data unavailable for a rare specialty/state combination returns null or partial data
- Missing required parameters (state or specialty) returns a 400-level validation error
- Payment not processed or insufficient USDC balance returns 402 Payment Required

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Physician compensation benchmarks by specialty and state — median total compensation from BLS OES 2024 data. Source: BLS Occupational Employment Statistics. Use when evaluating physician employment agreements or benchmarking compensation for recruitment

## Output

Returns median total physician compensation figure(s) from BLS OES 2024 data for the requested specialty and state, along with a cryptographic ML-DSA-65 signature and a verifiable receipt URL at trust.stratalize.com/verify for independent validation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "specialty": {
   "type": "string",
   "description": "Request parameter: specialty"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-physician-compensation-benchmark-3fbac83d/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)
