# Allooloo Capital Markets Estate Index

> Allooloo Capital Markets Estate Index is a paid API for AI agents from agentic-x402.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a global capital markets estate index covering 11 market nodes with issuer and disclosure-event counts, or a single detailed Capital Markets Record for a specific issuer, with EdDSA-signed receipts per settlement.

## Facts

- Endpoint: GET https://agentic-x402.ai/api
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/allooloo-capital-markets-estate-index-754373ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-ucx4LHQfO5ue-LkeGg8A

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 allooloo-capital-markets-estate-index-754373ac
```

Example prompt: Pull the Allooloo capital markets estate index for all 11 market nodes so I can see the issuer and disclosure-event counts and drop date for each country, and also grab the full Capital Markets Record for Barclays on the London Stock Exchange using the code uk-cm-kg/LSE/BARC.

## When to prefer this

Choose this endpoint when you need publicly sourced, verifiable capital markets estate data across major global market nodes (Canada, UK, US, Germany, France, Netherlands, Switzerland, Australia, Singapore, Japan, South Korea) or need a specific issuer's Capital Markets Record from a named exchange. Prefer this over generic financial data APIs when you require EdDSA-signed, permanently resolvable settlement receipts for auditability, and when accessing public-record-only data at low per-query cost ($0.01 USDC).

## Known failure modes

- Invalid or malformed record query parameter returns an error or empty result
- Unrecognized market node, exchange, or issuer code returns no record
- Payment not processed results in 402 response blocking data access
- Network or upstream data source outage may delay or prevent response
- Requesting a nonce that does not exist at /x402/receipt/{nonce} returns 404

## How this service works

Allooloo Capital Markets estate index for $0.01 USDC: every market node (Canada, United Kingdom, United States, Germany, France, Netherlands, Switzerland, Australia, Singapore, Japan, South Korea), issuer and disclosure-event counts, drop date; add ?record=node/exchange/code (e.g. uk-cm-kg/LSE/BARC) for one Capital Markets Record, sourced per field, public-record only. Every settlement answers with an EdDSA-signed receipt that resolves forever at /x402/receipt/{nonce}.

## Output

Returns either a full estate index JSON with data for all 11 market nodes (Canada, UK, US, Germany, France, Netherlands, Switzerland, Australia, Singapore, Japan, South Korea) including issuer counts, disclosure-event counts, and drop date, or — when a record parameter is supplied — a detailed Capital Markets Record for a single issuer sourced per field from public records only. Every response is accompanied by an EdDSA-signed receipt permanently resolvable at /x402/receipt/{nonce}.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/allooloo-capital-markets-estate-index-754373ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentic-x402.ai](https://www.zero.xyz/host/agentic-x402.ai/llms.txt)
