# Strale Crypto Counterparty KYB

> Strale Crypto Counterparty KYB is a paid API for AI agents from api.strale.io, paid per call via x402, $1.944/call, status unknown (last checked 2026-09-14).

Performs Know Your Business (KYB) verification on a crypto counterparty by checking the entity's name and website against compliance and trust databases.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/crypto-counterparty-kyb
- Price: $1.944/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-crypto-counterparty-kyb-01185593
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lUNxVgPhklm3ucZTm9MTZ

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 strale-crypto-counterparty-kyb-01185593 -d '<json body>'
```

Example prompt: Can you run a KYB check on a crypto company called 'Nexo Capital' with website nexo.io before we proceed with the partnership?

## When to prefer this

Choose this endpoint when you need automated KYB verification specifically for crypto-native or blockchain-related counterparties, especially when an auditable, cryptographically hashed compliance record is required. Prefer this over generic business lookup APIs when the counterparty operates in the crypto/DeFi/blockchain space and you need trust-layer verification with cross-border coverage across 27 countries.

## Known failure modes

- Unknown or unregistered entity name returns no match or low-confidence result
- Invalid or unreachable website URL causes input validation error
- Entity operates in a jurisdiction not covered by the 27-country database
- Payment of $1.944 USDC not fulfilled causes 402 Payment Required response
- Rate limiting or service downtime returns 5xx error

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a KYB verification result for the named crypto entity, including trust and compliance signals derived from the entity name and website, along with an audit record containing a cryptographic chain hash for proof of the check.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "entity_name": {
   "type": "string",
   "description": "Legal entity or company name"
  },
  "entity_website": {
   "type": "string",
   "format": "uri",
   "description": "Entity's website URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-crypto-counterparty-kyb-01185593/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
