# NexusAPI Hash Verify

> NexusAPI Hash Verify is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.131976/call, status unknown (last checked 2026-09-15).

Verifies whether a given hash matches an expected value or input, confirming data integrity

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/hash/verify
- Price: $0.131976/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-hash-verify-1269db2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hUT3HsjmVQMosUl4qSO_f

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 nexusapi-hash-verify-1269db2d -d '<json body>'
```

Example prompt: Can you verify that the hash 'e3b0c44298fc1c149afb...' matches the string 'hello world' — I want to confirm the data hasn't been tampered with.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call hash verification without setting up API keys or managing infrastructure — ideal for ad-hoc integrity checks in automated pipelines using USDC micropayments on Base.

## Known failure modes

- Invalid or malformed hash format returns an error response
- Missing required query parameter causes 400 bad request
- Unsupported hash algorithm returns an unsupported operation error
- Mismatched hash returns a false/invalid result rather than an error
- Payment failure (402) if USDC payment is not included or insufficient

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns a boolean or status indicating whether the provided hash matches the expected value for the given input, along with any relevant match details or error information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-hash-verify-1269db2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
