{
  "service_detail_version": "agent_router_service_detail_v1",
  "data_context": {
    "page_role": "service_capability_detail",
    "result_preview_role": "latest_validation_sample",
    "result_preview_is_live_user_query": false,
    "explanation": "latest_validation.result_preview is the last provider validation sample. It proves this service can return real JSON for its sample request, but it is not the result of the current buyer Agent task.",
    "live_query_instruction": "Buyer Agents should invoke this service with task-specific input through AgentRouter instead of reusing the validation sample as the final answer."
  },
  "service": {
    "service_id": "nansen_tgm_token_information",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0x91c3fc201f785dcb630324f808d5bf9656524c8a3d1ce5dc287e3cb437ef9caf",
    "config_hash": "0x9e707868d57389e79c4b5a0b4b678c4f9f69029989cbe4d4a7248a9a4b0e3dfa",
    "title": "Get \"Token God Mode\" (TGM) token information data",
    "display_title": "Get \"Token God Mode\" (TGM) token information data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) token information data. Endpoint: POST /api/v1/tgm/token-information. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "token_information",
      "token_metadata"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "token_information",
        "token_metadata",
        "holder_distribution",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "timeframe",
          "token_address"
        ]
      },
      "input_fields": [
        "chain",
        "timeframe",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.logo",
        "data.name",
        "data.symbol",
        "data.spot_metrics",
        "data.token_details",
        "data.contract_address"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "information",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "token-information",
        "best",
        "token-level",
        "analytics",
        "such"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_information",
        "token_metadata"
      ]
    },
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "verification_status": "verified",
    "trust": {
      "provider_id": "provider_nansen_api",
      "feedback_count": 0,
      "operational_feedback_count": 0,
      "consumer_feedback_count": 0,
      "recent_failure_rate": null,
      "success_rate": null,
      "schema_valid_rate": null,
      "freshness_valid_rate": null,
      "coverage_valid_rate": null,
      "intent_fit_rate": null,
      "intent_mismatch_count": 0,
      "intent_mismatch_rate": null,
      "usefulness_rate": null,
      "average_consumer_score": null,
      "average_agent_friendly_score": null,
      "average_latency_ms": null,
      "verification_status": "verified",
      "feedback_state": "no_feedback_yet",
      "trust_score": 0.7,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0,
      "routing_trust_score": 0.7
    },
    "sample_request": {
      "chain": "ethereum",
      "timeframe": "1d",
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "request_data": {
      "fields": [
        "chain",
        "token_address",
        "timeframe"
      ],
      "example": {
        "chain": "ethereum",
        "timeframe": "1d",
        "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
      },
      "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
      "shape_summary": "object keys: chain, token_address, timeframe"
    },
    "response_data": {
      "fields": [
        "data",
        "data.name",
        "data.symbol",
        "data.contract_address",
        "data.logo",
        "data.token_details",
        "data.spot_metrics"
      ],
      "preview": {
        "data": {
          "logo": "example",
          "name": "example",
          "symbol": "BTC",
          "spot_metrics": "example",
          "token_details": "example",
          "contract_address": "0x0000000000000000000000000000000000000000"
        }
      },
      "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
      "shape_summary": "object keys: data"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_tgm_token_information when the task fits: nansen, token_god_mode, token_data, token_information, token_metadata. Costs 0.01 USDC via x402 on base. Service is currently healthy.",
      "buyer_requirements": {
        "payment_required": true,
        "payment_protocol": "x402",
        "currency": "USDC",
        "network": "base",
        "needs_buyer_api_key": false,
        "max_budget_field": "max_amount"
      },
      "provider_requirements": {
        "provider_credential_required": true,
        "credential_public": false,
        "credential_custody": "hosted_runtime_config"
      },
      "pricing": {
        "amount": "0.01",
        "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
        "network": "base",
        "currency": "USDC",
        "protocol": "x402",
        "settlement_model": "direct_provider_wallet"
      },
      "freshness": {
        "update_frequency": "on_request",
        "max_data_lag_seconds": 300,
        "declared_live_on_request": true
      },
      "provenance": {
        "provenance_version": "agent_data_source_provenance_v1",
        "source_provenance_level": "wrapped_api",
        "source_type": "provider_declared_data_service",
        "authorization_status": "provider_declared",
        "redistribution_status": "provider_declared",
        "credential_custody": "hosted_runtime_config",
        "platform_stores_credentials": true,
        "verified_by_platform": false
      },
      "verification": {
        "status": "verified",
        "last_validation_ok": true,
        "last_validation_at": "2026-09-08T08:21:24.465Z",
        "latest_http_status": null
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 0,
        "operational_feedback_count": 0,
        "consumer_feedback_count": 0,
        "recent_failure_rate": null,
        "success_rate": null,
        "schema_valid_rate": null,
        "freshness_valid_rate": null,
        "coverage_valid_rate": null,
        "intent_fit_rate": null,
        "intent_mismatch_count": 0,
        "intent_mismatch_rate": null,
        "usefulness_rate": null,
        "average_consumer_score": null,
        "average_agent_friendly_score": null,
        "average_latency_ms": null,
        "verification_status": "verified",
        "feedback_state": "no_feedback_yet",
        "trust_score": 0.7,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0,
        "routing_trust_score": 0.7
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.465Z",
        "last_validation_ok": true,
        "last_success_at": null,
        "last_failure_at": null,
        "latest_http_status": null,
        "recent_failure_rate": null,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 0,
          "recent_failures": 0
        }
      },
      "request_data": {
        "fields": [
          "chain",
          "token_address",
          "timeframe"
        ],
        "example": {
          "chain": "ethereum",
          "timeframe": "1d",
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chain, token_address, timeframe"
      },
      "response_data": {
        "fields": [
          "data",
          "data.name",
          "data.symbol",
          "data.contract_address",
          "data.logo",
          "data.token_details",
          "data.spot_metrics"
        ],
        "preview": {
          "data": {
            "logo": "example",
            "name": "example",
            "symbol": "BTC",
            "spot_metrics": "example",
            "token_details": "example",
            "contract_address": "0x0000000000000000000000000000000000000000"
          }
        },
        "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
        "shape_summary": "object keys: data"
      },
      "limitations": [
        "Sample response is mock/static and not a live paid response."
      ],
      "risk_flags": [
        "has_declared_limitations"
      ]
    },
    "sample_response": {
      "schema_version": "agent_data_envelope_v1",
      "status": "success",
      "sample_type": "mock",
      "query_shape": {
        "chain": "<string>",
        "timeframe": "<string>",
        "token_address": "<address_or_hash>"
      },
      "data_shape": {
        "data": {
          "logo": "<string>",
          "name": "<string>",
          "symbol": "<string>",
          "spot_metrics": "<string>",
          "token_details": "<string>",
          "contract_address": "<address_or_hash>"
        }
      },
      "metadata": {
        "data_sources": [
          "provider_config_hosted_http"
        ],
        "freshness_seconds": 86400,
        "is_estimated": true,
        "confidence": 0.7,
        "limitations": [
          "Sample response is mock/static and not a live paid response."
        ]
      },
      "agent_hints": {
        "good_for": [
          "MVP validation",
          "Agent response parsing"
        ],
        "warnings": [
          "Use paid invocation for the full response."
        ],
        "suggested_followups": []
      },
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) token information data. Endpoint: POST /api/v1/tgm/token-information. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity. (sample response)",
      "redaction": {
        "redacted": true,
        "reason": "Public discovery responses expose schema and shape only. Real values require paid invocation."
      }
    },
    "validation_result_preview": null,
    "source_provenance": {
      "provenance_version": "agent_data_source_provenance_v1",
      "source_provenance_level": "wrapped_api",
      "source_type": "provider_declared_data_service",
      "authorization_status": "provider_declared",
      "redistribution_status": "provider_declared",
      "credential_custody": "hosted_runtime_config",
      "platform_stores_credentials": true,
      "verified_by_platform": false
    },
    "quality_profile": {
      "profile_version": "agent_data_quality_profile_v1",
      "verification_status": "verified",
      "latest_validation_ok": true,
      "latest_validation_error": null,
      "feedback_count": 0,
      "quality_event_count": 0,
      "upstream_error_count": 0,
      "business_error_count": 0,
      "latest_verification": null,
      "latest_quality_event": null,
      "declared_freshness_seconds": 300,
      "result_contract": {
        "envelope_required": true,
        "deterministic_checks": [
          "http_status",
          "schema",
          "envelope",
          "freshness",
          "coverage",
          "empty_result"
        ],
        "semantic_checks": [
          "agent_friendliness",
          "intent_fit_summary"
        ]
      }
    },
    "health": {
      "health_version": "agent_service_health_v1",
      "status": "healthy",
      "last_validation_at": "2026-09-08T08:21:24.465Z",
      "last_validation_ok": true,
      "last_success_at": null,
      "last_failure_at": null,
      "latest_http_status": null,
      "recent_failure_rate": null,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 0,
        "recent_failures": 0
      }
    },
    "erc8004": {
      "agent_id": "340924",
      "chain": "bsc",
      "chain_id": 56,
      "registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "explorer_url": "https://8004scan.io/agents/56/340924"
    },
    "erc8004_status": {
      "state": "registered",
      "active_chain": "bsc",
      "registered_chain": "bsc",
      "agent_id": "340924"
    },
    "badges": [
      {
        "code": "verified_live_endpoint",
        "label": "Verified live endpoint",
        "level": "positive"
      },
      {
        "code": "healthy",
        "label": "Healthy",
        "level": "positive"
      },
      {
        "code": "fresh_data",
        "label": "Fresh data",
        "level": "positive"
      },
      {
        "code": "source_declared",
        "label": "Source declared",
        "level": "neutral"
      }
    ],
    "created_at": "2026-09-08T08:21:24.465Z",
    "updated_at": "2026-09-08T17:04:50.787Z"
  },
  "manifest": {
    "title": "Get \"Token God Mode\" (TGM) token information data",
    "not_for": [],
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "endpoint": {
      "url": "https://agentrouter.network/provider/custom/nansen_tgm_token_information",
      "method": "POST"
    },
    "provider": {
      "provider_id": "provider_nansen_api",
      "agent_identity": {
        "agent_id": "optional",
        "standard": "erc-8004-compatible",
        "agent_uri": "optional",
        "agent_registry": "optional"
      },
      "payout_address": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "erc8004_agent_id": "340924"
    },
    "freshness": {
      "update_frequency": "on_request",
      "max_data_lag_seconds": 300
    },
    "service_id": "nansen_tgm_token_information",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "token_information",
      "token_metadata"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "chain": {
          "type": "string"
        },
        "timeframe": {
          "type": "string"
        },
        "token_address": {
          "type": "string"
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:4fcb4bcfda17de2d0ab53105d8bbfaebce137d380a5859e10a7ad9751272ad4d",
      "manifest_hash": "0x91c3fc201f785dcb630324f808d5bf9656524c8a3d1ce5dc287e3cb437ef9caf",
      "config_hash": "0x9e707868d57389e79c4b5a0b4b678c4f9f69029989cbe4d4a7248a9a4b0e3dfa",
      "version": "1.0.0",
      "manifest_type": "hosted_http_data_api",
      "erc8004": {
        "standard": "ERC-8004",
        "network": "bsc",
        "caip2": "eip155:56",
        "chain_id": 56,
        "agent_id": "340924",
        "metadata_uri": "https://agentrouter.network/.well-known/erc8004/vendors/provider_nansen_api.json",
        "metadata_hash": null,
        "identity_registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
        "reputation_registry": "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63",
        "validation_registry": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272",
        "tx_hash": "0xce780499022ade2028085acc000218a8e5d1cebddf4df912bd9dd779135fc365",
        "status": "registered",
        "updated_at": "2026-09-08T17:04:50.787Z"
      }
    },
    "output_schema": {
      "type": "object",
      "required": [
        "schema_version",
        "service_id",
        "request_id",
        "status",
        "query",
        "data",
        "metadata"
      ],
      "properties": {
        "data": {
          "type": "object"
        },
        "query": {
          "type": "object"
        },
        "status": {
          "type": "string"
        },
        "metadata": {
          "type": "object"
        },
        "request_id": {
          "type": "string"
        },
        "service_id": {
          "type": "string"
        },
        "schema_version": {
          "type": "string"
        }
      }
    },
    "agent_contract": {
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) token information data. Endpoint: POST /api/v1/tgm/token-information. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
      "request_data": {
        "fields": [
          "chain",
          "token_address",
          "timeframe"
        ],
        "example": {
          "chain": "ethereum",
          "timeframe": "1d",
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chain, token_address, timeframe"
      },
      "response_data": {
        "fields": [
          "data",
          "data.name",
          "data.symbol",
          "data.contract_address",
          "data.logo",
          "data.token_details",
          "data.spot_metrics"
        ],
        "preview": {
          "data": {
            "logo": "example",
            "name": "example",
            "symbol": "BTC",
            "spot_metrics": "example",
            "token_details": "example",
            "contract_address": "0x0000000000000000000000000000000000000000"
          }
        },
        "purpose": "Use this preview before payment to decide whether the service can return data useful for the task. It is a sample/preview, not a guaranteed paid result.",
        "shape_summary": "object keys: data"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_information",
          "token_metadata"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_information",
        "token_metadata"
      ],
      "contract_version": "agent_data_service_contract_v1",
      "example_questions": [
        "Query this provider data service with the sample request shape."
      ],
      "quality_expectations": {
        "result_envelope": "agent_data_envelope_v1",
        "must_include_metadata": [
          "data_sources",
          "generated_at",
          "freshness_seconds",
          "confidence",
          "limitations"
        ],
        "empty_result_should_be_explicit": true,
        "preview_paid_shape_should_match": true
      },
      "request_shape_summary": "object keys: chain, token_address, timeframe",
      "response_shape_summary": "object keys: data",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_information",
          "token_metadata",
          "holder_distribution",
          "token_flow"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "time_window"
        ],
        "chains": [
          "ethereum"
        ],
        "time_requirements": {
          "supports_realtime": false,
          "supports_historical": true,
          "accepted_time_fields": [
            "timeframe",
            "token_address"
          ]
        },
        "input_fields": [
          "chain",
          "timeframe",
          "token_address"
        ],
        "output_fields": [
          "data",
          "data.logo",
          "data.name",
          "data.symbol",
          "data.spot_metrics",
          "data.token_details",
          "data.contract_address"
        ],
        "keywords": [
          "token",
          "god",
          "mode",
          "tgm",
          "information",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "token-information",
          "best",
          "token-level",
          "analytics",
          "such"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_information",
          "token_metadata"
        ]
      }
    },
    "sample_request": {
      "chain": "ethereum",
      "timeframe": "1d",
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": {
          "logo": "example",
          "name": "example",
          "symbol": "BTC",
          "spot_metrics": "example",
          "token_details": "example",
          "contract_address": "0x0000000000000000000000000000000000000000"
        }
      },
      "query": {
        "chain": "ethereum",
        "timeframe": "1d",
        "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) token information data. Endpoint: POST /api/v1/tgm/token-information. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity. (sample response)",
      "metadata": {
        "confidence": 0.7,
        "limitations": [
          "Sample response is mock/static and not a live paid response."
        ],
        "data_sources": [
          "provider_config_hosted_http"
        ],
        "generated_at": "2026-05-24T05:57:20.914Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_tgm_token_information",
      "agent_hints": {
        "good_for": [
          "MVP validation",
          "Agent response parsing"
        ],
        "warnings": [
          "Use paid invocation for the full response."
        ],
        "suggested_followups": []
      },
      "sample_type": "mock",
      "schema_version": "agent_data_envelope_v1"
    },
    "manifest_version": "agent_data_service_manifest_v1",
    "data_source_claim": {
      "source_type": "provider_declared_data_service",
      "credential_custody": "hosted_runtime_config",
      "authorization_status": "provider_declared",
      "redistribution_status": "provider_declared",
      "source_provenance_level": "wrapped_api",
      "platform_stores_credentials": true
    },
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) token information data. Endpoint: POST /api/v1/tgm/token-information. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "token_information",
        "token_metadata",
        "holder_distribution",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "timeframe",
          "token_address"
        ]
      },
      "input_fields": [
        "chain",
        "timeframe",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.logo",
        "data.name",
        "data.symbol",
        "data.spot_metrics",
        "data.token_details",
        "data.contract_address"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "information",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "token-information",
        "best",
        "token-level",
        "analytics",
        "such"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_information",
        "token_metadata"
      ]
    },
    "erc8257": {
      "compatible": true,
      "compatibility_version": "agentrouter_erc8257_manifest_compat_v1",
      "tool_manifest_standard": "ERC-8257",
      "tool_type": "hosted_http_data_api",
      "tool_id": "nansen_tgm_token_information",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0x91c3fc201f785dcb630324f808d5bf9656524c8a3d1ce5dc287e3cb437ef9caf"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0x91c3fc201f785dcb630324f808d5bf9656524c8a3d1ce5dc287e3cb437ef9caf",
      "config_hash": "0x9e707868d57389e79c4b5a0b4b678c4f9f69029989cbe4d4a7248a9a4b0e3dfa",
      "created_at": "2026-09-08T17:04:50.749Z",
      "updated_at": "2026-09-08T17:04:50.749Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_tgm_token_information",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.465Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [],
  "recent_quality_events": [],
  "recent_feedback_events": [],
  "recent_health_checks": []
}