# minia2a x402-find

> minia2a x402-find is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-16).

Discovers and locates x402-compatible API endpoints by filtering on type, method, body format, and query parameters

## Facts

- Endpoint: GET https://minia2a.uk/x402/find
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-find-ab024230
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1KonFOvP1gDCfjXNXQ6uc

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 minia2a-x402-find-ab024230
```

Example prompt: Can you find me an x402 endpoint that uses GET method, accepts query parameters, and returns JSON output?

## When to prefer this

Use this endpoint when you need to programmatically discover x402-protocol-compatible endpoints by their characteristics (HTTP method, body type, query params, output format) rather than browsing a UI. Ideal for agents that need to self-configure or route requests to the right paid API dynamically.

## Known failure modes

- No matching endpoints found for the given filter criteria
- Invalid or unsupported method/type values causing empty results
- Missing required 'input' object returns a validation error
- Stale registry data may not reflect recently added endpoints

## How this service works

Semantic search over x402 bazaar. 🆓 5 free trial calls per signed wallet

## Output

Returns matching x402 endpoint records filtered by the specified criteria such as HTTP method, body type, query parameters, and output type — enabling agents to discover compatible paid API endpoints in the minia2a ecosystem.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-find-ab024230/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
