# Agentic Trades Capital Markets Record

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

Returns a single canonical capital markets record for a listed issuer — identity, registry identifiers, aliases, listing details, disclosure events, auditor, and transfer agent — sourced from public filings and served from the issuer's home market node, for $0.01 USDC per call.

## Facts

- Endpoint: GET https://agentic-trades.ai/x402/record/uk-cm-kg/LSE/BARC
- 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/agentic-trades-capital-markets-record-443759c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nXS5xSIuIi4tW2m_VI_5T

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 agentic-trades-capital-markets-record-443759c9
```

Example prompt: Pull the official capital markets record for Barclays — listed on the London Stock Exchange — including its registry identifiers, disclosure events, auditor, and transfer agent, all sourced from public filings.

## When to prefer this

Choose this endpoint when you need a single, filing-sourced authoritative record for a listed issuer on one of eleven supported in-country capital markets, with a receipted paid call trail. Prefer it over free or aggregated data sources when provenance, per-field sourcing to public filings, and payment receipts matter — for example, compliance workflows, due diligence, or audit trails. The $0.01 USDC micro-payment model makes it cost-effective for per-issuer lookups at scale. If you only need broad market data or price feeds, a financial data API is more appropriate.

## Known failure modes

- Invalid or unrecognised exchange code returns an error
- Unknown ticker/security code for the specified exchange returns not found
- Invalid market node identifier causes routing failure
- Issuer not covered by the eleven supported markets returns no record
- Payment failure (insufficient USDC balance or x402 protocol error) blocks the call
- Stale or missing public filing data may result in incomplete field coverage

## How this service works

One Capital Markets Record for $0.01 USDC — a listed issuer's identity, registry identifiers, aliases, listing, disclosure events, auditor and transfer agent, each field sourced to the public filing, served from the node of the issuer's own market (eleven markets, in-country). Path: /x402/record/{node}/{exchange}/{code}, e.g. uk-cm-kg/LSE/BARC. The same record the free MCP door serves; the payment buys the receipted call.

## Output

A structured capital markets record for the requested listed issuer, containing: issuer identity and canonical name, registry identifiers, known aliases, listing details (exchange, code), disclosure events, auditor name, and transfer agent — each field traceable to a public filing. The record is served from the in-country node for the issuer's home market (one of eleven supported markets). The response is the same data available via the free MCP endpoint, with the paid call providing a receipted transaction.

## 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/agentic-trades-capital-markets-record-443759c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentic-trades.ai](https://www.zero.xyz/host/agentic-trades.ai/llms.txt)
