# Carbon Cashmere Tokenized-Equity Index Issuer List

> Carbon Cashmere Tokenized-Equity Index Issuer List is a paid API for AI agents from api.carbon-cashmere.de, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns the full constituent list of the Carbon Tokenized-Equity Index with curated off-chain due-diligence metrics per issuer, including regulator, license type, transfer restrictions, voting rights, auditor, custodian, redemption speed, AUM, cumulative volume, token count, and estimated holders — each metric citing a public source URL with date.

## Facts

- Endpoint: GET https://api.carbon-cashmere.de/v1/carbon/equity/issuers
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-carbon-cashmere-de-d13363a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0D6HMldMoYIgcsWkLUCMn

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 api-carbon-cashmere-de-d13363a5
```

Example prompt: Pull up the full Carbon Tokenized-Equity Index constituent list for me — I need the off-chain due diligence metrics for each issuer, including regulator, license type, auditor, custodian, AUM, and redemption speed, with the source URLs cited.

## When to prefer this

Use this endpoint when an AI agent needs comprehensive issuer-level due diligence on tokenized equity products, particularly when compliance, regulatory, and structural metadata (auditor, custodian, transfer restrictions, voting rights) are required alongside market metrics. It is distinct from generic crypto price feeds or DeFi analytics — it specifically covers the regulated tokenized-equity space with cited sources for each data point.

## Known failure modes

- Payment not provided or invalid x402 payment header — 402 Payment Required response
- Index data temporarily unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests
- Stale data if source URLs have not been recently recrawled

## How this service works

Professional crypto market intelligence. Real-time prices, signals, and market scoring.

## Output

A structured list of all tokenized equity issuers in the Carbon Index, each accompanied by curated off-chain metrics: regulatory body, license type, transfer restrictions, voting rights, auditor name, custodian name, redemption speed, AUM, cumulative trading volume, total token count, and estimated holder count. Every metric includes a public source URL and the date it was sourced, enabling transparent due diligence.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 4,
  "issuers": [
   {
    "auditor": "PricewaterhouseCoopers",
    "aum_usd": 240000000,
    "composite": 88.83,
    "regulator": "SEC+FINRA",
    "asset_code": "ONDO-GM",
    "source_url": "https://...",
    "issuer_name": "Ondo Global Markets",
    "license_type": "sec_broker_dealer",
    "tokens_count": 260,
    "volume_cumulative_usd": 18000000000
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-carbon-cashmere-de-d13363a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.carbon-cashmere.de](https://www.zero.xyz/host/api.carbon-cashmere.de/llms.txt)
