{
  "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_flows",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
    "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
    "title": "Get \"Token God Mode\" (TGM) flows data",
    "display_title": "Get \"Token God Mode\" (TGM) flows data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) flows data. Endpoint: POST /api/v1/tgm/flows. 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_flows",
      "exchange_flow"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "token_god_mode",
        "token_data",
        "token_flows",
        "exchange_flow",
        "holder_distribution",
        "token_flow",
        "price"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "exchange",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date",
          "token_address"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "pagination",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.date",
        "data.price_usd",
        "data.value_usd",
        "data.token_amount",
        "data.holders_count",
        "data.total_inflows_cex",
        "data.total_inflows_dex",
        "data.total_outflows_cex",
        "data.total_outflows_dex",
        "data.total_inflows_count",
        "data.total_outflows_count",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "flows",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "best",
        "token-level",
        "analytics",
        "such",
        "holders"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_flows",
        "exchange_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": 4,
      "operational_feedback_count": 4,
      "consumer_feedback_count": 1,
      "recent_failure_rate": 0,
      "success_rate": 1,
      "schema_valid_rate": 1,
      "freshness_valid_rate": 1,
      "coverage_valid_rate": 1,
      "intent_fit_rate": 1,
      "intent_mismatch_count": 0,
      "intent_mismatch_rate": 0,
      "usefulness_rate": 1,
      "average_consumer_score": 1,
      "average_agent_friendly_score": 1,
      "average_latency_ms": null,
      "verification_status": "verified",
      "feedback_state": "observed",
      "trust_score": 0.99,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0.4444,
      "routing_trust_score": 0.8289
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "ethereum",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "request_data": {
      "fields": [
        "chain",
        "token_address",
        "date",
        "pagination"
      ],
      "example": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "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, date, pagination"
    },
    "response_data": {
      "fields": [
        "data",
        "data.date",
        "data.price_usd",
        "data.token_amount",
        "data.value_usd",
        "data.holders_count",
        "data.total_inflows_count",
        "data.total_outflows_count",
        "data.total_inflows_dex",
        "data.total_outflows_dex",
        "data.total_inflows_cex",
        "data.total_outflows_cex",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "preview": {
        "data": [
          {
            "date": "example",
            "price_usd": "example",
            "value_usd": "example",
            "token_amount": "example",
            "holders_count": "example",
            "total_inflows_cex": "example",
            "total_inflows_dex": "example",
            "total_outflows_cex": "example",
            "total_outflows_dex": "example",
            "total_inflows_count": "example",
            "total_outflows_count": "example"
          }
        ],
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "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, pagination"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_tgm_flows when the task fits: nansen, token_god_mode, token_data, token_flows, exchange_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.458Z",
        "latest_http_status": null
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 4,
        "operational_feedback_count": 4,
        "consumer_feedback_count": 1,
        "recent_failure_rate": 0,
        "success_rate": 1,
        "schema_valid_rate": 1,
        "freshness_valid_rate": 1,
        "coverage_valid_rate": 1,
        "intent_fit_rate": 1,
        "intent_mismatch_count": 0,
        "intent_mismatch_rate": 0,
        "usefulness_rate": 1,
        "average_consumer_score": 1,
        "average_agent_friendly_score": 1,
        "average_latency_ms": null,
        "verification_status": "verified",
        "feedback_state": "observed",
        "trust_score": 0.99,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0.4444,
        "routing_trust_score": 0.8289
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.458Z",
        "last_validation_ok": true,
        "last_success_at": "2026-06-01T17:28:15.821Z",
        "last_failure_at": null,
        "latest_http_status": null,
        "recent_failure_rate": 0,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 4,
          "recent_failures": 0
        }
      },
      "request_data": {
        "fields": [
          "chain",
          "token_address",
          "date",
          "pagination"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "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, date, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.date",
          "data.price_usd",
          "data.token_amount",
          "data.value_usd",
          "data.holders_count",
          "data.total_inflows_count",
          "data.total_outflows_count",
          "data.total_inflows_dex",
          "data.total_outflows_dex",
          "data.total_inflows_cex",
          "data.total_outflows_cex",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "preview": {
          "data": [
            {
              "date": "example",
              "price_usd": "example",
              "value_usd": "example",
              "token_amount": "example",
              "holders_count": "example",
              "total_inflows_cex": "example",
              "total_inflows_dex": "example",
              "total_outflows_cex": "example",
              "total_outflows_dex": "example",
              "total_inflows_count": "example",
              "total_outflows_count": "example"
            }
          ],
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          }
        },
        "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, pagination"
      },
      "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": {
        "date": {
          "to": "<string>",
          "from": "<string>"
        },
        "chain": "<string>",
        "pagination": {
          "page": "<number>",
          "per_page": "<number>"
        },
        "token_address": "<address_or_hash>"
      },
      "data_shape": {
        "data": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "date": "<string>",
            "price_usd": "<string>",
            "value_usd": "<string>",
            "token_amount": "<string>",
            "holders_count": "<string>",
            "total_inflows_cex": "<string>",
            "total_inflows_dex": "<string>",
            "total_outflows_cex": "<string>",
            "total_outflows_dex": "<string>",
            "total_inflows_count": "<string>",
            "total_outflows_count": "<string>"
          }
        },
        "pagination": {
          "page": "<number>",
          "per_page": "<number>",
          "is_last_page": "<boolean>"
        }
      },
      "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": 4,
      "quality_event_count": 4,
      "upstream_error_count": 0,
      "business_error_count": 0,
      "latest_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "latest_quality_event": {
        "status": "verified_result_recorded",
        "created_at": "2026-06-01T17:28:17.945Z",
        "event_hash": "0x30d47982b640900acc9c3372bbbd6b62e05cfe39ae57152eccc6f7cecfda213c",
        "event_type": "completed_paid_invocation",
        "payment_tx": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "request_id": "req_1780334893246",
        "service_id": "nansen_tgm_flows",
        "trace_hash": "0xe76ee58dd46129158ddd141b914e886a8d8574c29476b640a7482298c027cc48",
        "provider_id": "provider_nansen_api",
        "event_version": "agent_service_quality_event_v1",
        "blocking_issues": [],
        "quality_event_id": "0x820634e9ef3338f9aa615490b1bf7ab62bc8da74cedcd27f8012e452f42500a7",
        "consumer_feedback_expected": true,
        "deterministic_verification": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 17
              }
            ],
            "top_level_keys": [
              "data",
              "pagination"
            ]
          },
          "sanity_valid": true,
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "data_quality_issues": [],
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "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.458Z",
      "last_validation_ok": true,
      "last_success_at": "2026-06-01T17:28:15.821Z",
      "last_failure_at": null,
      "latest_http_status": null,
      "recent_failure_rate": 0,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 4,
        "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"
      },
      {
        "code": "agent_useful",
        "label": "Agent useful",
        "level": "positive"
      }
    ],
    "created_at": "2026-09-08T08:21:24.458Z",
    "updated_at": "2026-09-08T17:04:42.972Z"
  },
  "manifest": {
    "title": "Get \"Token God Mode\" (TGM) flows 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_flows",
      "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_flows",
    "capabilities": [
      "nansen",
      "data_service",
      "token_god_mode",
      "token_data",
      "token_flows",
      "exchange_flow"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "date": {
          "type": "object",
          "properties": {
            "to": {
              "type": "string"
            },
            "from": {
              "type": "string"
            }
          }
        },
        "chain": {
          "type": "string"
        },
        "pagination": {
          "type": "object",
          "properties": {
            "page": {
              "type": "number"
            },
            "per_page": {
              "type": "number"
            }
          }
        },
        "token_address": {
          "type": "string"
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:3620a7b71b46cb52c1210f554a6b448bc4ce56256992692c0b88de47291dc4e4",
      "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
      "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
      "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:42.972Z"
      }
    },
    "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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",
          "date",
          "pagination"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "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, date, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.date",
          "data.price_usd",
          "data.token_amount",
          "data.value_usd",
          "data.holders_count",
          "data.total_inflows_count",
          "data.total_outflows_count",
          "data.total_inflows_dex",
          "data.total_outflows_dex",
          "data.total_inflows_cex",
          "data.total_outflows_cex",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "preview": {
          "data": [
            {
              "date": "example",
              "price_usd": "example",
              "value_usd": "example",
              "token_amount": "example",
              "holders_count": "example",
              "total_inflows_cex": "example",
              "total_inflows_dex": "example",
              "total_outflows_cex": "example",
              "total_outflows_dex": "example",
              "total_inflows_count": "example",
              "total_outflows_count": "example"
            }
          ],
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          }
        },
        "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, pagination"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_flows",
        "exchange_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, date, pagination",
      "response_shape_summary": "object keys: data, pagination",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow",
          "holder_distribution",
          "token_flow",
          "price"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "exchange",
          "time_window"
        ],
        "chains": [
          "ethereum"
        ],
        "time_requirements": {
          "supports_realtime": false,
          "supports_historical": true,
          "accepted_time_fields": [
            "date",
            "token_address"
          ]
        },
        "input_fields": [
          "date",
          "chain",
          "pagination",
          "token_address"
        ],
        "output_fields": [
          "data",
          "data.date",
          "data.price_usd",
          "data.value_usd",
          "data.token_amount",
          "data.holders_count",
          "data.total_inflows_cex",
          "data.total_inflows_dex",
          "data.total_outflows_cex",
          "data.total_outflows_dex",
          "data.total_inflows_count",
          "data.total_outflows_count",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "keywords": [
          "token",
          "god",
          "mode",
          "tgm",
          "flows",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "best",
          "token-level",
          "analytics",
          "such",
          "holders"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow"
        ]
      }
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "ethereum",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": [
          {
            "date": "example",
            "price_usd": "example",
            "value_usd": "example",
            "token_amount": "example",
            "holders_count": "example",
            "total_inflows_cex": "example",
            "total_inflows_dex": "example",
            "total_outflows_cex": "example",
            "total_outflows_dex": "example",
            "total_inflows_count": "example",
            "total_outflows_count": "example"
          }
        ],
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "query": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get \"Token God Mode\" (TGM) flows data. Endpoint: POST /api/v1/tgm/flows. 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:04.993Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_tgm_flows",
      "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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_flows",
        "exchange_flow",
        "holder_distribution",
        "token_flow",
        "price"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "exchange",
        "time_window"
      ],
      "chains": [
        "ethereum"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date",
          "token_address"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "pagination",
        "token_address"
      ],
      "output_fields": [
        "data",
        "data.date",
        "data.price_usd",
        "data.value_usd",
        "data.token_amount",
        "data.holders_count",
        "data.total_inflows_cex",
        "data.total_inflows_dex",
        "data.total_outflows_cex",
        "data.total_outflows_dex",
        "data.total_inflows_count",
        "data.total_outflows_count",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "token",
        "god",
        "mode",
        "tgm",
        "flows",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "best",
        "token-level",
        "analytics",
        "such",
        "holders"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "token_god_mode",
        "token_data",
        "token_flows",
        "exchange_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_flows",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
      "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
      "created_at": "2026-09-08T17:04:42.937Z",
      "updated_at": "2026-09-08T17:04:42.937Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_tgm_flows",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.458Z",
    "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-27",
          "from": "2026-05-26"
        },
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 50
        },
        "token_address": "0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_flows",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
        "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": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-05-27T07:54:24.463Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "params": {
          "chain": "ethereum",
          "window": "24h",
          "token_symbol": "ERA",
          "token_address": "0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a",
          "requested_service": "nansen_tgm_flows"
        },
        "capability": "token_smart_money_activity",
        "constraints": {
          "max_price_usdc": "0.05",
          "freshness_seconds": 300
        },
        "consumer_context": {
          "task": "ERA final onchain control-risk report",
          "source": "codex_direct_service_invocation"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0x7f9d543213d1dc028c36c6c8d8e4c7cc4b2cf84cbb674484f680a5334e1af3dd",
        "chain_id": 5042002,
        "created_at": "2026-05-27T07:54:29.372Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1779868464527",
        "trace_hash": "0x0e87c5c11503963fbf945a1f3df9e7197f1ceed30f7a920a7fc23a5895692ad7",
        "result_hash": "0xbd7e91ceedbf3cc9ada54e8925931c5ede98145730602b2ae0ce8dbae3c9318a",
        "block_number": "44245231",
        "explorer_url": "https://testnet.arcscan.app/tx/0x7f9d543213d1dc028c36c6c8d8e4c7cc4b2cf84cbb674484f680a5334e1af3dd",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0xf05ce5d71e45bbb6379aebd0b6250588d107cc1facec8a02473b6ffa7f958d11"
      },
      "created_at": "2026-05-27T07:54:24.975Z",
      "input_hash": "0x2aa9ae2c55d7a38f1d8e3881c436f25bf70018608f4f10371ba353b5f530867c",
      "payment_tx": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
      "request_id": "req_1779868464527",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0x0e87c5c11503963fbf945a1f3df9e7197f1ceed30f7a920a7fc23a5895692ad7",
      "provider_id": "provider_nansen_api",
      "result_hash": "0xbd7e91ceedbf3cc9ada54e8925931c5ede98145730602b2ae0ce8dbae3c9318a",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 31
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) flows data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.99,
          "success_rate": 1,
          "feedback_count": 1,
          "intent_fit_rate": null,
          "usefulness_rate": null,
          "schema_valid_rate": 1,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 0,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": null,
          "consumer_feedback_count": 0,
          "operational_feedback_count": 1,
          "average_agent_friendly_score": 1
        },
        "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",
          "circuit_breaker": {
            "active": false,
            "reason": null,
            "recent_window": 1,
            "recent_failures": 0
          },
          "last_failure_at": null,
          "last_success_at": "2026-05-27T07:54:24.812Z",
          "last_validation_at": "2026-05-27T06:39:02.087Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 0
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "created_at": "2026-05-27T06:39:02.087Z",
        "service_id": "nansen_tgm_flows",
        "updated_at": "2026-05-27T06:39:02.087Z",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow"
        ],
        "request_data": {
          "fields": [
            "chain",
            "token_address",
            "date",
            "pagination"
          ],
          "example": {
            "date": {
              "to": "2026-05-24",
              "from": "2026-05-20"
            },
            "chain": "ethereum",
            "pagination": {
              "page": 1,
              "per_page": 3
            },
            "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, date, pagination"
        },
        "display_title": "Get \"Token God Mode\" (TGM) flows data",
        "response_data": {
          "fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.token_amount",
            "data.value_usd",
            "data.holders_count",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "data.total_inflows_dex",
            "data.total_outflows_dex",
            "data.total_inflows_cex",
            "data.total_outflows_cex",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "preview": {
            "data": [
              {
                "date": "example",
                "price_usd": "example",
                "value_usd": "example",
                "token_amount": "example",
                "holders_count": "example",
                "total_inflows_cex": "example",
                "total_inflows_dex": "example",
                "total_outflows_cex": "example",
                "total_outflows_dex": "example",
                "total_inflows_count": "example",
                "total_outflows_count": "example"
              }
            ],
            "pagination": {
              "page": 1,
              "per_page": 10,
              "is_last_page": true
            }
          },
          "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, pagination"
        },
        "sample_request": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "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": [],
            "data_shape": {
              "type": "object",
              "empty": false,
              "nested_arrays": [
                {
                  "key": "data",
                  "item_count": 31
                }
              ],
              "top_level_keys": [
                "data",
                "pagination"
              ]
            },
            "schema_valid": true,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": true,
            "freshness_valid": true,
            "deterministic_score": 1,
            "agent_friendly_score": 1,
            "overall_quality_score": 1
          },
          "quality_event_count": 0,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": null,
          "latest_validation_ok": true,
          "upstream_error_count": 0,
          "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": {
                "date": "<string>",
                "price_usd": "<string>",
                "value_usd": "<string>",
                "token_amount": "<string>",
                "holders_count": "<string>",
                "total_inflows_cex": "<string>",
                "total_inflows_dex": "<string>",
                "total_outflows_cex": "<string>",
                "total_outflows_dex": "<string>",
                "total_inflows_count": "<string>",
                "total_outflows_count": "<string>"
              },
              "item_count_sample": 1
            },
            "pagination": {
              "page": "<number>",
              "per_page": "<number>",
              "is_last_page": "<boolean>"
            }
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "date": {
              "to": "<string>",
              "from": "<string>"
            },
            "chain": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>"
            },
            "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.99,
            "success_rate": 1,
            "feedback_count": 1,
            "intent_fit_rate": null,
            "usefulness_rate": null,
            "schema_valid_rate": 1,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 0,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": null,
            "consumer_feedback_count": 0,
            "operational_feedback_count": 1,
            "average_agent_friendly_score": 1
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 1,
              "recent_failures": 0
            },
            "last_failure_at": null,
            "last_success_at": "2026-05-27T07:54:24.812Z",
            "last_validation_at": "2026-05-27T06:39:02.087Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 0
          },
          "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": [
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "request_data": {
            "fields": [
              "chain",
              "token_address",
              "date",
              "pagination"
            ],
            "example": {
              "date": {
                "to": "2026-05-24",
                "from": "2026-05-20"
              },
              "chain": "ethereum",
              "pagination": {
                "page": 1,
                "per_page": 3
              },
              "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, date, pagination"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-05-27T06:39:02.087Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.date",
              "data.price_usd",
              "data.token_amount",
              "data.value_usd",
              "data.holders_count",
              "data.total_inflows_count",
              "data.total_outflows_count",
              "data.total_inflows_dex",
              "data.total_outflows_dex",
              "data.total_inflows_cex",
              "data.total_outflows_cex",
              "pagination",
              "pagination.page",
              "pagination.per_page",
              "pagination.is_last_page"
            ],
            "preview": {
              "data": [
                {
                  "date": "example",
                  "price_usd": "example",
                  "value_usd": "example",
                  "token_amount": "example",
                  "holders_count": "example",
                  "total_inflows_cex": "example",
                  "total_inflows_dex": "example",
                  "total_outflows_cex": "example",
                  "total_outflows_dex": "example",
                  "total_inflows_count": "example",
                  "total_outflows_count": "example"
                }
              ],
              "pagination": {
                "page": 1,
                "per_page": 10,
                "is_last_page": true
              }
            },
            "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, pagination"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_flows when the task fits: nansen, token_god_mode, token_data, token_flows, exchange_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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": "0xf05ce5d71e45bbb6379aebd0b6250588d107cc1facec8a02473b6ffa7f958d11",
      "trace_payload_hash": "0x0e87c5c11503963fbf945a1f3df9e7197f1ceed30f7a920a7fc23a5895692ad7"
    },
    {
      "input": {
        "date": {
          "to": "2026-05-29",
          "from": "2026-05-28"
        },
        "chain": "ethereum",
        "pagination": {
          "page": 1,
          "per_page": 24
        },
        "token_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_flows",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
        "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": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-05-29T07:02:48.097Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "params": {
          "chain": "ethereum",
          "window": "24h",
          "token_symbol": "ETH"
        },
        "capability": "token_smart_money_activity",
        "constraints": {
          "max_price_usdc": "0.05"
        },
        "consumer_context": {
          "source": "agentrouter_mcp_local_wallet"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0xc54204117cc78870ef647261b9e3a4c69743a39f80b8b6c73674b64f76d9a629",
        "chain_id": 5042002,
        "created_at": "2026-05-29T07:02:53.627Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1780038164981",
        "trace_hash": "0xe478cd0f288172bb64e99a9f28b5cd8c86543e0dc014682e2fac2a1b63d7e313",
        "result_hash": "0x7c9d7215c3e93e05ef98976fa705a5850a500a109f82327c1b70aa357204d368",
        "block_number": "44557188",
        "explorer_url": "https://testnet.arcscan.app/tx/0xc54204117cc78870ef647261b9e3a4c69743a39f80b8b6c73674b64f76d9a629",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0x62735c6a9520a1ad47e61abb1f54398cb564cc100dd0c9e0c4f4c5a52a654681"
      },
      "created_at": "2026-05-29T07:02:48.632Z",
      "input_hash": "0x79f0ccf4231b3e489cde4b6f332f2f27ce05688c9466d6e797dfbb2bede95ef7",
      "payment_tx": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
      "request_id": "req_1780038164981",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0xe478cd0f288172bb64e99a9f28b5cd8c86543e0dc014682e2fac2a1b63d7e313",
      "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
      "output_hash": "0x7c9d7215c3e93e05ef98976fa705a5850a500a109f82327c1b70aa357204d368",
      "provider_id": "provider_nansen_api",
      "result_hash": "0x7c9d7215c3e93e05ef98976fa705a5850a500a109f82327c1b70aa357204d368",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 24
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
      "manifest_type": "hosted_http_data_api",
      "service_binding": {
        "version": "1.0.0",
        "service_id": "nansen_tgm_flows",
        "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
        "provider_id": "provider_nansen_api",
        "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
        "manifest_type": "hosted_http_data_api"
      },
      "service_version": "1.0.0",
      "evidence_profile": {
        "profile_type": "paid_hosted_http_data_api_execution",
        "manifest_type": "hosted_http_data_api",
        "storage_model": "offchain_full_evidence_arc_hash_anchor",
        "evidence_scope": "service_call",
        "profile_version": "agentrouter_execution_evidence_profile_v1",
        "required_bindings": [
          "service_id",
          "manifest_hash",
          "input_hash",
          "output_hash",
          "payment_tx",
          "verification_report"
        ],
        "erc8257_manifest_compatible": true,
        "erc8004_reputation_compatible": true
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) flows data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.99,
          "success_rate": 1,
          "feedback_count": 2,
          "intent_fit_rate": 1,
          "usefulness_rate": 1,
          "schema_valid_rate": 1,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 0,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": 1,
          "consumer_feedback_count": 1,
          "operational_feedback_count": 2,
          "average_agent_friendly_score": 1
        },
        "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"
          },
          {
            "code": "agent_useful",
            "label": "Agent useful",
            "level": "positive"
          }
        ],
        "health": {
          "status": "healthy",
          "health_version": "agent_service_health_v1",
          "circuit_breaker": {
            "active": false,
            "reason": null,
            "recent_window": 2,
            "recent_failures": 0
          },
          "last_failure_at": null,
          "last_success_at": "2026-05-29T07:02:48.127Z",
          "last_validation_at": "2026-05-29T06:50:50.036Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 0
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "routing": {
          "chains": [
            "ethereum"
          ],
          "domains": [
            "crypto",
            "market_data",
            "onchain"
          ],
          "entities": [
            "token",
            "wallet_address",
            "chain",
            "exchange",
            "time_window"
          ],
          "keywords": [
            "token",
            "god",
            "mode",
            "tgm",
            "flows",
            "nansen",
            "when",
            "buyer",
            "agent",
            "needs",
            "endpoint",
            "best",
            "token-level",
            "analytics",
            "such",
            "holders"
          ],
          "data_types": [
            "nansen",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow",
            "holder_distribution",
            "token_flow",
            "price"
          ],
          "input_fields": [
            "date",
            "chain",
            "pagination",
            "token_address"
          ],
          "output_fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.value_usd",
            "data.token_amount",
            "data.holders_count",
            "data.total_inflows_cex",
            "data.total_inflows_dex",
            "data.total_outflows_cex",
            "data.total_outflows_dex",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "capability_refs": [
            "nansen",
            "data_service",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow"
          ],
          "routing_version": "agentrouter_structured_routing_v1",
          "time_requirements": {
            "supports_realtime": false,
            "supports_historical": true,
            "accepted_time_fields": [
              "date",
              "token_address"
            ]
          }
        },
        "version": "1.0.0",
        "created_at": "2026-05-29T06:50:50.036Z",
        "service_id": "nansen_tgm_flows",
        "updated_at": "2026-05-29T06:50:50.036Z",
        "config_hash": "0x1b1fbc629947f573c410e6c9e27c043adecbd291a6b76432b4517a251995d0c2",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow"
        ],
        "request_data": {
          "fields": [
            "chain",
            "token_address",
            "date",
            "pagination"
          ],
          "example": {
            "date": {
              "to": "2026-05-24",
              "from": "2026-05-20"
            },
            "chain": "ethereum",
            "pagination": {
              "page": 1,
              "per_page": 3
            },
            "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, date, pagination"
        },
        "display_title": "Get \"Token God Mode\" (TGM) flows data",
        "manifest_hash": "0x41bbcc05f14f3175fff06c5503460dc37c1c17178f5cf875261d828d9c92d08b",
        "manifest_type": "hosted_http_data_api",
        "response_data": {
          "fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.token_amount",
            "data.value_usd",
            "data.holders_count",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "data.total_inflows_dex",
            "data.total_outflows_dex",
            "data.total_inflows_cex",
            "data.total_outflows_cex",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "preview": {
            "data": [
              {
                "date": "example",
                "price_usd": "example",
                "value_usd": "example",
                "token_amount": "example",
                "holders_count": "example",
                "total_inflows_cex": "example",
                "total_inflows_dex": "example",
                "total_outflows_cex": "example",
                "total_outflows_dex": "example",
                "total_inflows_count": "example",
                "total_outflows_count": "example"
              }
            ],
            "pagination": {
              "page": 1,
              "per_page": 10,
              "is_last_page": true
            }
          },
          "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, pagination"
        },
        "sample_request": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "quality_profile": {
          "feedback_count": 2,
          "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": [],
            "data_shape": {
              "type": "object",
              "empty": false,
              "nested_arrays": [
                {
                  "key": "data",
                  "item_count": 24
                }
              ],
              "top_level_keys": [
                "data",
                "pagination"
              ]
            },
            "schema_valid": true,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": true,
            "freshness_valid": true,
            "deterministic_score": 1,
            "agent_friendly_score": 1,
            "overall_quality_score": 1
          },
          "quality_event_count": 1,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": {
            "status": "verified_result_recorded",
            "created_at": "2026-05-27T07:54:29.403Z",
            "event_hash": "0x04d110bd9fab1b7e2de95bc4e520a735312a467f9d92051ae90b71fcb5ed2520",
            "event_type": "completed_paid_invocation",
            "payment_tx": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
            "request_id": "req_1779868464527",
            "service_id": "nansen_tgm_flows",
            "trace_hash": "0x0e87c5c11503963fbf945a1f3df9e7197f1ceed30f7a920a7fc23a5895692ad7",
            "provider_id": "provider_nansen_api",
            "event_version": "agent_service_quality_event_v1",
            "blocking_issues": [],
            "quality_event_id": "0x67c9cb74f700a7efa1ed48bf81d05935740f6cdcadf94c4dcda13b5e6c6d23f5",
            "consumer_feedback_expected": true,
            "deterministic_verification": {
              "issues": [],
              "data_shape": {
                "type": "object",
                "empty": false,
                "nested_arrays": [
                  {
                    "key": "data",
                    "item_count": 31
                  }
                ],
                "top_level_keys": [
                  "data",
                  "pagination"
                ]
              },
              "schema_valid": true,
              "quality_model": {
                "name": "deterministic_first_data_quality_v1",
                "weights": {
                  "deterministic": 0.8,
                  "agent_friendly": 0.2
                }
              },
              "coverage_valid": true,
              "data_non_empty": true,
              "freshness_valid": true,
              "deterministic_score": 1,
              "agent_friendly_score": 1,
              "overall_quality_score": 1
            }
          },
          "latest_validation_ok": true,
          "upstream_error_count": 0,
          "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": {
                "date": "<string>",
                "price_usd": "<string>",
                "value_usd": "<string>",
                "token_amount": "<string>",
                "holders_count": "<string>",
                "total_inflows_cex": "<string>",
                "total_inflows_dex": "<string>",
                "total_outflows_cex": "<string>",
                "total_outflows_dex": "<string>",
                "total_inflows_count": "<string>",
                "total_outflows_count": "<string>"
              },
              "item_count_sample": 1
            },
            "pagination": {
              "page": "<number>",
              "per_page": "<number>",
              "is_last_page": "<boolean>"
            }
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "date": {
              "to": "<string>",
              "from": "<string>"
            },
            "chain": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>"
            },
            "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.99,
            "success_rate": 1,
            "feedback_count": 2,
            "intent_fit_rate": 1,
            "usefulness_rate": 1,
            "schema_valid_rate": 1,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 0,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": 1,
            "consumer_feedback_count": 1,
            "operational_feedback_count": 2,
            "average_agent_friendly_score": 1
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 2,
              "recent_failures": 0
            },
            "last_failure_at": null,
            "last_success_at": "2026-05-29T07:02:48.127Z",
            "last_validation_at": "2026-05-29T06:50:50.036Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 0
          },
          "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": [
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "request_data": {
            "fields": [
              "chain",
              "token_address",
              "date",
              "pagination"
            ],
            "example": {
              "date": {
                "to": "2026-05-24",
                "from": "2026-05-20"
              },
              "chain": "ethereum",
              "pagination": {
                "page": 1,
                "per_page": 3
              },
              "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, date, pagination"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-05-29T06:50:50.036Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.date",
              "data.price_usd",
              "data.token_amount",
              "data.value_usd",
              "data.holders_count",
              "data.total_inflows_count",
              "data.total_outflows_count",
              "data.total_inflows_dex",
              "data.total_outflows_dex",
              "data.total_inflows_cex",
              "data.total_outflows_cex",
              "pagination",
              "pagination.page",
              "pagination.per_page",
              "pagination.is_last_page"
            ],
            "preview": {
              "data": [
                {
                  "date": "example",
                  "price_usd": "example",
                  "value_usd": "example",
                  "token_amount": "example",
                  "holders_count": "example",
                  "total_inflows_cex": "example",
                  "total_inflows_dex": "example",
                  "total_outflows_cex": "example",
                  "total_outflows_dex": "example",
                  "total_inflows_count": "example",
                  "total_outflows_count": "example"
                }
              ],
              "pagination": {
                "page": 1,
                "per_page": 10,
                "is_last_page": true
              }
            },
            "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, pagination"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_flows when the task fits: nansen, token_god_mode, token_data, token_flows, exchange_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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": "0x62735c6a9520a1ad47e61abb1f54398cb564cc100dd0c9e0c4f4c5a52a654681",
      "trace_payload_hash": "0xe478cd0f288172bb64e99a9f28b5cd8c86543e0dc014682e2fac2a1b63d7e313",
      "verification_report": {
        "created_at": "2026-05-29T07:02:48.632Z",
        "request_id": "req_1780038164981",
        "service_id": "nansen_tgm_flows",
        "report_hash": "0x62735c6a9520a1ad47e61abb1f54398cb564cc100dd0c9e0c4f4c5a52a654681",
        "schema_valid": true,
        "business_error": null,
        "coverage_valid": true,
        "data_non_empty": true,
        "report_version": "agentrouter_verification_report_v1",
        "freshness_valid": true,
        "deterministic_checks": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 24
              }
            ],
            "top_level_keys": [
              "data",
              "pagination"
            ]
          },
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "verification_report_hash": "0x62735c6a9520a1ad47e61abb1f54398cb564cc100dd0c9e0c4f4c5a52a654681"
    },
    {
      "input": {
        "date": {
          "to": "2026-06-02",
          "from": "2026-06-01"
        },
        "chain": "bnb",
        "pagination": {
          "page": 1,
          "per_page": 24
        },
        "token_address": "0x7ec43cf65f1663f820427c62a5780b8f2e25593a"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_flows",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
        "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": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-06-01T17:27:10.978Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "budget": {
          "currency": "USDC",
          "max_amount": "0.05"
        },
        "params": {
          "date": {
            "to": "2026-06-02",
            "from": "2026-06-01"
          },
          "chain": "bnb",
          "pagination": {
            "page": 1,
            "per_page": 24
          },
          "token_address": "0x7ec43cf65f1663f820427c62a5780b8f2e25593a"
        },
        "capability": "nansen_tgm_flows",
        "constraints": {
          "max_price_usdc": "0.05"
        },
        "consumer_context": {
          "source": "agentrouter_structured_request_local_wallet"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0x440f38d6bc6bb0ad5c07d600370c65e02afa371adfd1142423c4bb2a515d93ff",
        "chain_id": 5042002,
        "created_at": "2026-06-01T17:27:12.953Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1780334828360",
        "trace_hash": "0x46d6bfa3c11409de6de3f5189a6ee46320dea94d3d552836a9372f60296ff657",
        "result_hash": "0xffeb6eb4928f8d9ce56f5f17cec7ce7925e4162b254fd0495720858249639f6c",
        "block_number": "45015349",
        "explorer_url": "https://testnet.arcscan.app/tx/0x440f38d6bc6bb0ad5c07d600370c65e02afa371adfd1142423c4bb2a515d93ff",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a"
      },
      "created_at": "2026-06-01T17:27:11.596Z",
      "input_hash": "0x97981f7737ed03957522f21f0ab93c35aee0b79369784cddbc794bfbe52c44be",
      "payment_tx": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
      "request_id": "req_1780334828360",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0x46d6bfa3c11409de6de3f5189a6ee46320dea94d3d552836a9372f60296ff657",
      "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
      "output_hash": "0xffeb6eb4928f8d9ce56f5f17cec7ce7925e4162b254fd0495720858249639f6c",
      "provider_id": "provider_nansen_api",
      "result_hash": "0xffeb6eb4928f8d9ce56f5f17cec7ce7925e4162b254fd0495720858249639f6c",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
      "manifest_type": "hosted_http_data_api",
      "service_binding": {
        "version": "1.0.0",
        "service_id": "nansen_tgm_flows",
        "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
        "provider_id": "provider_nansen_api",
        "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
        "manifest_type": "hosted_http_data_api"
      },
      "service_version": "1.0.0",
      "evidence_profile": {
        "profile_type": "paid_hosted_http_data_api_execution",
        "manifest_type": "hosted_http_data_api",
        "storage_model": "offchain_full_evidence_arc_hash_anchor",
        "evidence_scope": "service_call",
        "profile_version": "agentrouter_execution_evidence_profile_v1",
        "required_bindings": [
          "service_id",
          "manifest_hash",
          "input_hash",
          "output_hash",
          "payment_tx",
          "verification_report"
        ],
        "erc8257_manifest_compatible": true,
        "erc8004_reputation_compatible": true
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) flows data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.99,
          "success_rate": 1,
          "feedback_count": 3,
          "intent_fit_rate": 1,
          "usefulness_rate": 1,
          "schema_valid_rate": 1,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 0,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": 1,
          "consumer_feedback_count": 1,
          "operational_feedback_count": 3,
          "average_agent_friendly_score": 1
        },
        "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"
          },
          {
            "code": "agent_useful",
            "label": "Agent useful",
            "level": "positive"
          }
        ],
        "health": {
          "status": "healthy",
          "health_version": "agent_service_health_v1",
          "circuit_breaker": {
            "active": false,
            "reason": null,
            "recent_window": 3,
            "recent_failures": 0
          },
          "last_failure_at": null,
          "last_success_at": "2026-06-01T17:27:11.091Z",
          "last_validation_at": "2026-06-01T13:47:26.294Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 0
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "routing": {
          "chains": [
            "ethereum"
          ],
          "domains": [
            "crypto",
            "market_data",
            "onchain"
          ],
          "entities": [
            "token",
            "wallet_address",
            "chain",
            "exchange",
            "time_window"
          ],
          "keywords": [
            "token",
            "god",
            "mode",
            "tgm",
            "flows",
            "nansen",
            "when",
            "buyer",
            "agent",
            "needs",
            "endpoint",
            "best",
            "token-level",
            "analytics",
            "such",
            "holders"
          ],
          "data_types": [
            "nansen",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow",
            "holder_distribution",
            "token_flow",
            "price"
          ],
          "input_fields": [
            "date",
            "chain",
            "pagination",
            "token_address"
          ],
          "output_fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.value_usd",
            "data.token_amount",
            "data.holders_count",
            "data.total_inflows_cex",
            "data.total_inflows_dex",
            "data.total_outflows_cex",
            "data.total_outflows_dex",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "capability_refs": [
            "nansen",
            "data_service",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow"
          ],
          "routing_version": "agentrouter_structured_routing_v1",
          "time_requirements": {
            "supports_realtime": false,
            "supports_historical": true,
            "accepted_time_fields": [
              "date",
              "token_address"
            ]
          }
        },
        "version": "1.0.0",
        "created_at": "2026-06-01T13:47:26.294Z",
        "service_id": "nansen_tgm_flows",
        "updated_at": "2026-06-01T13:47:26.294Z",
        "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow",
          "transfer_data",
          "token_transfers",
          "wallet_activity",
          "token_analytics"
        ],
        "request_data": {
          "fields": [
            "chain",
            "token_address",
            "date",
            "pagination"
          ],
          "example": {
            "date": {
              "to": "2026-05-24",
              "from": "2026-05-20"
            },
            "chain": "ethereum",
            "pagination": {
              "page": 1,
              "per_page": 3
            },
            "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, date, pagination"
        },
        "display_title": "Get \"Token God Mode\" (TGM) flows data",
        "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
        "manifest_type": "hosted_http_data_api",
        "response_data": {
          "fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.token_amount",
            "data.value_usd",
            "data.holders_count",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "data.total_inflows_dex",
            "data.total_outflows_dex",
            "data.total_inflows_cex",
            "data.total_outflows_cex",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "preview": {
            "data": [
              {
                "date": "example",
                "price_usd": "example",
                "value_usd": "example",
                "token_amount": "example",
                "holders_count": "example",
                "total_inflows_cex": "example",
                "total_inflows_dex": "example",
                "total_outflows_cex": "example",
                "total_outflows_dex": "example",
                "total_inflows_count": "example",
                "total_outflows_count": "example"
              }
            ],
            "pagination": {
              "page": 1,
              "per_page": 10,
              "is_last_page": true
            }
          },
          "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, pagination"
        },
        "sample_request": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "quality_profile": {
          "feedback_count": 3,
          "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": [],
            "data_shape": {
              "type": "object",
              "empty": false,
              "nested_arrays": [
                {
                  "key": "data",
                  "item_count": 17
                }
              ],
              "top_level_keys": [
                "data",
                "pagination"
              ]
            },
            "sanity_valid": true,
            "schema_valid": true,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": true,
            "freshness_valid": true,
            "data_quality_issues": [],
            "deterministic_score": 1,
            "agent_friendly_score": 1,
            "overall_quality_score": 1
          },
          "quality_event_count": 2,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": {
            "status": "verified_result_recorded",
            "created_at": "2026-05-29T07:02:53.999Z",
            "event_hash": "0x6650b838713bec496d167eff3f0bdfa7e0b9e61fb156182d39770bce207bfa82",
            "event_type": "completed_paid_invocation",
            "payment_tx": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
            "request_id": "req_1780038164981",
            "service_id": "nansen_tgm_flows",
            "trace_hash": "0xe478cd0f288172bb64e99a9f28b5cd8c86543e0dc014682e2fac2a1b63d7e313",
            "provider_id": "provider_nansen_api",
            "event_version": "agent_service_quality_event_v1",
            "blocking_issues": [],
            "quality_event_id": "0x09f0909eb2b7398d929746d7a5d11fbc299b79b618613ce889c0428092cf72fb",
            "consumer_feedback_expected": true,
            "deterministic_verification": {
              "issues": [],
              "data_shape": {
                "type": "object",
                "empty": false,
                "nested_arrays": [
                  {
                    "key": "data",
                    "item_count": 24
                  }
                ],
                "top_level_keys": [
                  "data",
                  "pagination"
                ]
              },
              "schema_valid": true,
              "quality_model": {
                "name": "deterministic_first_data_quality_v1",
                "weights": {
                  "deterministic": 0.8,
                  "agent_friendly": 0.2
                }
              },
              "coverage_valid": true,
              "data_non_empty": true,
              "freshness_valid": true,
              "deterministic_score": 1,
              "agent_friendly_score": 1,
              "overall_quality_score": 1
            }
          },
          "latest_validation_ok": true,
          "upstream_error_count": 0,
          "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": {
                "date": "<string>",
                "price_usd": "<string>",
                "value_usd": "<string>",
                "token_amount": "<string>",
                "holders_count": "<string>",
                "total_inflows_cex": "<string>",
                "total_inflows_dex": "<string>",
                "total_outflows_cex": "<string>",
                "total_outflows_dex": "<string>",
                "total_inflows_count": "<string>",
                "total_outflows_count": "<string>"
              },
              "item_count_sample": 1
            },
            "pagination": {
              "page": "<number>",
              "per_page": "<number>",
              "is_last_page": "<boolean>"
            }
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "date": {
              "to": "<string>",
              "from": "<string>"
            },
            "chain": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>"
            },
            "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.99,
            "success_rate": 1,
            "feedback_count": 3,
            "intent_fit_rate": 1,
            "usefulness_rate": 1,
            "schema_valid_rate": 1,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 0,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": 1,
            "consumer_feedback_count": 1,
            "operational_feedback_count": 3,
            "average_agent_friendly_score": 1
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 3,
              "recent_failures": 0
            },
            "last_failure_at": null,
            "last_success_at": "2026-06-01T17:27:11.091Z",
            "last_validation_at": "2026-06-01T13:47:26.294Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 0
          },
          "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": [
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "request_data": {
            "fields": [
              "chain",
              "token_address",
              "date",
              "pagination"
            ],
            "example": {
              "date": {
                "to": "2026-05-24",
                "from": "2026-05-20"
              },
              "chain": "ethereum",
              "pagination": {
                "page": 1,
                "per_page": 3
              },
              "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, date, pagination"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-06-01T13:47:26.294Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.date",
              "data.price_usd",
              "data.token_amount",
              "data.value_usd",
              "data.holders_count",
              "data.total_inflows_count",
              "data.total_outflows_count",
              "data.total_inflows_dex",
              "data.total_outflows_dex",
              "data.total_inflows_cex",
              "data.total_outflows_cex",
              "pagination",
              "pagination.page",
              "pagination.per_page",
              "pagination.is_last_page"
            ],
            "preview": {
              "data": [
                {
                  "date": "example",
                  "price_usd": "example",
                  "value_usd": "example",
                  "token_amount": "example",
                  "holders_count": "example",
                  "total_inflows_cex": "example",
                  "total_inflows_dex": "example",
                  "total_outflows_cex": "example",
                  "total_outflows_dex": "example",
                  "total_inflows_count": "example",
                  "total_outflows_count": "example"
                }
              ],
              "pagination": {
                "page": 1,
                "per_page": 10,
                "is_last_page": true
              }
            },
            "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, pagination"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_flows when the task fits: nansen, token_god_mode, token_data, token_flows, exchange_flow, transfer_data. 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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a",
      "trace_payload_hash": "0x46d6bfa3c11409de6de3f5189a6ee46320dea94d3d552836a9372f60296ff657",
      "verification_report": {
        "created_at": "2026-06-01T17:27:11.596Z",
        "request_id": "req_1780334828360",
        "service_id": "nansen_tgm_flows",
        "report_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a",
        "schema_valid": true,
        "business_error": null,
        "coverage_valid": true,
        "data_non_empty": true,
        "report_version": "agentrouter_verification_report_v1",
        "freshness_valid": true,
        "deterministic_checks": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 17
              }
            ],
            "top_level_keys": [
              "data",
              "pagination"
            ]
          },
          "sanity_valid": true,
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "data_quality_issues": [],
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "verification_report_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a"
    },
    {
      "input": {
        "date": {
          "to": "2026-06-02",
          "from": "2026-06-01"
        },
        "chain": "bnb",
        "pagination": {
          "page": 1,
          "per_page": 24
        },
        "token_address": "0x7ec43cf65f1663f820427c62a5780b8f2e25593a"
      },
      "payment": {
        "quote": {
          "amount": "0.01",
          "currency": "USDC",
          "service_id": "nansen_tgm_flows",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": "circle_arc"
        },
        "payment_tx": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "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": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
          "chain_id": 5042002,
          "protocol": "x402",
          "created_at": "2026-06-01T17:28:15.709Z",
          "token_address": "0x3600000000000000000000000000000000000000",
          "payment_backend": "circle_arc",
          "receipt_version": "agent_router_settlement_receipt_v1",
          "settlement_model": "direct_provider_wallet"
        }
      },
      "request": {
        "budget": {
          "currency": "USDC",
          "max_amount": "0.05"
        },
        "params": {
          "date": {
            "to": "2026-06-02",
            "from": "2026-06-01"
          },
          "chain": "bnb",
          "pagination": {
            "page": 1,
            "per_page": 24
          },
          "token_address": "0x7ec43cf65f1663f820427c62a5780b8f2e25593a"
        },
        "capability": "nansen_tgm_flows",
        "constraints": {
          "max_price_usdc": "0.05"
        },
        "consumer_context": {
          "source": "agentrouter_structured_request_local_wallet"
        }
      },
      "arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0xd5a202754f608ad44d5bf48f39b5f903e6f7524d20326041f73c2bee1c1b70e3",
        "chain_id": 5042002,
        "created_at": "2026-06-01T17:28:17.575Z",
        "event_type": "AgentRouterEvidence",
        "request_id": "req_1780334893246",
        "trace_hash": "0xe76ee58dd46129158ddd141b914e886a8d8574c29476b640a7482298c027cc48",
        "result_hash": "0x0b15ae7230862b2cc39c35a68b95a6ce0f4f43cb835ef1614eccc8d46aa9f4c3",
        "block_number": "45015428",
        "explorer_url": "https://testnet.arcscan.app/tx/0xd5a202754f608ad44d5bf48f39b5f903e6f7524d20326041f73c2bee1c1b70e3",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_evidence_offchain_hashes_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_arc_anchor_v1",
        "payment_tx_hash": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0",
        "verification_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a"
      },
      "created_at": "2026-06-01T17:28:16.314Z",
      "input_hash": "0x97981f7737ed03957522f21f0ab93c35aee0b79369784cddbc794bfbe52c44be",
      "payment_tx": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
      "request_id": "req_1780334893246",
      "route_type": "completed_paid_invocation",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0xe76ee58dd46129158ddd141b914e886a8d8574c29476b640a7482298c027cc48",
      "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
      "output_hash": "0x0b15ae7230862b2cc39c35a68b95a6ce0f4f43cb835ef1614eccc8d46aa9f4c3",
      "provider_id": "provider_nansen_api",
      "result_hash": "0x0b15ae7230862b2cc39c35a68b95a6ce0f4f43cb835ef1614eccc8d46aa9f4c3",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
      "manifest_type": "hosted_http_data_api",
      "service_binding": {
        "version": "1.0.0",
        "service_id": "nansen_tgm_flows",
        "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
        "provider_id": "provider_nansen_api",
        "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
        "manifest_type": "hosted_http_data_api"
      },
      "service_version": "1.0.0",
      "evidence_profile": {
        "profile_type": "paid_hosted_http_data_api_execution",
        "manifest_type": "hosted_http_data_api",
        "storage_model": "offchain_full_evidence_arc_hash_anchor",
        "evidence_scope": "service_call",
        "profile_version": "agentrouter_execution_evidence_profile_v1",
        "required_bindings": [
          "service_id",
          "manifest_hash",
          "input_hash",
          "output_hash",
          "payment_tx",
          "verification_report"
        ],
        "erc8257_manifest_compatible": true,
        "erc8004_reputation_compatible": true
      },
      "evidence_version": "agent_router_evidence_v1",
      "selected_service": {
        "title": "Get \"Token God Mode\" (TGM) flows data",
        "trust": {
          "provider_id": "provider_nansen_api",
          "trust_score": 0.99,
          "success_rate": 1,
          "feedback_count": 4,
          "intent_fit_rate": 1,
          "usefulness_rate": 1,
          "schema_valid_rate": 1,
          "average_latency_ms": null,
          "coverage_valid_rate": 1,
          "recent_failure_rate": 0,
          "verification_status": "verified",
          "freshness_valid_rate": 1,
          "average_consumer_score": 1,
          "consumer_feedback_count": 1,
          "operational_feedback_count": 4,
          "average_agent_friendly_score": 1
        },
        "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"
          },
          {
            "code": "agent_useful",
            "label": "Agent useful",
            "level": "positive"
          }
        ],
        "health": {
          "status": "healthy",
          "health_version": "agent_service_health_v1",
          "circuit_breaker": {
            "active": false,
            "reason": null,
            "recent_window": 4,
            "recent_failures": 0
          },
          "last_failure_at": null,
          "last_success_at": "2026-06-01T17:28:15.821Z",
          "last_validation_at": "2026-06-01T13:47:26.294Z",
          "last_validation_ok": true,
          "latest_http_status": null,
          "recent_failure_rate": 0
        },
        "pricing": {
          "amount": "0.01",
          "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402",
          "settlement_model": "direct_provider_wallet"
        },
        "routing": {
          "chains": [
            "ethereum"
          ],
          "domains": [
            "crypto",
            "market_data",
            "onchain"
          ],
          "entities": [
            "token",
            "wallet_address",
            "chain",
            "exchange",
            "time_window"
          ],
          "keywords": [
            "token",
            "god",
            "mode",
            "tgm",
            "flows",
            "nansen",
            "when",
            "buyer",
            "agent",
            "needs",
            "endpoint",
            "best",
            "token-level",
            "analytics",
            "such",
            "holders"
          ],
          "data_types": [
            "nansen",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow",
            "holder_distribution",
            "token_flow",
            "price"
          ],
          "input_fields": [
            "date",
            "chain",
            "pagination",
            "token_address"
          ],
          "output_fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.value_usd",
            "data.token_amount",
            "data.holders_count",
            "data.total_inflows_cex",
            "data.total_inflows_dex",
            "data.total_outflows_cex",
            "data.total_outflows_dex",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "capability_refs": [
            "nansen",
            "data_service",
            "token_god_mode",
            "token_data",
            "token_flows",
            "exchange_flow"
          ],
          "routing_version": "agentrouter_structured_routing_v1",
          "time_requirements": {
            "supports_realtime": false,
            "supports_historical": true,
            "accepted_time_fields": [
              "date",
              "token_address"
            ]
          }
        },
        "version": "1.0.0",
        "created_at": "2026-06-01T13:47:26.294Z",
        "service_id": "nansen_tgm_flows",
        "updated_at": "2026-06-01T13:47:26.294Z",
        "config_hash": "0xb9e3764875fcadd9994fb25efef370a78581a8ff9b9c6cd4e3ca3c39d820c366",
        "capabilities": [
          "nansen",
          "data_service",
          "token_god_mode",
          "token_data",
          "token_flows",
          "exchange_flow",
          "transfer_data",
          "token_transfers",
          "wallet_activity",
          "token_analytics"
        ],
        "request_data": {
          "fields": [
            "chain",
            "token_address",
            "date",
            "pagination"
          ],
          "example": {
            "date": {
              "to": "2026-05-24",
              "from": "2026-05-20"
            },
            "chain": "ethereum",
            "pagination": {
              "page": 1,
              "per_page": 3
            },
            "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, date, pagination"
        },
        "display_title": "Get \"Token God Mode\" (TGM) flows data",
        "manifest_hash": "0x23d09e8843056547cc65fa3a960251ae5ace9616eaaec4fa21e62b4c4dcad76f",
        "manifest_type": "hosted_http_data_api",
        "response_data": {
          "fields": [
            "data",
            "data.date",
            "data.price_usd",
            "data.token_amount",
            "data.value_usd",
            "data.holders_count",
            "data.total_inflows_count",
            "data.total_outflows_count",
            "data.total_inflows_dex",
            "data.total_outflows_dex",
            "data.total_inflows_cex",
            "data.total_outflows_cex",
            "pagination",
            "pagination.page",
            "pagination.per_page",
            "pagination.is_last_page"
          ],
          "preview": {
            "data": [
              {
                "date": "example",
                "price_usd": "example",
                "value_usd": "example",
                "token_amount": "example",
                "holders_count": "example",
                "total_inflows_cex": "example",
                "total_inflows_dex": "example",
                "total_outflows_cex": "example",
                "total_outflows_dex": "example",
                "total_inflows_count": "example",
                "total_outflows_count": "example"
              }
            ],
            "pagination": {
              "page": 1,
              "per_page": 10,
              "is_last_page": true
            }
          },
          "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, pagination"
        },
        "sample_request": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "ethereum",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "token_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
        },
        "quality_profile": {
          "feedback_count": 4,
          "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": [],
            "data_shape": {
              "type": "object",
              "empty": false,
              "nested_arrays": [
                {
                  "key": "data",
                  "item_count": 17
                }
              ],
              "top_level_keys": [
                "data",
                "pagination"
              ]
            },
            "sanity_valid": true,
            "schema_valid": true,
            "quality_model": {
              "name": "deterministic_first_data_quality_v1",
              "weights": {
                "deterministic": 0.8,
                "agent_friendly": 0.2
              }
            },
            "coverage_valid": true,
            "data_non_empty": true,
            "freshness_valid": true,
            "data_quality_issues": [],
            "deterministic_score": 1,
            "agent_friendly_score": 1,
            "overall_quality_score": 1
          },
          "quality_event_count": 3,
          "verification_status": "verified",
          "business_error_count": 0,
          "latest_quality_event": {
            "status": "verified_result_recorded",
            "created_at": "2026-06-01T17:27:13.322Z",
            "event_hash": "0xb910577642e3b73cf2e54b2cc526322fbb9ae931ae642d59326c0d22c4df8078",
            "event_type": "completed_paid_invocation",
            "payment_tx": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
            "request_id": "req_1780334828360",
            "service_id": "nansen_tgm_flows",
            "trace_hash": "0x46d6bfa3c11409de6de3f5189a6ee46320dea94d3d552836a9372f60296ff657",
            "provider_id": "provider_nansen_api",
            "event_version": "agent_service_quality_event_v1",
            "blocking_issues": [],
            "quality_event_id": "0x09081228dc81eca01bd2dc1f6fbe97e18d3c62435c8a536df2d98ad4fbd3a7fa",
            "consumer_feedback_expected": true,
            "deterministic_verification": {
              "issues": [],
              "data_shape": {
                "type": "object",
                "empty": false,
                "nested_arrays": [
                  {
                    "key": "data",
                    "item_count": 17
                  }
                ],
                "top_level_keys": [
                  "data",
                  "pagination"
                ]
              },
              "sanity_valid": true,
              "schema_valid": true,
              "quality_model": {
                "name": "deterministic_first_data_quality_v1",
                "weights": {
                  "deterministic": 0.8,
                  "agent_friendly": 0.2
                }
              },
              "coverage_valid": true,
              "data_non_empty": true,
              "freshness_valid": true,
              "data_quality_issues": [],
              "deterministic_score": 1,
              "agent_friendly_score": 1,
              "overall_quality_score": 1
            }
          },
          "latest_validation_ok": true,
          "upstream_error_count": 0,
          "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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": {
                "date": "<string>",
                "price_usd": "<string>",
                "value_usd": "<string>",
                "token_amount": "<string>",
                "holders_count": "<string>",
                "total_inflows_cex": "<string>",
                "total_inflows_dex": "<string>",
                "total_outflows_cex": "<string>",
                "total_outflows_dex": "<string>",
                "total_inflows_count": "<string>",
                "total_outflows_count": "<string>"
              },
              "item_count_sample": 1
            },
            "pagination": {
              "page": "<number>",
              "per_page": "<number>",
              "is_last_page": "<boolean>"
            }
          },
          "agent_hints": {
            "good_for": [
              "MVP validation",
              "Agent response parsing"
            ],
            "warnings": [
              "Use paid invocation for the full response."
            ],
            "suggested_followups": []
          },
          "query_shape": {
            "date": {
              "to": "<string>",
              "from": "<string>"
            },
            "chain": "<string>",
            "pagination": {
              "page": "<number>",
              "per_page": "<number>"
            },
            "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.99,
            "success_rate": 1,
            "feedback_count": 4,
            "intent_fit_rate": 1,
            "usefulness_rate": 1,
            "schema_valid_rate": 1,
            "average_latency_ms": null,
            "coverage_valid_rate": 1,
            "recent_failure_rate": 0,
            "verification_status": "verified",
            "freshness_valid_rate": 1,
            "average_consumer_score": 1,
            "consumer_feedback_count": 1,
            "operational_feedback_count": 4,
            "average_agent_friendly_score": 1
          },
          "health": {
            "status": "healthy",
            "health_version": "agent_service_health_v1",
            "circuit_breaker": {
              "active": false,
              "reason": null,
              "recent_window": 4,
              "recent_failures": 0
            },
            "last_failure_at": null,
            "last_success_at": "2026-06-01T17:28:15.821Z",
            "last_validation_at": "2026-06-01T13:47:26.294Z",
            "last_validation_ok": true,
            "latest_http_status": null,
            "recent_failure_rate": 0
          },
          "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": [
            "has_declared_limitations"
          ],
          "limitations": [
            "Sample response is mock/static and not a live paid response."
          ],
          "request_data": {
            "fields": [
              "chain",
              "token_address",
              "date",
              "pagination"
            ],
            "example": {
              "date": {
                "to": "2026-05-24",
                "from": "2026-05-20"
              },
              "chain": "ethereum",
              "pagination": {
                "page": 1,
                "per_page": 3
              },
              "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, date, pagination"
          },
          "verification": {
            "status": "verified",
            "last_validation_at": "2026-06-01T13:47:26.294Z",
            "last_validation_ok": true,
            "latest_http_status": null
          },
          "response_data": {
            "fields": [
              "data",
              "data.date",
              "data.price_usd",
              "data.token_amount",
              "data.value_usd",
              "data.holders_count",
              "data.total_inflows_count",
              "data.total_outflows_count",
              "data.total_inflows_dex",
              "data.total_outflows_dex",
              "data.total_inflows_cex",
              "data.total_outflows_cex",
              "pagination",
              "pagination.page",
              "pagination.per_page",
              "pagination.is_last_page"
            ],
            "preview": {
              "data": [
                {
                  "date": "example",
                  "price_usd": "example",
                  "value_usd": "example",
                  "token_amount": "example",
                  "holders_count": "example",
                  "total_inflows_cex": "example",
                  "total_inflows_dex": "example",
                  "total_outflows_cex": "example",
                  "total_outflows_dex": "example",
                  "total_inflows_count": "example",
                  "total_outflows_count": "example"
                }
              ],
              "pagination": {
                "page": 1,
                "per_page": 10,
                "is_last_page": true
              }
            },
            "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, pagination"
          },
          "context_version": "agent_pre_call_context_v1",
          "decision_summary": "Use nansen_tgm_flows when the task fits: nansen, token_god_mode, token_data, token_flows, exchange_flow, transfer_data. 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) flows data. Endpoint: POST /api/v1/tgm/flows. 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": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a",
      "trace_payload_hash": "0xe76ee58dd46129158ddd141b914e886a8d8574c29476b640a7482298c027cc48",
      "verification_report": {
        "created_at": "2026-06-01T17:28:16.314Z",
        "request_id": "req_1780334893246",
        "service_id": "nansen_tgm_flows",
        "report_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a",
        "schema_valid": true,
        "business_error": null,
        "coverage_valid": true,
        "data_non_empty": true,
        "report_version": "agentrouter_verification_report_v1",
        "freshness_valid": true,
        "deterministic_checks": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 17
              }
            ],
            "top_level_keys": [
              "data",
              "pagination"
            ]
          },
          "sanity_valid": true,
          "schema_valid": true,
          "quality_model": {
            "name": "deterministic_first_data_quality_v1",
            "weights": {
              "deterministic": 0.8,
              "agent_friendly": 0.2
            }
          },
          "coverage_valid": true,
          "data_non_empty": true,
          "freshness_valid": true,
          "data_quality_issues": [],
          "deterministic_score": 1,
          "agent_friendly_score": 1,
          "overall_quality_score": 1
        }
      },
      "verification_report_hash": "0x1d7dfae7ae447a05108bbf7f8d669e611c6242481d9aae3fda6eab505e563c6a"
    }
  ],
  "recent_quality_events": [
    {
      "status": "verified_result_recorded",
      "created_at": "2026-05-27T07:54:29.403Z",
      "event_hash": "0x04d110bd9fab1b7e2de95bc4e520a735312a467f9d92051ae90b71fcb5ed2520",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
      "request_id": "req_1779868464527",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0x0e87c5c11503963fbf945a1f3df9e7197f1ceed30f7a920a7fc23a5895692ad7",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [],
      "quality_event_id": "0x67c9cb74f700a7efa1ed48bf81d05935740f6cdcadf94c4dcda13b5e6c6d23f5",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 31
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      }
    },
    {
      "status": "verified_result_recorded",
      "created_at": "2026-05-29T07:02:53.999Z",
      "event_hash": "0x6650b838713bec496d167eff3f0bdfa7e0b9e61fb156182d39770bce207bfa82",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
      "request_id": "req_1780038164981",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0xe478cd0f288172bb64e99a9f28b5cd8c86543e0dc014682e2fac2a1b63d7e313",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [],
      "quality_event_id": "0x09f0909eb2b7398d929746d7a5d11fbc299b79b618613ce889c0428092cf72fb",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 24
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      }
    },
    {
      "status": "verified_result_recorded",
      "created_at": "2026-06-01T17:27:13.322Z",
      "event_hash": "0xb910577642e3b73cf2e54b2cc526322fbb9ae931ae642d59326c0d22c4df8078",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
      "request_id": "req_1780334828360",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0x46d6bfa3c11409de6de3f5189a6ee46320dea94d3d552836a9372f60296ff657",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [],
      "quality_event_id": "0x09081228dc81eca01bd2dc1f6fbe97e18d3c62435c8a536df2d98ad4fbd3a7fa",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      }
    },
    {
      "status": "verified_result_recorded",
      "created_at": "2026-06-01T17:28:17.945Z",
      "event_hash": "0x30d47982b640900acc9c3372bbbd6b62e05cfe39ae57152eccc6f7cecfda213c",
      "event_type": "completed_paid_invocation",
      "payment_tx": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
      "request_id": "req_1780334893246",
      "service_id": "nansen_tgm_flows",
      "trace_hash": "0xe76ee58dd46129158ddd141b914e886a8d8574c29476b640a7482298c027cc48",
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "blocking_issues": [],
      "quality_event_id": "0x820634e9ef3338f9aa615490b1bf7ab62bc8da74cedcd27f8012e452f42500a7",
      "consumer_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      }
    }
  ],
  "recent_feedback_events": [
    {
      "status": "success",
      "created_at": "2026-05-27T07:54:24.812Z",
      "latency_ms": null,
      "payment_tx": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
      "request_id": "req_1779868464527",
      "service_id": "nansen_tgm_flows",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 31
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0x532f79a2f879f8c0e9e59f71cbbba97ee2f157f773a3f7b6f5f5320a814070d5",
      "coverage_valid": true,
      "data_non_empty": true,
      "consumer_rating": 1,
      "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": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-05-27T07:54:24.463Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
          "amount": "0.01"
        },
        "block_number": "44245218",
        "explorer_url": "https://testnet.arcscan.app/tx/0xefd6893199aa454120e0c8f4f8b3cd3a0a8dd800bdf9f97eefde87a03b91e8d7",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      },
      "consumer_feedback": {
        "reason": "The flows call returned non-empty hourly ERA flow data for the requested contract and period.",
        "confidence": 0.9,
        "intent_fit": "yes",
        "answer_useful": "yes",
        "consumer_score": 1,
        "missing_fields": [
          "cex/dex split fields were null"
        ],
        "data_quality_score": 1,
        "used_in_final_answer": true
      },
      "consumer_feedback_actor_key": "codex_local_agent",
      "consumer_feedback_arc_anchor": {
        "mode": "arc_testnet",
        "caip2": "eip155:5042002",
        "status": "anchored",
        "network": "arc-testnet",
        "tx_hash": "0xc8a4c93eaac1f7662fc3f72ba8d27feee85a492b4a1c28a09b9af89c66db5c4e",
        "chain_id": 5042002,
        "created_at": "2026-05-27T07:55:48.725Z",
        "event_type": "AgentRouterFeedback",
        "request_id": "req_1779868464527",
        "block_number": "44245380",
        "explorer_url": "https://testnet.arcscan.app/tx/0xc8a4c93eaac1f7662fc3f72ba8d27feee85a492b4a1c28a09b9af89c66db5c4e",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "feedback_hash": "0x19bfba8d3d171326f98f098186c0526d1289c2e1e7f0de3e7b1c4425a7a4fc56",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "storage_model": "full_feedback_offchain_hash_on_arc",
        "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "anchor_version": "agent_router_feedback_arc_anchor_v1",
        "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0"
      },
      "consumer_feedback_erc8004": {
        "tag1": "data_quality",
        "tag2": "intent_fit",
        "caip2": "eip155:5042002",
        "error": "ERC-8004 agent_id is missing. Set ADN_ERC8004_AGENT_ID or attach registration.erc8004.agent_id to the service manifest.",
        "value": 10000,
        "status": "not_configured",
        "network": "arc-testnet",
        "agent_id": null,
        "chain_id": 5042002,
        "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868464527",
        "standard": "ERC-8004",
        "created_at": "2026-05-27T07:55:53.111Z",
        "event_type": "AgentRouterConsumerFeedback",
        "request_id": "req_1779868464527",
        "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868464527",
        "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
        "feedback_hash": "0x8cceb8eba039646ab22a3b5f750daec92dadb92ea8efa1f4b24790eed4eddf1b",
        "function_name": "giveFeedback",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "registry_type": "reputation",
        "value_decimals": 2,
        "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
        "identity_registry_address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
        "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
      },
      "consumer_feedback_trust_anchor": {
        "erc8004": {
          "tag1": "data_quality",
          "tag2": "intent_fit",
          "caip2": "eip155:5042002",
          "error": "ERC-8004 agent_id is missing. Set ADN_ERC8004_AGENT_ID or attach registration.erc8004.agent_id to the service manifest.",
          "value": 10000,
          "status": "not_configured",
          "network": "arc-testnet",
          "agent_id": null,
          "chain_id": 5042002,
          "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868464527",
          "standard": "ERC-8004",
          "created_at": "2026-05-27T07:55:53.111Z",
          "event_type": "AgentRouterConsumerFeedback",
          "request_id": "req_1779868464527",
          "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1779868464527",
          "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
          "feedback_hash": "0x8cceb8eba039646ab22a3b5f750daec92dadb92ea8efa1f4b24790eed4eddf1b",
          "function_name": "giveFeedback",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "registry_type": "reputation",
          "value_decimals": 2,
          "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
          "identity_registry_address": "0x8004A818BFB912233c491871b3d84c89A494BD9e",
          "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
        },
        "arc_anchor": {
          "mode": "arc_testnet",
          "caip2": "eip155:5042002",
          "status": "anchored",
          "network": "arc-testnet",
          "tx_hash": "0xc8a4c93eaac1f7662fc3f72ba8d27feee85a492b4a1c28a09b9af89c66db5c4e",
          "chain_id": 5042002,
          "created_at": "2026-05-27T07:55:48.725Z",
          "event_type": "AgentRouterFeedback",
          "request_id": "req_1779868464527",
          "block_number": "44245380",
          "explorer_url": "https://testnet.arcscan.app/tx/0xc8a4c93eaac1f7662fc3f72ba8d27feee85a492b4a1c28a09b9af89c66db5c4e",
          "service_hash": "0x88591a972f587ee057a318e25a7ed0c5b999cadc608163fbc7549326fe8e01d1",
          "feedback_hash": "0x19bfba8d3d171326f98f098186c0526d1289c2e1e7f0de3e7b1c4425a7a4fc56",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "storage_model": "full_feedback_offchain_hash_on_arc",
          "anchor_account": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
          "anchor_version": "agent_router_feedback_arc_anchor_v1",
          "contract_address": "0x65274c73f39bf1654f9aaf261ea16d0b08fdb8d0"
        },
        "primary_standard": "custom_arc_anchor",
        "trust_anchor_version": "agent_router_trust_anchor_v1"
      }
    },
    {
      "status": "success",
      "created_at": "2026-05-29T07:02:48.127Z",
      "latency_ms": null,
      "payment_tx": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
      "request_id": "req_1780038164981",
      "service_id": "nansen_tgm_flows",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 24
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0xeb15660588eec5bb13976c6f800753d43b5f53e1ec1b7575df0a6e90210d2e6e",
      "billing_status": "charged_success",
      "coverage_valid": true,
      "data_non_empty": true,
      "consumer_rating": 1,
      "freshness_valid": true,
      "payment_backend": "circle_arc",
      "payment_collected": true,
      "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": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-05-29T07:02:48.097Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0x340a3320efe1ff92965c5fe403bb8682624d1ed3",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0x340a3320efe1ff92965c5fe403bb8682624d1ed3",
          "amount": "0.01"
        },
        "block_number": "44557183",
        "explorer_url": "https://testnet.arcscan.app/tx/0x182315c2ef15273c5d3c488fefde6fe584ff48459dce3b59f7c7dd983f2d7db1",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      },
      "result_delivery_status": "delivered"
    },
    {
      "status": "success",
      "created_at": "2026-06-01T17:27:11.091Z",
      "latency_ms": null,
      "payment_tx": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
      "request_id": "req_1780334828360",
      "service_id": "nansen_tgm_flows",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0x5e446fc1815058fcead6e7e113ed042af772d169a49afde5ea9594b0649d7248",
      "billing_status": "charged_success",
      "coverage_valid": true,
      "data_non_empty": true,
      "consumer_rating": 1,
      "freshness_valid": true,
      "payment_backend": "circle_arc",
      "payment_collected": true,
      "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": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-06-01T17:27:10.978Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
          "amount": "0.01"
        },
        "block_number": "45015344",
        "explorer_url": "https://testnet.arcscan.app/tx/0xa68d7fecb8b043714ce54a0097d5e8b513e528ebb7187af5f37281ab98f1c66f",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      },
      "result_delivery_status": "delivered"
    },
    {
      "status": "success",
      "created_at": "2026-06-01T17:28:15.821Z",
      "latency_ms": null,
      "payment_tx": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
      "request_id": "req_1780334893246",
      "service_id": "nansen_tgm_flows",
      "consumer_id": "local_agent_wallet",
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 17
            }
          ],
          "top_level_keys": [
            "data",
            "pagination"
          ]
        },
        "sanity_valid": true,
        "schema_valid": true,
        "quality_model": {
          "name": "deterministic_first_data_quality_v1",
          "weights": {
            "deterministic": 0.8,
            "agent_friendly": 0.2
          }
        },
        "coverage_valid": true,
        "data_non_empty": true,
        "freshness_valid": true,
        "data_quality_issues": [],
        "deterministic_score": 1,
        "agent_friendly_score": 1,
        "overall_quality_score": 1
      },
      "event_version": "agent_service_feedback_v1",
      "feedback_hash": "0xbf4d8480e180af85302ea0eca717348e7113509a3181b4d2d51faad3e2f5c210",
      "billing_status": "charged_success",
      "coverage_valid": true,
      "data_non_empty": true,
      "consumer_rating": 1,
      "freshness_valid": true,
      "payment_backend": "circle_arc",
      "payment_collected": true,
      "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": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "chain_id": 5042002,
        "protocol": "x402",
        "created_at": "2026-06-01T17:28:15.709Z",
        "token_address": "0x3600000000000000000000000000000000000000",
        "payment_backend": "circle_arc",
        "receipt_version": "agent_router_settlement_receipt_v1",
        "settlement_model": "direct_provider_wallet"
      },
      "payment_verification": {
        "ok": true,
        "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
        "pay_to": "0x2C4d600a04c0d3bbb1e3Cc8a13e54e21c2B6C0bB",
        "status": "verified_arc_usdc_transfer",
        "tx_hash": "0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "chain_id": 5042002,
        "expected": {
          "payTo": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
          "payer": "0xe3cbf7e987157348616024f9e9a438bab73a23e4",
          "amount": "0.01"
        },
        "block_number": "45015424",
        "explorer_url": "https://testnet.arcscan.app/tx/0x4457ffc1e22b491b1bee19746dc0452a52ae7700167b522b966e0116c37b787d",
        "amount_atomic": "10000",
        "token_address": "0x3600000000000000000000000000000000000000"
      },
      "result_delivery_status": "delivered"
    }
  ],
  "recent_health_checks": []
}