# Stratalize Travel Nurse Bill Rate Benchmark

> Stratalize Travel Nurse Bill Rate 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 travel nurse bill rate benchmarks (medians and ranges) by specialty and state, sourced from BLS and SIA-style composite data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/travel-nurse-rate-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-travel-nurse-bill-rate-benchmark-5f6ed834
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N14IAh0_wDyDP_-uuMiJE

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-travel-nurse-bill-rate-benchmark-5f6ed834
```

Example prompt: Can you pull the benchmark bill rate for ICU travel nurses in California so I can see if our staffing agency's quote is reasonable?

## When to prefer this

Use this endpoint when a staffing agent, healthcare procurement team, or travel nurse needs to benchmark or validate bill rates for specific nursing specialties in specific US states, particularly when negotiating with a staffing agency or auditing contract rates. Prefer this over generic salary databases when you need specialty- and state-specific travel nurse bill rates with cryptographically verifiable provenance.

## Known failure modes

- Missing or invalid state parameter — returns error indicating required field
- Unsupported specialty value — returns error or empty result if specialty not in dataset
- No data available for a given state/specialty combination — may return null or empty benchmark
- Payment failure (x402) — endpoint returns 402 Payment Required if USDC payment not processed
- Network timeout — endpoint may be temporarily unavailable

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Travel nurse bill rate benchmarks by specialty and state — ICU, ER, OR, and med-surg medians from BLS and SIA data. Source: BLS and Stratalize SIA-style composite. Use when benchmarking travel nurse contract rates or negotiating with a staffing agency

## Output

Returns benchmark travel nurse bill rate data (median and likely range) for the requested specialty (e.g. ICU, ER, OR, med-surg) and state, drawn from BLS and SIA-style composite sources, with a cryptographic ML-DSA-65 signature and a verifiable receipt link at trust.stratalize.com/verify.

## 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-travel-nurse-bill-rate-benchmark-5f6ed834/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)
