# Liquid Agent Blockchain Address Analyzer

> Liquid Agent Blockchain Address Analyzer is a paid API for AI agents from api.liquidagent.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-12).

Analyzes a blockchain address on a specified chain and returns structured financial/on-chain data about it

## Facts

- Endpoint: GET https://api.liquidagent.ai/api/x402/analyze/%7Baddress%7D
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/liquid-agent-blockchain-address-analyzer-60c029c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6TAuA4IK_dF9FqnTtKpR7

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 liquid-agent-blockchain-address-analyzer-60c029c7
```

Example prompt: Can you analyze the Ethereum address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e and give me a breakdown of its on-chain financial activity?

## When to prefer this

Use this endpoint when you need on-chain financial analysis of a specific blockchain address via a pay-per-call x402 micropayment model. It is best suited for agents operating in Web3 contexts that need structured address intelligence without managing API keys, paying $0.25 USDC per query. Prefer this over free block explorers when you need structured programmatic output rather than a human-readable page.

## Known failure modes

- Invalid or malformed blockchain address returns an error
- Unsupported chain name results in an error or fallback to Ethereum
- Payment failure (x402 protocol) causes the request to not be fulfilled
- Address not found on the specified chain may return empty data or partial results
- Network congestion or RPC unavailability could cause timeout or failure

## How this service works

The financial layer for Web3 simplicity

## Output

Returns a structured object containing on-chain analysis data for the address, the network it was analyzed on, a settlement transaction hash confirming payment was processed, and a success boolean. The 'data' field contains the core analysis payload about the address.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquid-agent-blockchain-address-analyzer-60c029c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.liquidagent.ai](https://www.zero.xyz/host/api.liquidagent.ai/llms.txt)
