# Strale KYC Denmark – CVR Lookup

> Strale KYC Denmark – CVR Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $1.62/call, status unknown (last checked 2026-09-15).

Look up Danish company information and perform KYC verification using a CVR (Central Business Register) number.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/kyc-denmark
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyc-denmark-cvr-lookup-5d59df5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bmFv7LVCDd76mpfLEWdSa

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-kyc-denmark-cvr-lookup-5d59df5b -d '<json body>'
```

Example prompt: Can you run a KYC check on the Danish company with CVR number 12345678 and tell me their official registration details?

## When to prefer this

Choose this endpoint when you need authoritative, registry-sourced KYC data on Danish companies identified by CVR number, especially when an auditable cryptographic record of each lookup is required for compliance workflows. Prefer over generic web search when regulatory-grade data provenance matters.

## Known failure modes

- Invalid CVR number format — returns validation error
- CVR number not found in the Danish register — returns not-found error
- Malformed request body — returns 400 bad request
- Upstream CVR register unavailable — returns 503 or timeout
- Insufficient payment or payment failure — returns 402 Payment Required

## 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 official Danish company registration data including company name, legal form, address, status, and registration details sourced from the CVR register, along with a cryptographically hashed audit record for compliance traceability.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cvr_number": {
   "type": "string",
   "description": "Danish CVR number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyc-denmark-cvr-lookup-5d59df5b/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)
