Allooloo Capital Markets estate index for $0
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}.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-13
updated
Provider
agentic-x402.ai · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x0Bfd52Ea41841D0F1121399167bfE36781d40ebB",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"record": {
"description": "optional node/exchange/code — returns that Capital Markets Record instead of the estate index",
"example": "uk-cm-kg/LSE/BARC",
"required": false,
"type": "string"
}
},
"type": "http"
},
"output": {
"example": {
"data": {
"nodes": [
{
"as_of": "2026-09-11",
"events": 6100,
"live": true,
"node": "uk-cm-kg",
"records": 1930
}
]
},
"receipt": {
"amount_usdc": "0.01",
"network": "eip155:8453",
"receipt_url": "https://agentic-x402.ai/x402/receipt/{nonce}",
"settled": true
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://agentic-x402.ai/api" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agentic-x402.ai/api");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agentic-x402.ai/api")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13531.json, and this resource appears in /discovery/resources and /discovery/search.