get_service_details
Fetch the full record for one listing by id (from find_paid_service results), led by paid_verification — whether nohumans has paid this endpoint real USDC and confirmed delivery, with the settlement tx hash as on-chain proof where settled — plus endpoint URL, request/response JSON Schemas when provided, accepted chains, pricing, and reputation detail (probe count, last successful probe, consecutive failures). Call this before making a paid request so you know the exact request shape, current reliability, and whether real-money delivery has been independently confirmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Listing id, as returned by find_paid_service. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | No | ||
| name | Yes | ||
| score | No | ||
| chains | No | ||
| status | Yes | ||
| category | No | ||
| transport | No | ||
| has_sample | No | ||
| kind_notes | No | ||
| obs_pay_to | No | ||
| obs_scheme | No | ||
| payto_note | No | ||
| description | No | ||
| obs_network | No | ||
| probe_count | No | ||
| endpoint_url | Yes | ||
| price_amount | Yes | ||
| report_count | No | ||
| report_score | No | ||
| sample_query | No | ||
| x402_version | No | ||
| evidence_note | No | ||
| evidence_tier | No | ||
| onchain_daily | No | ||
| onchain_shape | No | ||
| paid_verified | No | ||
| response_mime | No | ||
| last_probed_at | No | ||
| p50_latency_ms | No | ||
| p95_latency_ms | No | ||
| p99_latency_ms | No | ||
| payto_unstable | No | ||
| price_currency | No | ||
| request_schema | No | ||
| distinct_payers | No | ||
| response_schema | No | ||
| observed_network | No | ||
| paid_verification | No | ||
| status_changed_at | No | ||
| verdict_age_seconds | No | ||
| payto_distinct_recent | No | ||
| onchain_unique_payers_30d | No |