# Coin Railz Wallet Risk Analysis

> Coin Railz Wallet Risk Analysis is a paid API for AI agents from coinrailz.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Analyzes a crypto wallet address for risk indicators, compliance flags, and suspicious transaction patterns

## Facts

- Endpoint: POST https://coinrailz.com/x402/wallet-risk
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coin-railz-wallet-risk-analysis-89c77a4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SefE8Cz5MiKrNH3rsyMaT

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 coin-railz-wallet-risk-analysis-89c77a4d -d '<json body>'
```

Example prompt: Can you run a wallet risk analysis on 0xAbc123...def for me — I want to know if it has any compliance flags or suspicious transaction patterns before I send funds to it.

## When to prefer this

Use this endpoint when you need to assess the risk profile of a specific wallet address before transacting, for AML/compliance screening, or to detect suspicious behavioral patterns in transaction history. Prefer this over general blockchain explorers when you need a structured risk score and compliance flags rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported blockchain network not recognized
- Payment of 0.5 USDC not received — request rejected with 402
- Rate limiting or quota exceeded
- Wallet has no on-chain history — limited analysis possible

## How this service works

Wallet risk analysis with compliance flags and transaction pattern detection

## Output

A JSON object confirming the service executed, with a 'wallet-risk' service label, a success flag, a timestamp, and the risk analysis result including compliance flags and transaction pattern detection for the queried wallet address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Query parameter for the service"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "application/json",
 "format": "json",
 "example": {
  "result": "Service executed successfully",
  "service": "wallet-risk",
  "success": true,
  "timestamp": "2026-02-07T01:36:36.833Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-wallet-risk-analysis-89c77a4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinrailz.com](https://www.zero.xyz/host/coinrailz.com/llms.txt)
