{
  "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_flow_intelligence",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0xf1728608eed2d66f3d606569a8a35dd73c92761b765853d7980b34a8c47deb4b",
    "config_hash": "0x8dad7bf163b560b1c60abb4903afad344511088c1665f32f7f594ba4de40a0ce",
    "title": "Get \"Token God Mode\" (TGM) flow intelligence data",
    "display_title": "Get \"Token God Mode\" (TGM) flow intelligence data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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",
      "flow_intelligence",
      "token_flow"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "flow_intelligence",
        "token_flow",
        "holder_distribution"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "exchange",
        "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.whale_avg_flow_usd",
        "data.whale_net_flow_usd",
        "data.whale_wallet_count",
        "data.top_pnl_avg_flow_usd",
        "data.top_pnl_net_flow_usd",
        "data.top_pnl_wallet_count",
        "data.exchange_avg_flow_usd",
        "data.exchange_net_flow_usd",
        "data.exchange_wallet_count",
        "data.smart_trader_avg_flow_usd",
        "data.smart_trader_net_flow_usd",
        "data.smart_trader_wallet_count",
        "data.fresh_wallets_avg_flow_usd",
        "data.fresh_wallets_net_flow_usd",
        "data.fresh_wallets_wallet_count",
        "data.public_figure_avg_flow_usd",
        "data.public_figure_net_flow_usd",
        "data.public_figure_wallet_count",
        "warnings"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "flow",
        "intelligence",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "flow-intelligence",
        "best",
        "token-level",
        "analytics",
        "such"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "flow_intelligence",
        "token_flow"
      ]
    },
    "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": 1,
      "operational_feedback_count": 1,
      "consumer_feedback_count": 0,
      "recent_failure_rate": 1,
      "success_rate": 0,
      "schema_valid_rate": 0,
      "freshness_valid_rate": 1,
      "coverage_valid_rate": 1,
      "intent_fit_rate": null,
      "intent_mismatch_count": 0,
      "intent_mismatch_rate": null,
      "usefulness_rate": null,
      "average_consumer_score": null,
      "average_agent_friendly_score": 0.76,
      "average_latency_ms": null,
      "verification_status": "verified",
      "feedback_state": "observed",
      "trust_score": 0.3508,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0.1667,
      "routing_trust_score": 0.6418
    },
    "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.public_figure_net_flow_usd",
        "data.public_figure_avg_flow_usd",
        "data.public_figure_wallet_count",
        "data.top_pnl_net_flow_usd",
        "data.top_pnl_avg_flow_usd",
        "data.top_pnl_wallet_count",
        "data.whale_net_flow_usd",
        "data.whale_avg_flow_usd",
        "data.whale_wallet_count",
        "data.smart_trader_net_flow_usd",
        "data.smart_trader_avg_flow_usd",
        "data.smart_trader_wallet_count",
        "data.exchange_net_flow_usd",
        "data.exchange_avg_flow_usd",
        "data.exchange_wallet_count"
      ],
      "preview": {
        "data": [
          {
            "whale_avg_flow_usd": "example",
            "whale_net_flow_usd": "example",
            "whale_wallet_count": "example",
            "top_pnl_avg_flow_usd": "example",
            "top_pnl_net_flow_usd": "example",
            "top_pnl_wallet_count": "example",
            "exchange_avg_flow_usd": "example",
            "exchange_net_flow_usd": "example",
            "exchange_wallet_count": "example",
            "smart_trader_avg_flow_usd": "example",
            "smart_trader_net_flow_usd": "example",
            "smart_trader_wallet_count": "example",
            "fresh_wallets_avg_flow_usd": "example",
            "fresh_wallets_net_flow_usd": "example",
            "fresh_wallets_wallet_count": "example",
            "public_figure_avg_flow_usd": "example",
            "public_figure_net_flow_usd": "example",
            "public_figure_wallet_count": "example"
          }
        ],
        "warnings": "example"
      },
      "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, warnings"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_tgm_flow_intelligence when the task fits: nansen, token_god_mode, token_data, flow_intelligence, token_flow. 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.468Z",
        "latest_http_status": null
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 1,
        "operational_feedback_count": 1,
        "consumer_feedback_count": 0,
        "recent_failure_rate": 1,
        "success_rate": 0,
        "schema_valid_rate": 0,
        "freshness_valid_rate": 1,
        "coverage_valid_rate": 1,
        "intent_fit_rate": null,
        "intent_mismatch_count": 0,
        "intent_mismatch_rate": null,
        "usefulness_rate": null,
        "average_consumer_score": null,
        "average_agent_friendly_score": 0.76,
        "average_latency_ms": null,
        "verification_status": "verified",
        "feedback_state": "observed",
        "trust_score": 0.3508,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0.1667,
        "routing_trust_score": 0.6418
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.468Z",
        "last_validation_ok": true,
        "last_success_at": null,
        "last_failure_at": "2026-05-26T07:56:42.548Z",
        "latest_http_status": null,
        "recent_failure_rate": 1,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 1,
          "recent_failures": 1
        }
      },
      "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.public_figure_net_flow_usd",
          "data.public_figure_avg_flow_usd",
          "data.public_figure_wallet_count",
          "data.top_pnl_net_flow_usd",
          "data.top_pnl_avg_flow_usd",
          "data.top_pnl_wallet_count",
          "data.whale_net_flow_usd",
          "data.whale_avg_flow_usd",
          "data.whale_wallet_count",
          "data.smart_trader_net_flow_usd",
          "data.smart_trader_avg_flow_usd",
          "data.smart_trader_wallet_count",
          "data.exchange_net_flow_usd",
          "data.exchange_avg_flow_usd",
          "data.exchange_wallet_count"
        ],
        "preview": {
          "data": [
            {
              "whale_avg_flow_usd": "example",
              "whale_net_flow_usd": "example",
              "whale_wallet_count": "example",
              "top_pnl_avg_flow_usd": "example",
              "top_pnl_net_flow_usd": "example",
              "top_pnl_wallet_count": "example",
              "exchange_avg_flow_usd": "example",
              "exchange_net_flow_usd": "example",
              "exchange_wallet_count": "example",
              "smart_trader_avg_flow_usd": "example",
              "smart_trader_net_flow_usd": "example",
              "smart_trader_wallet_count": "example",
              "fresh_wallets_avg_flow_usd": "example",
              "fresh_wallets_net_flow_usd": "example",
              "fresh_wallets_wallet_count": "example",
              "public_figure_avg_flow_usd": "example",
              "public_figure_net_flow_usd": "example",
              "public_figure_wallet_count": "example"
            }
          ],
          "warnings": "example"
        },
        "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, warnings"
      },
      "limitations": [
        "Sample response is mock/static and not a live paid response."
      ],
      "risk_flags": [
        "recent_failures",
        "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": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "whale_avg_flow_usd": "<string>",
            "whale_net_flow_usd": "<string>",
            "whale_wallet_count": "<string>",
            "top_pnl_avg_flow_usd": "<string>",
            "top_pnl_net_flow_usd": "<string>",
            "top_pnl_wallet_count": "<string>",
            "exchange_avg_flow_usd": "<string>",
            "exchange_net_flow_usd": "<string>",
            "exchange_wallet_count": "<string>",
            "smart_trader_avg_flow_usd": "<string>",
            "smart_trader_net_flow_usd": "<string>",
            "smart_trader_wallet_count": "<string>",
            "fresh_wallets_avg_flow_usd": "<string>",
            "fresh_wallets_net_flow_usd": "<string>",
            "fresh_wallets_wallet_count": "<string>",
            "public_figure_avg_flow_usd": "<string>",
            "public_figure_net_flow_usd": "<string>",
            "public_figure_wallet_count": "<string>"
          }
        },
        "warnings": "<string>"
      },
      "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) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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": 1,
      "quality_event_count": 1,
      "upstream_error_count": 1,
      "business_error_count": 0,
      "latest_verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      },
      "latest_quality_event": {
        "status": "needs_review",
        "created_at": "2026-05-26T07:56:47.310Z",
        "event_hash": "0x7bdfae2a9a9b2ede5f1281a8ef7d2984ffc5e57b5dcbf40dd1c2fdb0a198eae8",
        "event_type": "completed_paid_invocation",
        "payment_tx": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "request_id": "req_1779782202243",
        "service_id": "nansen_tgm_flow_intelligence",
        "trace_hash": "0x5cc9c97383ed9bf0827585abce8560e7cde9b61528fb6444e98b29d02045c73e",
        "provider_id": "provider_nansen_api",
        "event_version": "agent_service_quality_event_v1",
        "blocking_issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "quality_event_id": "0xf75c6c166b706e4ca90293086e9555f3125cf9331d4bd146f7d52ed484551ce5",
        "consumer_feedback_expected": true,
        "deterministic_verification": {
          "issues": [
            {
              "code": "SCHEMA_ERROR",
              "message": "$.data is required"
            },
            {
              "code": "STATUS_NOT_SUCCESS",
              "message": "Result status is not success."
            },
            {
              "code": "EMPTY_RESULT",
              "message": "Provider returned a structurally valid response, but the data payload is empty."
            }
          ],
          "data_shape": {
            "type": "undefined",
            "empty": true,
            "top_level_keys": []
          },
          "schema_valid": false,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": false,
          "freshness_valid": true,
          "deterministic_score": 0.4,
          "agent_friendly_score": 0.76,
          "overall_quality_score": 0.47
        }
      },
      "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.468Z",
      "last_validation_ok": true,
      "last_success_at": null,
      "last_failure_at": "2026-05-26T07:56:42.548Z",
      "latest_http_status": null,
      "recent_failure_rate": 1,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 1,
        "recent_failures": 1
      }
    },
    "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.468Z",
    "updated_at": "2026-09-08T17:04:40.449Z"
  },
  "manifest": {
    "title": "Get \"Token God Mode\" (TGM) flow intelligence 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_flow_intelligence",
      "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_flow_intelligence",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "flow_intelligence",
      "token_flow"
    ],
    "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:1747a80e109adb71ffe60754bf38f40744931cdfaa1bf0ba3bd76fd4ecc4962a",
      "manifest_hash": "0xf1728608eed2d66f3d606569a8a35dd73c92761b765853d7980b34a8c47deb4b",
      "config_hash": "0x8dad7bf163b560b1c60abb4903afad344511088c1665f32f7f594ba4de40a0ce",
      "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:40.449Z"
      }
    },
    "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) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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.public_figure_net_flow_usd",
          "data.public_figure_avg_flow_usd",
          "data.public_figure_wallet_count",
          "data.top_pnl_net_flow_usd",
          "data.top_pnl_avg_flow_usd",
          "data.top_pnl_wallet_count",
          "data.whale_net_flow_usd",
          "data.whale_avg_flow_usd",
          "data.whale_wallet_count",
          "data.smart_trader_net_flow_usd",
          "data.smart_trader_avg_flow_usd",
          "data.smart_trader_wallet_count",
          "data.exchange_net_flow_usd",
          "data.exchange_avg_flow_usd",
          "data.exchange_wallet_count"
        ],
        "preview": {
          "data": [
            {
              "whale_avg_flow_usd": "example",
              "whale_net_flow_usd": "example",
              "whale_wallet_count": "example",
              "top_pnl_avg_flow_usd": "example",
              "top_pnl_net_flow_usd": "example",
              "top_pnl_wallet_count": "example",
              "exchange_avg_flow_usd": "example",
              "exchange_net_flow_usd": "example",
              "exchange_wallet_count": "example",
              "smart_trader_avg_flow_usd": "example",
              "smart_trader_net_flow_usd": "example",
              "smart_trader_wallet_count": "example",
              "fresh_wallets_avg_flow_usd": "example",
              "fresh_wallets_net_flow_usd": "example",
              "fresh_wallets_wallet_count": "example",
              "public_figure_avg_flow_usd": "example",
              "public_figure_net_flow_usd": "example",
              "public_figure_wallet_count": "example"
            }
          ],
          "warnings": "example"
        },
        "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, warnings"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "token_god_mode",
          "token_data",
          "flow_intelligence",
          "token_flow"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "flow_intelligence",
        "token_flow"
      ],
      "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, warnings",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "token_god_mode",
          "token_data",
          "flow_intelligence",
          "token_flow",
          "holder_distribution"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "exchange",
          "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.whale_avg_flow_usd",
          "data.whale_net_flow_usd",
          "data.whale_wallet_count",
          "data.top_pnl_avg_flow_usd",
          "data.top_pnl_net_flow_usd",
          "data.top_pnl_wallet_count",
          "data.exchange_avg_flow_usd",
          "data.exchange_net_flow_usd",
          "data.exchange_wallet_count",
          "data.smart_trader_avg_flow_usd",
          "data.smart_trader_net_flow_usd",
          "data.smart_trader_wallet_count",
          "data.fresh_wallets_avg_flow_usd",
          "data.fresh_wallets_net_flow_usd",
          "data.fresh_wallets_wallet_count",
          "data.public_figure_avg_flow_usd",
          "data.public_figure_net_flow_usd",
          "data.public_figure_wallet_count",
          "warnings"
        ],
        "keywords": [
          "token",
          "god",
          "mode",
          "tgm",
          "flow",
          "intelligence",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "flow-intelligence",
          "best",
          "token-level",
          "analytics",
          "such"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "flow_intelligence",
          "token_flow"
        ]
      }
    },
    "sample_request": {
      "chain": "ethereum",
      "timeframe": "1d",
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": [
          {
            "whale_avg_flow_usd": "example",
            "whale_net_flow_usd": "example",
            "whale_wallet_count": "example",
            "top_pnl_avg_flow_usd": "example",
            "top_pnl_net_flow_usd": "example",
            "top_pnl_wallet_count": "example",
            "exchange_avg_flow_usd": "example",
            "exchange_net_flow_usd": "example",
            "exchange_wallet_count": "example",
            "smart_trader_avg_flow_usd": "example",
            "smart_trader_net_flow_usd": "example",
            "smart_trader_wallet_count": "example",
            "fresh_wallets_avg_flow_usd": "example",
            "fresh_wallets_net_flow_usd": "example",
            "fresh_wallets_wallet_count": "example",
            "public_figure_avg_flow_usd": "example",
            "public_figure_net_flow_usd": "example",
            "public_figure_wallet_count": "example"
          }
        ],
        "warnings": "example"
      },
      "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) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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-24T07:49:31.570Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_tgm_flow_intelligence",
      "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) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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",
        "flow_intelligence",
        "token_flow",
        "holder_distribution"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "exchange",
        "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.whale_avg_flow_usd",
        "data.whale_net_flow_usd",
        "data.whale_wallet_count",
        "data.top_pnl_avg_flow_usd",
        "data.top_pnl_net_flow_usd",
        "data.top_pnl_wallet_count",
        "data.exchange_avg_flow_usd",
        "data.exchange_net_flow_usd",
        "data.exchange_wallet_count",
        "data.smart_trader_avg_flow_usd",
        "data.smart_trader_net_flow_usd",
        "data.smart_trader_wallet_count",
        "data.fresh_wallets_avg_flow_usd",
        "data.fresh_wallets_net_flow_usd",
        "data.fresh_wallets_wallet_count",
        "data.public_figure_avg_flow_usd",
        "data.public_figure_net_flow_usd",
        "data.public_figure_wallet_count",
        "warnings"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "flow",
        "intelligence",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "flow-intelligence",
        "best",
        "token-level",
        "analytics",
        "such"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "flow_intelligence",
        "token_flow"
      ]
    },
    "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_flow_intelligence",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0xf1728608eed2d66f3d606569a8a35dd73c92761b765853d7980b34a8c47deb4b"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0xf1728608eed2d66f3d606569a8a35dd73c92761b765853d7980b34a8c47deb4b",
      "config_hash": "0x8dad7bf163b560b1c60abb4903afad344511088c1665f32f7f594ba4de40a0ce",
      "created_at": "2026-09-08T17:04:40.333Z",
      "updated_at": "2026-09-08T17:04:40.333Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_tgm_flow_intelligence",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.468Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [
    {
      "input": {
        "date": {
          "to": "2026-05-26",
          "from": "2026-05-25"
        },
        "chain": "hyperevm",
        "pagination": {
          "page": 1,
          "per_page": 24
        },
        "token_address": "0x5555555555555555555555555555555555555555"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_flow_intelligence",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "settlement_receipt": {
          "mode": "circle_arc",
          "asset": "USDC",
          "caip2": "eip155:5042002",
          "payer": "agentrouter_consumer",
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "status": "settled",
          "network": "arc-testnet",
          "tx_hash": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-05-26T07:56:42.195Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "params": {
          "date": {
            "to": "2026-05-26",
            "from": "2026-05-25"
          },
          "chain": "hyperevm",
          "pagination": {
            "page": 1,
            "per_page": 24
          },
          "token_address": "0x5555555555555555555555555555555555555555"
        },
        "capability": "direct_service_invocation",
        "constraints": {
          "currency": "USDC",
          "max_price_usdc": "0.05"
        },
        "consumer_context": {
          "source": "local_agent_wallet"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0x0ced248a74ad3bbbfc0cadc675e0af5b3d5b9ea881af87babf68c0725c52d7a1",
        "chain_id": 5042002,
        "created_at": "2026-05-26T07:56:47.248Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1779782202243",
        "trace_hash": "0x5cc9c97383ed9bf0827585abce8560e7cde9b61528fb6444e98b29d02045c73e",
        "result_hash": "0xb9284f967cd128b1d1baeb25bafababa795024dfdd9c778c1472c8b589a091da",
        "block_number": "44085489",
        "explorer_url": "https://testnet.arcscan.app/tx/0x0ced248a74ad3bbbfc0cadc675e0af5b3d5b9ea881af87babf68c0725c52d7a1",
        "service_hash": "0xfb8e0112905a8bde191b598281a0052113bdb2e7d5027a6b3fafa925661a39bd",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0xc2ce53c1bbdec63163254da07f0eb6db61fd54c477e71bf736e415c1c3d17e59"
      },
      "created_at": "2026-05-26T07:56:42.716Z",
      "input_hash": "0x0c55e36c70be306561fe625dfc224ced0b8558dcaf09335c121335eb97219294",
      "payment_tx": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
      "request_id": "req_1779782202243",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_flow_intelligence",
      "trace_hash": "0x5cc9c97383ed9bf0827585abce8560e7cde9b61528fb6444e98b29d02045c73e",
      "provider_id": "provider_nansen_api",
      "result_hash": "0xb9284f967cd128b1d1baeb25bafababa795024dfdd9c778c1472c8b589a091da",
      "verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) flow intelligence data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.3508,
          "success_rate": 0,
          "feedback_count": 1,
          "intent_fit_rate": null,
          "usefulness_rate": null,
          "schema_valid_rate": 0,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 1,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": null,
          "consumer_feedback_count": 0,
          "operational_feedback_count": 1,
          "average_agent_friendly_score": 0.76
        },
        "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"
          }
        ],
        "health": {
          "status": "healthy",
          "health_version": "agent_service_health_v1",
          "last_failure_at": "2026-05-26T07:56:42.548Z",
          "last_success_at": null,
          "last_validation_at": "2026-05-26T07:44:58.409Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 1
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "created_at": "2026-05-26T07:44:58.409Z",
        "service_id": "nansen_tgm_flow_intelligence",
        "updated_at": "2026-05-26T07:44:58.409Z",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "flow_intelligence",
          "token_flow"
        ],
        "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"
        },
        "display_title": "Get \"Token God Mode\" (TGM) flow intelligence data",
        "response_data": {
          "fields": [
            "data",
            "data.public_figure_net_flow_usd",
            "data.public_figure_avg_flow_usd",
            "data.public_figure_wallet_count",
            "data.top_pnl_net_flow_usd",
            "data.top_pnl_avg_flow_usd",
            "data.top_pnl_wallet_count",
            "data.whale_net_flow_usd",
            "data.whale_avg_flow_usd",
            "data.whale_wallet_count",
            "data.smart_trader_net_flow_usd",
            "data.smart_trader_avg_flow_usd",
            "data.smart_trader_wallet_count",
            "data.exchange_net_flow_usd",
            "data.exchange_avg_flow_usd",
            "data.exchange_wallet_count"
          ],
          "preview": {
            "data": [
              {
                "whale_avg_flow_usd": "example",
                "whale_net_flow_usd": "example",
                "whale_wallet_count": "example",
                "top_pnl_avg_flow_usd": "example",
                "top_pnl_net_flow_usd": "example",
                "top_pnl_wallet_count": "example",
                "exchange_avg_flow_usd": "example",
                "exchange_net_flow_usd": "example",
                "exchange_wallet_count": "example",
                "smart_trader_avg_flow_usd": "example",
                "smart_trader_net_flow_usd": "example",
                "smart_trader_wallet_count": "example",
                "fresh_wallets_avg_flow_usd": "example",
                "fresh_wallets_net_flow_usd": "example",
                "fresh_wallets_wallet_count": "example",
                "public_figure_avg_flow_usd": "example",
                "public_figure_net_flow_usd": "example",
                "public_figure_wallet_count": "example"
              }
            ],
            "warnings": "example"
          },
          "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, warnings"
        },
        "sample_request": {
          "chain": "ethereum",
          "timeframe": "1d",
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "quality_profile": {
          "feedback_count": 1,
          "profile_version": "agent_data_quality_profile_v1",
          "result_contract": {
            "semantic_checks": [
              "agent_friendliness",
              "intent_fit_summary"
            ],
            "envelope_required": true,
            "deterministic_checks": [
              "http_status",
              "schema",
              "envelope",
              "freshness",
              "coverage",
              "empty_result"
            ]
          },
          "latest_verification": {
            "issues": [
              {
                "code": "SCHEMA_ERROR",
                "message": "$.data is required"
              },
              {
                "code": "STATUS_NOT_SUCCESS",
                "message": "Result status is not success."
              },
              {
                "code": "EMPTY_RESULT",
                "message": "Provider returned a structurally valid response, but the data payload is empty."
              }
            ],
            "data_shape": {
              "type": "undefined",
              "empty": true,
              "top_level_keys": []
            },
            "schema_valid": false,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": false,
            "freshness_valid": true,
            "deterministic_score": 0.4,
            "agent_friendly_score": 0.76,
            "overall_quality_score": 0.47
          },
          "quality_event_count": 0,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": null,
          "latest_validation_ok": true,
          "upstream_error_count": 1,
          "latest_validation_error": null,
          "declared_freshness_seconds": 300
        },
        "sample_response": {
          "status": "success",
          "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. 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"
            ],
            "is_estimated": true,
            "freshness_seconds": 86400
          },
          "redaction": {
            "reason": "Public discovery responses expose schema and shape only. Real values require paid invocation.",
            "redacted": true
          },
          "data_shape": {
            "data": {
              "type": "array",
              "item_shape": {
                "whale_avg_flow_usd": "<string>",
                "whale_net_flow_usd": "<string>",
                "whale_wallet_count": "<string>",
                "top_pnl_avg_flow_usd": "<string>",
                "top_pnl_net_flow_usd": "<string>",
                "top_pnl_wallet_count": "<string>",
                "exchange_avg_flow_usd": "<string>",
                "exchange_net_flow_usd": "<string>",
                "exchange_wallet_count": "<string>",
                "smart_trader_avg_flow_usd": "<string>",
                "smart_trader_net_flow_usd": "<string>",
                "smart_trader_wallet_count": "<string>",
                "fresh_wallets_avg_flow_usd": "<string>",
                "fresh_wallets_net_flow_usd": "<string>",
                "fresh_wallets_wallet_count": "<string>",
                "public_figure_avg_flow_usd": "<string>",
                "public_figure_net_flow_usd": "<string>",
                "public_figure_wallet_count": "<string>"
              },
              "item_count_sample": 1
            },
            "warnings": "<string>"
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "chain": "<string>",
            "timeframe": "<string>",
            "token_address": "<address_or_hash>"
          },
          "sample_type": "mock",
          "schema_version": "agent_data_envelope_v1"
        },
        "pre_call_context": {
          "trust": {
            "provider_id": "provider_nansen_api",
            "trust_score": 0.3508,
            "success_rate": 0,
            "feedback_count": 1,
            "intent_fit_rate": null,
            "usefulness_rate": null,
            "schema_valid_rate": 0,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 1,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": null,
            "consumer_feedback_count": 0,
            "operational_feedback_count": 1,
            "average_agent_friendly_score": 0.76
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "last_failure_at": "2026-05-26T07:56:42.548Z",
            "last_success_at": null,
            "last_validation_at": "2026-05-26T07:44:58.409Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 1
          },
          "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": {
            "source_type": "provider_declared_data_service",
            "credential_custody": "hosted_runtime_config",
            "provenance_version": "agent_data_source_provenance_v1",
            "authorization_status": "provider_declared",
            "verified_by_platform": false,
            "redistribution_status": "provider_declared",
            "source_provenance_level": "wrapped_api",
            "platform_stores_credentials": true
          },
          "risk_flags": [
            "recent_failures",
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "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"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-05-26T07:44:58.409Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.public_figure_net_flow_usd",
              "data.public_figure_avg_flow_usd",
              "data.public_figure_wallet_count",
              "data.top_pnl_net_flow_usd",
              "data.top_pnl_avg_flow_usd",
              "data.top_pnl_wallet_count",
              "data.whale_net_flow_usd",
              "data.whale_avg_flow_usd",
              "data.whale_wallet_count",
              "data.smart_trader_net_flow_usd",
              "data.smart_trader_avg_flow_usd",
              "data.smart_trader_wallet_count",
              "data.exchange_net_flow_usd",
              "data.exchange_avg_flow_usd",
              "data.exchange_wallet_count"
            ],
            "preview": {
              "data": [
                {
                  "whale_avg_flow_usd": "example",
                  "whale_net_flow_usd": "example",
                  "whale_wallet_count": "example",
                  "top_pnl_avg_flow_usd": "example",
                  "top_pnl_net_flow_usd": "example",
                  "top_pnl_wallet_count": "example",
                  "exchange_avg_flow_usd": "example",
                  "exchange_net_flow_usd": "example",
                  "exchange_wallet_count": "example",
                  "smart_trader_avg_flow_usd": "example",
                  "smart_trader_net_flow_usd": "example",
                  "smart_trader_wallet_count": "example",
                  "fresh_wallets_avg_flow_usd": "example",
                  "fresh_wallets_net_flow_usd": "example",
                  "fresh_wallets_wallet_count": "example",
                  "public_figure_avg_flow_usd": "example",
                  "public_figure_net_flow_usd": "example",
                  "public_figure_wallet_count": "example"
                }
              ],
              "warnings": "example"
            },
            "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, warnings"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_flow_intelligence when the task fits: nansen, token_god_mode, token_data, flow_intelligence, token_flow. Costs 0.01 USDC via x402 on base. Service is currently healthy.",
          "buyer_requirements": {
            "network": "base",
            "currency": "USDC",
            "max_budget_field": "max_amount",
            "payment_protocol": "x402",
            "payment_required": true,
            "needs_buyer_api_key": false
          },
          "provider_requirements": {
            "credential_public": false,
            "credential_custody": "hosted_runtime_config",
            "provider_credential_required": true
          }
        },
        "source_provenance": {
          "source_type": "provider_declared_data_service",
          "credential_custody": "hosted_runtime_config",
          "provenance_version": "agent_data_source_provenance_v1",
          "authorization_status": "provider_declared",
          "verified_by_platform": false,
          "redistribution_status": "provider_declared",
          "source_provenance_level": "wrapped_api",
          "platform_stores_credentials": true
        },
        "verification_status": "verified",
        "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) flow intelligence data. Endpoint: POST /api/v1/tgm/flow-intelligence. Best for token-level analytics such as holders, flows, transfers, DEX trades, OHLCV, token metadata, and buyer/seller activity.",
        "validation_result_preview": null
      },
      "verification_hash": "0xc2ce53c1bbdec63163254da07f0eb6db61fd54c477e71bf736e415c1c3d17e59",
      "trace_payload_hash": "0x5cc9c97383ed9bf0827585abce8560e7cde9b61528fb6444e98b29d02045c73e"
    }
  ],
  "recent_quality_events": [
    {
      "status": "needs_review",
      "created_at": "2026-05-26T07:56:47.310Z",
      "event_hash": "0x7bdfae2a9a9b2ede5f1281a8ef7d2984ffc5e57b5dcbf40dd1c2fdb0a198eae8",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
      "request_id": "req_1779782202243",
      "service_id": "nansen_tgm_flow_intelligence",
      "trace_hash": "0x5cc9c97383ed9bf0827585abce8560e7cde9b61528fb6444e98b29d02045c73e",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [
        {
          "code": "SCHEMA_ERROR",
          "message": "$.data is required"
        },
        {
          "code": "STATUS_NOT_SUCCESS",
          "message": "Result status is not success."
        },
        {
          "code": "EMPTY_RESULT",
          "message": "Provider returned a structurally valid response, but the data payload is empty."
        }
      ],
      "quality_event_id": "0xf75c6c166b706e4ca90293086e9555f3125cf9331d4bd146f7d52ed484551ce5",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      }
    }
  ],
  "recent_feedback_events": [
    {
      "status": "error",
      "created_at": "2026-05-26T07:56:42.548Z",
      "latency_ms": null,
      "payment_tx": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
      "request_id": "req_1779782202243",
      "service_id": "nansen_tgm_flow_intelligence",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": false,
      "verification": {
        "issues": [
          {
            "code": "SCHEMA_ERROR",
            "message": "$.data is required"
          },
          {
            "code": "STATUS_NOT_SUCCESS",
            "message": "Result status is not success."
          },
          {
            "code": "EMPTY_RESULT",
            "message": "Provider returned a structurally valid response, but the data payload is empty."
          }
        ],
        "data_shape": {
          "type": "undefined",
          "empty": true,
          "top_level_keys": []
        },
        "schema_valid": false,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": false,
        "freshness_valid": true,
        "deterministic_score": 0.4,
        "agent_friendly_score": 0.76,
        "overall_quality_score": 0.47
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0x6c2c7bc09caa7445001159e66c0725454bb766530add6543257f1b9ae7702866",
      "coverage_valid": true,
      "data_non_empty": false,
      "consumer_rating": 0,
      "freshness_valid": true,
      "payment_backend": "circle_arc",
      "settlement_receipt": {
        "mode": "circle_arc",
        "asset": "USDC",
        "caip2": "eip155:5042002",
        "payer": "agentrouter_consumer",
        "amount": "0.01",
        "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
        "status": "settled",
        "network": "arc-testnet",
        "tx_hash": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-05-26T07:56:42.195Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0x51d480af37ea8a1a16a86cac05eb53bc3ad102d8",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0x51d480af37ea8a1a16a86cac05eb53bc3ad102d8",
          "amount": "0.01"
        },
        "block_number": "44085485",
        "explorer_url": "https://testnet.arcscan.app/tx/0xcc85617648bc30be27d25f544c947283df7eddd91eb3779e0e67964afee6c346",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      }
    }
  ],
  "recent_health_checks": []
}