[3-LEG] ESG fund greenwash chain, one fund (?entity=blackrock-art9-downgrade): leading lab
[3-LEG] ESG fund greenwash chain, one fund (?entity=blackrock-art9-downgrade): leading label pressure, SFDR Article 9 to 8 downgrade and ESG name removal -> current current classification -> realized rating de-listing and lifecycle (confirmation gate). A chain, not one reading: confidence = how many legs are lit, in order. Sources: SFDR filings and rating registries. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed. $0.25 per call.
250000 (raw units)
price
17
calls / 30d
2
unique payers
2026-09-07
updated
Provider
api.truthbear.co · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x2d16a243ba9facc6ac85519d5efad2149dc4c6c3",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "8qEn3Y3GPXdQ28LHshPa4UYeD8V38Lq9b4jCRirQAY3n",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"discoverable": true,
"info": {
"input": {
"example": {
"entity": "dws-group-desg",
"format": "thin"
},
"exampleRequest": "/gauge/esgfund-region?entity=dws-group-desg&format=thin",
"method": "GET",
"queryParams": {
"entity": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals["
},
"type": "http"
},
"output": {
"example": {
"entity": "dws-group-desg",
"grade": "screening-level, not decision-grade",
"legs": {
"holdings_cascade": {
"band": "confirmed",
"record_hash": "sha256:00ad0a3bb5d8783941113060f573a8dbecd61d8483a8d4c3dda812b98551f2c5",
"source_ref": "https://www.sec.gov/newsroom/press-releases/2023-194"
},
"lifecycle": {
"band": "ended",
"record_hash": "sha256:984f8fbe86c16a61c681f3f021be52c5b3028a5a0c84167c52893187b4a106a0",
"source_ref": "https://www.sec.gov/newsroom/press-releases/2023-194"
},
"rating_drift": {
"band": "excluded",
"record_hash": "sha256:d1db03182bd7d4cdbde3bda6817262a66be1ea69d64bfdffea53c62fb8f8f33f",
"source_ref": "https://www.sec.gov/newsroom/press-releases/2023-194"
}
},
"name": "DWS Group (ESG franchise)",
"nature": "This API supplies data organisation and trend description only. It is not a recommendation to act; the decision is yours. Purely descriptive - no judgement, no prediction. Official source plus record_hash; verify with the free /gauge/verify.",
"provenance": {
"age_hours_now": 64.1,
"freshness": "recent",
"freshness_basis": "cadence=default; fresh<=24h; recent<=192h; dead_source>1440h; age_basis=request-time(now minus observed_at)"
},
"scope": {
"full": "https://api.truthbear.co/scope/v1",
"intelligence_not_command": true,
"monitoring_not_forecast": true,
"verifiability": "unknown"
}
},
"type": "json"
}
},
"outputSchemaRef": "/manifest",
"priceUsd": "$0.25",
"priceUsdNumber": 0.25,
"routeTemplate": "/gauge/esgfund-region",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"entity": {
"description": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[0].entities[]",
"examples": [
"dws-group-desg",
"dws-esg-us-order",
"blackrock-art9-downgrade",
"amundi-art9-index-range",
"pimco-art9-downgrade",
"robeco-art9-reclass"
],
"type": "string",
"x-accepted-values": {
"all": "https://api.truthbear.co/schemas/gauge-esgfund-region.input.json",
"shown": 6,
"total": 20
}
}
},
"required": [
"entity"
],
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"const": "json"
}
},
"required": [
"type"
],
"type": "object"
}
}
}
}
}Use it
curl
curl "https://api.truthbear.co/gauge/esgfund-region" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.truthbear.co/gauge/esgfund-region");
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://api.truthbear.co/gauge/esgfund-region")
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/4427.json, and this resource appears in /discovery/resources and /discovery/search.