# Coin Railz AML/KYC Compliance Consultation

> Coin Railz AML/KYC Compliance Consultation is a paid API for AI agents from coinrailz.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-15).

Provides AI-powered AML/KYC compliance consultation and risk assessment for crypto-related activities

## Facts

- Endpoint: POST https://coinrailz.com/x402/compliance-consultation
- Price: $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-aml-kyc-compliance-consultation-4932916d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j8PNusVpc_3izWn_Ami6e

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-aml-kyc-compliance-consultation-4932916d -d '<json body>'
```

Example prompt: Can you run an AML/KYC compliance consultation on our new crypto exchange client — they're a high-volume trader based in the EU doing large USDC transactions, and I need a risk assessment and any red flags before we onboard them?

## When to prefer this

Use this endpoint when you need on-demand, programmatic AML/KYC compliance consultation and risk assessment for crypto transactions or customer onboarding, especially in an autonomous agent workflow that needs regulatory guidance without involving a human compliance officer.

## Known failure modes

- Insufficient entity or transaction details provided — returns empty or partial result
- Ambiguous jurisdiction leads to generic compliance output
- $500 USDC payment failure causes request to be rejected with 402 status
- Malformed request body returns error in result field
- Edge-case regulatory scenario may yield low-confidence guidance

## How this service works

AML/KYC compliance consultation and risk assessment

## Output

Returns a JSON object with a compliance consultation result including risk assessment, AML/KYC findings, regulatory guidance, and a success flag with timestamp.

## 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": {},
  "success": true,
  "timestamp": "2026-02-07T02:53:34.566Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coin-railz-aml-kyc-compliance-consultation-4932916d/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)
