---
title: "Discover verified x402 services for agents"
method: GET
path: "/discover"
---

# Discover verified x402 services for agents

`GET /discover`

Machine-readable catalog of every paid endpoint registered with Ontario.

## Query parameters

- `category` string
- `limit` integer
- `include_pending` boolean
- `min_score` integer
- `grade` 'ready' | 'close' | 'needs_work'

## Response `200`

Discovery catalog

- DiscoverResponse
  - `category` string, nullable
  - `count` integer
  - `services` Service[]
    - `asset` string
    - `category` string
    - `description` string
    - `endpoint` string
    - `id` string
    - `method` string
    - `name` string
    - `network` string
    - `price_atomic` integer
    - `price_usdc` string
    - `tags` string[]
    - `verification` VerificationSummary
      - `grade` string
      - `normalized_base` string
      - `readiness_score` integer
      - `report_id` string
      - `report_url` string
      - `target_url` string
      - `verified_at` string
    - `verification_status` string
    - `verified` boolean

---

[API](https://skmtc.net/ontarioprotocol/apis/ontario-protocol-x402-api.md) · [All operations](https://skmtc.net/ontarioprotocol/apis/ontario-protocol-x402-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ontarioprotocol/ontario-protocol-x402-api/revisions/54384a1c4bf3/schema)
