# GlobalAPI x402 — Singapore Company Registry Lookup by UEN

> GlobalAPI x402 — Singapore Company Registry Lookup by UEN is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Retrieves company registry data for a Singapore-registered entity by its Unique Entity Number (UEN)

## Facts

- Endpoint: GET https://globalapi.dev/sg/company/%7Buen%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-singapore-company-registry-lookup-by-uen-01ade8e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_elUiLVGcaCMNF5bKLe8nI

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 globalapi-x402-singapore-company-registry-lookup-by-uen-01ade8e7
```

Example prompt: Can you pull the official registry details for Singapore company UEN 202012345K — I need to verify its registration status, incorporation date, and registered address?

## When to prefer this

Use this endpoint when you need authoritative, machine-readable Singapore company registry data without a subscription or API key. Ideal for KYB workflows, due diligence, compliance checks, and onboarding pipelines where you need to verify a Singapore entity's legal standing by UEN on a per-call pay-as-you-go basis.

## Known failure modes

- Invalid or malformed UEN format returns a 400 or validation error
- UEN not found in registry returns a 404 or empty result
- Payment failure (x402) if USDC payment is not properly attached
- Rate limiting or upstream ACRA data unavailability may cause 503
- Stale data if ACRA registry has not been updated recently

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns structured company registry data from Singapore's ACRA, including company name, UEN, entity type, registration/incorporation date, current status (active/inactive), registered address, and principal business activity codes.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-x402-singapore-company-registry-lookup-by-uen-01ade8e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
