https://api.cdp.coinbase.com/platform/v2/x402).
Discovery: /.well-known/x402 |
agent.json |
OpenAPI spec |
llms.txt
Lookup or search Singapore companies and entities via the Accounting and Corporate Regulatory Authority (ACRA) dataset on data.gov.sg. Returns entity name, UEN (Unique Entity Number), registration date, entity type, status, and registered address. Monthly refresh — data is current to within one month.
Two variants: lookup by UEN (/sg/company/{uen}) and name search (/sg/company/search/{name}). Note: some queries return 503 with best_effort: true due to ACRA rate limiting from Railway IPs.
This endpoint is designed for AI agents. Typical callers include:
{
"uen": "200104428C",
"name": "EXAMPLE PTE. LTD.",
"status": "Live",
"entity_type": "UEN Business",
"registration_date": "2001-04-28",
"address": "...",
"source": "ACRA via data.gov.sg",
"best_effort": false
}
GET https://globalapi.dev/sg/company/200104428C — $0.005 USDC via x402
payment-required header containing base64-encoded payment instructionspayment-signature headerCompatible client libraries: @x402/client (TypeScript), x402-python (Python).