← Back to directory

Test an API endpoint: send request, validate response status and schema. Integra...

https://api.strale.io/x402/v2/api-health-check

Overview

Test an API endpoint: send request, validate response status and schema. Integration testing as a service.

Protocol x402
Price $0.05
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-09-06 08:13:59

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "body": { "type": "string" }, "expected_schema": { "type": "object" }, "expected_status": { "type": "integer" }, "headers": { "type": "object" }, "method": { "type": "string" }, "url": { "description": "API endpoint URL", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "is_healthy": { "type": "boolean" }, "response_body": { "type": "string" }, "response_time_ms": { "type": "integer" }, "schema_valid": { "type": "boolean" }, "status_code": { "type": "integer" } }