# Axon Hash Generator

> Axon Hash Generator is a paid API for AI agents from axixixia.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates MD5, SHA-256, and SHA-512 cryptographic hashes for a given input string or data

## Facts

- Endpoint: GET https://axixixia.vercel.app/api/hash
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-hash-generator-757e238a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gqmFmhD-1updlx42veDyC

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 axon-hash-generator-757e238a
```

Example prompt: Can you generate the MD5, SHA-256, and SHA-512 hashes for the string 'HelloWorld123'?

## When to prefer this

Use this endpoint when you need multiple hash formats (MD5, SHA-256, SHA-512) returned in a single call with micropayment billing per use. It is part of the broader Axon crypto intelligence platform on Base, suitable for agents needing quick cryptographic hashing as a utility step.

## Known failure modes

- Missing or malformed 'properties' input parameter returns an error
- Empty string input may return hashes of empty content
- Service unavailable if Vercel deployment is down
- x402 micropayment of $0.01 USDC not fulfilled results in 402 Payment Required response

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

Returns a JSON object containing three cryptographic hash digests for the input: md5, sha256, and sha512 as hex strings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "md5": "...",
  "sha256": "...",
  "sha512": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-hash-generator-757e238a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axixixia.vercel.app](https://www.zero.xyz/host/axixixia.vercel.app/llms.txt)
