# 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).

Searches for x402 paid API endpoints by type, method, body type, and query parameters

## Facts

- Endpoint: GET https://minia2a.uk/x402/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-1abfc9fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cr1Uu2kN5wqV_QGk4060V

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-1abfc9fc
```

Example prompt: Search the x402-find endpoint on minia2a to discover all x402 paid APIs that use the GET method and accept JSON query parameters — I want to see what's available.

## When to prefer this

Choose this endpoint when you need to programmatically discover and filter x402-compatible paid API endpoints by their HTTP method, request body type, or query parameter structure. It is specifically useful for agents operating in the x402 ecosystem that need to find services on the minia2a platform rather than manually browsing a directory.

## Known failure modes

- Missing required 'input' field returns a validation error
- Invalid method or type values may return empty results or an error
- No matching endpoints found returns an empty result set
- Payment failure via x402 protocol results in 402 Payment Required with no data returned
- Malformed queryParams object may cause a 400 Bad Request

## How this service works

minia2a service: x402-find

## Output

Returns a list or set of x402 endpoint records matching the specified filters (type, method, bodyType, queryParams, output type), allowing the agent to discover compatible paid API services.

## 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-1abfc9fc/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)
