{
  "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_smart_money_dex_trades",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0x5d434a6a268dd7572848917456c92d14d23845f0428f371d5b577027d4933177",
    "config_hash": "0x28975d4b998a35ea2259891b1762dd45162769b4648fc44f9ba2ec71cd173d13",
    "title": "Get Smart Money DEX Trades Data",
    "display_title": "Get Smart Money DEX Trades Data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get Smart Money DEX Trades Data. Endpoint: POST /api/v1/smart-money/dex-trades. Best for smart money behavior, labeled wallet activity, accumulation, distribution, holdings, and trading flow questions.",
    "capabilities": [
      "nansen",
      "data_service",
      "smart_money",
      "onchain_intelligence",
      "dex_trades",
      "trade_flow"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "smart_money",
        "onchain_intelligence",
        "dex_trades",
        "trade_flow",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "base"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": []
      },
      "input_fields": [
        "chains",
        "pagination"
      ],
      "output_fields": [
        "data",
        "data.chain",
        "data.token_sold_fdv",
        "data.trader_address",
        "data.block_timestamp",
        "data.trade_value_usd",
        "data.token_bought_fdv",
        "data.transaction_hash",
        "data.token_sold_amount",
        "data.token_sold_symbol",
        "data.token_sold_address",
        "data.token_bought_amount",
        "data.token_bought_symbol",
        "data.token_sold_age_days",
        "data.token_bought_address",
        "data.trader_address_label",
        "data.token_bought_age_days",
        "data.token_sold_market_cap",
        "data.token_bought_market_cap",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "smart",
        "money",
        "dex",
        "trades",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "smart-money",
        "dex-trades",
        "best",
        "behavior",
        "labeled",
        "wallet",
        "activity",
        "accumulation"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "smart_money",
        "onchain_intelligence",
        "dex_trades",
        "trade_flow"
      ]
    },
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "verification_status": "verified",
    "trust": {
      "provider_id": "provider_nansen_api",
      "feedback_count": 1,
      "operational_feedback_count": 1,
      "consumer_feedback_count": 1,
      "recent_failure_rate": 0,
      "success_rate": 1,
      "schema_valid_rate": 1,
      "freshness_valid_rate": 1,
      "coverage_valid_rate": 1,
      "intent_fit_rate": 0,
      "intent_mismatch_count": 1,
      "intent_mismatch_rate": 1,
      "usefulness_rate": 0,
      "average_consumer_score": 0.05,
      "average_agent_friendly_score": 1,
      "average_latency_ms": 1158,
      "verification_status": "verified",
      "feedback_state": "observed",
      "trust_score": 0.7635,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0.1667,
      "routing_trust_score": 0.7106
    },
    "sample_request": {
      "chains": [
        "all"
      ],
      "pagination": {
        "page": 1,
        "per_page": 10
      }
    },
    "request_data": {
      "fields": [
        "chains",
        "pagination"
      ],
      "example": {
        "chains": [
          "all"
        ],
        "pagination": {
          "page": 1,
          "per_page": 10
        }
      },
      "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
      "shape_summary": "object keys: chains, pagination"
    },
    "response_data": {
      "fields": [
        "data",
        "data.chain",
        "data.block_timestamp",
        "data.transaction_hash",
        "data.trader_address",
        "data.trader_address_label",
        "data.token_bought_address",
        "data.token_sold_address",
        "data.token_bought_amount",
        "data.token_sold_amount",
        "data.token_bought_symbol",
        "data.token_sold_symbol",
        "data.token_bought_age_days",
        "data.token_sold_age_days",
        "data.token_bought_market_cap",
        "data.token_sold_market_cap"
      ],
      "preview": {
        "data": [
          {
            "chain": "base",
            "token_sold_fdv": "example",
            "trader_address": "0x0000000000000000000000000000000000000000",
            "block_timestamp": "example",
            "trade_value_usd": "example",
            "token_bought_fdv": "example",
            "transaction_hash": "example",
            "token_sold_amount": "example",
            "token_sold_symbol": "BTC",
            "token_sold_address": "0x0000000000000000000000000000000000000000",
            "token_bought_amount": "example",
            "token_bought_symbol": "BTC",
            "token_sold_age_days": 1,
            "token_bought_address": "0x0000000000000000000000000000000000000000",
            "trader_address_label": "0x0000000000000000000000000000000000000000",
            "token_bought_age_days": 1,
            "token_sold_market_cap": "example",
            "token_bought_market_cap": "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_smart_money_dex_trades when the task fits: nansen, smart_money, onchain_intelligence, dex_trades, trade_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.226Z",
        "latest_http_status": 200
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 1,
        "operational_feedback_count": 1,
        "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": 0,
        "intent_mismatch_count": 1,
        "intent_mismatch_rate": 1,
        "usefulness_rate": 0,
        "average_consumer_score": 0.05,
        "average_agent_friendly_score": 1,
        "average_latency_ms": 1158,
        "verification_status": "verified",
        "feedback_state": "observed",
        "trust_score": 0.7635,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0.1667,
        "routing_trust_score": 0.7106
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.226Z",
        "last_validation_ok": true,
        "last_success_at": "2026-05-24T07:05:15.693Z",
        "last_failure_at": null,
        "latest_http_status": 200,
        "recent_failure_rate": 0,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 1,
          "recent_failures": 0
        }
      },
      "request_data": {
        "fields": [
          "chains",
          "pagination"
        ],
        "example": {
          "chains": [
            "all"
          ],
          "pagination": {
            "page": 1,
            "per_page": 10
          }
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chains, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.chain",
          "data.block_timestamp",
          "data.transaction_hash",
          "data.trader_address",
          "data.trader_address_label",
          "data.token_bought_address",
          "data.token_sold_address",
          "data.token_bought_amount",
          "data.token_sold_amount",
          "data.token_bought_symbol",
          "data.token_sold_symbol",
          "data.token_bought_age_days",
          "data.token_sold_age_days",
          "data.token_bought_market_cap",
          "data.token_sold_market_cap"
        ],
        "preview": {
          "data": [
            {
              "chain": "base",
              "token_sold_fdv": "example",
              "trader_address": "0x0000000000000000000000000000000000000000",
              "block_timestamp": "example",
              "trade_value_usd": "example",
              "token_bought_fdv": "example",
              "transaction_hash": "example",
              "token_sold_amount": "example",
              "token_sold_symbol": "BTC",
              "token_sold_address": "0x0000000000000000000000000000000000000000",
              "token_bought_amount": "example",
              "token_bought_symbol": "BTC",
              "token_sold_age_days": 1,
              "token_bought_address": "0x0000000000000000000000000000000000000000",
              "trader_address_label": "0x0000000000000000000000000000000000000000",
              "token_bought_age_days": 1,
              "token_sold_market_cap": "example",
              "token_bought_market_cap": "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": {
        "chains": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": "<string>"
        },
        "pagination": {
          "page": "<number>",
          "per_page": "<number>"
        }
      },
      "data_shape": {
        "data": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "chain": "<string>",
            "token_sold_fdv": "<string>",
            "trader_address": "<address_or_hash>",
            "block_timestamp": "<string>",
            "trade_value_usd": "<string>",
            "token_bought_fdv": "<string>",
            "transaction_hash": "<string>",
            "token_sold_amount": "<string>",
            "token_sold_symbol": "<string>",
            "token_sold_address": "<address_or_hash>",
            "token_bought_amount": "<string>",
            "token_bought_symbol": "<string>",
            "token_sold_age_days": "<number>",
            "token_bought_address": "<address_or_hash>",
            "trader_address_label": "<address_or_hash>",
            "token_bought_age_days": "<number>",
            "token_sold_market_cap": "<string>",
            "token_bought_market_cap": "<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 Smart Money DEX Trades Data. Endpoint: POST /api/v1/smart-money/dex-trades. Best for smart money behavior, labeled wallet activity, accumulation, distribution, holdings, and trading flow questions. (sample response)",
      "redaction": {
        "redacted": true,
        "reason": "Public discovery responses expose schema and shape only. Real values require paid invocation."
      }
    },
    "validation_result_preview": null,
    "source_provenance": {
      "provenance_version": "agent_data_source_provenance_v1",
      "source_provenance_level": "wrapped_api",
      "source_type": "provider_declared_data_service",
      "authorization_status": "provider_declared",
      "redistribution_status": "provider_declared",
      "credential_custody": "hosted_runtime_config",
      "platform_stores_credentials": true,
      "verified_by_platform": false
    },
    "quality_profile": {
      "profile_version": "agent_data_quality_profile_v1",
      "verification_status": "verified",
      "latest_validation_ok": true,
      "latest_validation_error": null,
      "feedback_count": 1,
      "quality_event_count": 1,
      "upstream_error_count": 0,
      "business_error_count": 0,
      "latest_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "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_quality_event": {
        "input": {
          "chains": [
            "ethereum"
          ],
          "pagination": {
            "page": 1,
            "per_page": 10
          }
        },
        "status": "passed",
        "created_at": "2026-05-24T07:05:15.693Z",
        "payment_tx": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
        "request_id": "req_1779606315692",
        "service_id": "nansen_smart_money_dex_trades",
        "http_status": 200,
        "provider_id": "provider_nansen_api",
        "event_version": "agent_service_quality_event_v1",
        "business_error": {
          "detected": false
        },
        "blocking_issues": [],
        "quality_event_id": "qe_1779606315693_34f97ff0",
        "blocking_issue_count": 0,
        "agent_feedback_expected": true,
        "deterministic_verification": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "data",
                "item_count": 10
              }
            ],
            "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
        }
      },
      "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.226Z",
      "last_validation_ok": true,
      "last_success_at": "2026-05-24T07:05:15.693Z",
      "last_failure_at": null,
      "latest_http_status": 200,
      "recent_failure_rate": 0,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 1,
        "recent_failures": 0
      }
    },
    "erc8004": {
      "agent_id": "340924",
      "chain": "bsc",
      "chain_id": 56,
      "registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "explorer_url": "https://8004scan.io/agents/56/340924"
    },
    "erc8004_status": {
      "state": "registered",
      "active_chain": "bsc",
      "registered_chain": "bsc",
      "agent_id": "340924"
    },
    "badges": [
      {
        "code": "verified_live_endpoint",
        "label": "Verified live endpoint",
        "level": "positive"
      },
      {
        "code": "healthy",
        "label": "Healthy",
        "level": "positive"
      },
      {
        "code": "fresh_data",
        "label": "Fresh data",
        "level": "positive"
      },
      {
        "code": "source_declared",
        "label": "Source declared",
        "level": "neutral"
      }
    ],
    "created_at": "2026-09-08T08:21:24.226Z",
    "updated_at": "2026-09-08T17:05:35.089Z"
  },
  "manifest": {
    "title": "Get Smart Money DEX Trades 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_smart_money_dex_trades",
      "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_smart_money_dex_trades",
    "capabilities": [
      "nansen",
      "data_service",
      "smart_money",
      "onchain_intelligence",
      "dex_trades",
      "trade_flow"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "chains": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "pagination": {
          "type": "object",
          "properties": {
            "page": {
              "type": "number"
            },
            "per_page": {
              "type": "number"
            }
          }
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:b666965933ed247593cb9ebddf13eabade012c0179acb8ede79369bf7e761919",
      "manifest_hash": "0x5d434a6a268dd7572848917456c92d14d23845f0428f371d5b577027d4933177",
      "config_hash": "0x28975d4b998a35ea2259891b1762dd45162769b4648fc44f9ba2ec71cd173d13",
      "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:05:35.089Z"
      }
    },
    "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 Smart Money DEX Trades Data. Endpoint: POST /api/v1/smart-money/dex-trades. Best for smart money behavior, labeled wallet activity, accumulation, distribution, holdings, and trading flow questions.",
      "request_data": {
        "fields": [
          "chains",
          "pagination"
        ],
        "example": {
          "chains": [
            "all"
          ],
          "pagination": {
            "page": 1,
            "per_page": 10
          }
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: chains, pagination"
      },
      "response_data": {
        "fields": [
          "data",
          "data.chain",
          "data.block_timestamp",
          "data.transaction_hash",
          "data.trader_address",
          "data.trader_address_label",
          "data.token_bought_address",
          "data.token_sold_address",
          "data.token_bought_amount",
          "data.token_sold_amount",
          "data.token_bought_symbol",
          "data.token_sold_symbol",
          "data.token_bought_age_days",
          "data.token_sold_age_days",
          "data.token_bought_market_cap",
          "data.token_sold_market_cap"
        ],
        "preview": {
          "data": [
            {
              "chain": "base",
              "token_sold_fdv": "example",
              "trader_address": "0x0000000000000000000000000000000000000000",
              "block_timestamp": "example",
              "trade_value_usd": "example",
              "token_bought_fdv": "example",
              "transaction_hash": "example",
              "token_sold_amount": "example",
              "token_sold_symbol": "BTC",
              "token_sold_address": "0x0000000000000000000000000000000000000000",
              "token_bought_amount": "example",
              "token_bought_symbol": "BTC",
              "token_sold_age_days": 1,
              "token_bought_address": "0x0000000000000000000000000000000000000000",
              "trader_address_label": "0x0000000000000000000000000000000000000000",
              "token_bought_age_days": 1,
              "token_sold_market_cap": "example",
              "token_bought_market_cap": "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",
          "smart_money",
          "onchain_intelligence",
          "dex_trades",
          "trade_flow"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "smart_money",
        "onchain_intelligence",
        "dex_trades",
        "trade_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: chains, pagination",
      "response_shape_summary": "object keys: data, pagination",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "smart_money",
          "onchain_intelligence",
          "dex_trades",
          "trade_flow",
          "token_flow"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "time_window"
        ],
        "chains": [
          "base"
        ],
        "time_requirements": {
          "supports_realtime": false,
          "supports_historical": true,
          "accepted_time_fields": []
        },
        "input_fields": [
          "chains",
          "pagination"
        ],
        "output_fields": [
          "data",
          "data.chain",
          "data.token_sold_fdv",
          "data.trader_address",
          "data.block_timestamp",
          "data.trade_value_usd",
          "data.token_bought_fdv",
          "data.transaction_hash",
          "data.token_sold_amount",
          "data.token_sold_symbol",
          "data.token_sold_address",
          "data.token_bought_amount",
          "data.token_bought_symbol",
          "data.token_sold_age_days",
          "data.token_bought_address",
          "data.trader_address_label",
          "data.token_bought_age_days",
          "data.token_sold_market_cap",
          "data.token_bought_market_cap",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "keywords": [
          "smart",
          "money",
          "dex",
          "trades",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "smart-money",
          "dex-trades",
          "best",
          "behavior",
          "labeled",
          "wallet",
          "activity",
          "accumulation"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "smart_money",
          "onchain_intelligence",
          "dex_trades",
          "trade_flow"
        ]
      }
    },
    "sample_request": {
      "chains": [
        "all"
      ],
      "pagination": {
        "page": 1,
        "per_page": 10
      }
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": [
          {
            "chain": "base",
            "token_sold_fdv": "example",
            "trader_address": "0x0000000000000000000000000000000000000000",
            "block_timestamp": "example",
            "trade_value_usd": "example",
            "token_bought_fdv": "example",
            "transaction_hash": "example",
            "token_sold_amount": "example",
            "token_sold_symbol": "BTC",
            "token_sold_address": "0x0000000000000000000000000000000000000000",
            "token_bought_amount": "example",
            "token_bought_symbol": "BTC",
            "token_sold_age_days": 1,
            "token_bought_address": "0x0000000000000000000000000000000000000000",
            "trader_address_label": "0x0000000000000000000000000000000000000000",
            "token_bought_age_days": 1,
            "token_sold_market_cap": "example",
            "token_bought_market_cap": "example"
          }
        ],
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "query": {
        "chains": [
          "all"
        ],
        "pagination": {
          "page": 1,
          "per_page": 10
        }
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get Smart Money DEX Trades Data. Endpoint: POST /api/v1/smart-money/dex-trades. Best for smart money behavior, labeled wallet activity, accumulation, distribution, holdings, and trading flow questions. (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:56:47.152Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_smart_money_dex_trades",
      "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 Smart Money DEX Trades Data. Endpoint: POST /api/v1/smart-money/dex-trades. Best for smart money behavior, labeled wallet activity, accumulation, distribution, holdings, and trading flow questions.",
    "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",
        "smart_money",
        "onchain_intelligence",
        "dex_trades",
        "trade_flow",
        "token_flow"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "base"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": []
      },
      "input_fields": [
        "chains",
        "pagination"
      ],
      "output_fields": [
        "data",
        "data.chain",
        "data.token_sold_fdv",
        "data.trader_address",
        "data.block_timestamp",
        "data.trade_value_usd",
        "data.token_bought_fdv",
        "data.transaction_hash",
        "data.token_sold_amount",
        "data.token_sold_symbol",
        "data.token_sold_address",
        "data.token_bought_amount",
        "data.token_bought_symbol",
        "data.token_sold_age_days",
        "data.token_bought_address",
        "data.trader_address_label",
        "data.token_bought_age_days",
        "data.token_sold_market_cap",
        "data.token_bought_market_cap",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "smart",
        "money",
        "dex",
        "trades",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "smart-money",
        "dex-trades",
        "best",
        "behavior",
        "labeled",
        "wallet",
        "activity",
        "accumulation"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "smart_money",
        "onchain_intelligence",
        "dex_trades",
        "trade_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_smart_money_dex_trades",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0x5d434a6a268dd7572848917456c92d14d23845f0428f371d5b577027d4933177"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0x5d434a6a268dd7572848917456c92d14d23845f0428f371d5b577027d4933177",
      "config_hash": "0x28975d4b998a35ea2259891b1762dd45162769b4648fc44f9ba2ec71cd173d13",
      "created_at": "2026-09-08T17:05:34.987Z",
      "updated_at": "2026-09-08T17:05:34.987Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_smart_money_dex_trades",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.226Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [
    {
      "input": {
        "chains": [
          "ethereum"
        ],
        "pagination": {
          "page": 1,
          "per_page": 10
        }
      },
      "payment": {
        "quote": {
          "budget": {
            "allowed": true,
            "max_price_usdc": "0.05"
          },
          "reason": "Service price 0.01 USDC is within budget.",
          "pricing": {
            "amount": "0.01",
            "network": "base",
            "currency": "USDC",
            "protocol": "x402"
          },
          "would_pay": true,
          "service_id": "nansen_smart_money_dex_trades",
          "provider_id": "provider_nansen_api",
          "guard_result": "pass",
          "quote_version": "agent_router_payment_quote_v1",
          "payment_backend": {
            "mode": "dev",
            "notes": "Development mode uses local x402-style payment proofs and simulated settlement receipts.",
            "backend": "dev",
            "execution_layer": "local_dev_x402_proof",
            "real_settlement": false,
            "supported_backends": [
              "dev",
              "x402",
              "omniagentpay",
              "circle_arc"
            ]
          },
          "selected_service": {
            "title": "Get Smart Money DEX Trades Data",
            "pricing": {
              "amount": "0.01",
              "network": "base",
              "currency": "USDC",
              "protocol": "x402"
            },
            "service_id": "nansen_smart_money_dex_trades",
            "provider_id": "provider_nansen_api",
            "trust_score": 0.7,
            "health_status": "healthy",
            "routing_score": 0.8435,
            "selection_badges": [
              "verified_live_endpoint",
              "healthy",
              "source_wrapped_api"
            ],
            "selection_reason": "Matched 1/1 required capabilities, verification=verified, trust=0.70, consumer_feedback=0, recent_failure=n/a, health=healthy, provenance=wrapped_api, price=0.01 USDC.",
            "recent_failure_rate": null,
            "consumer_feedback_count": 0,
            "source_provenance_level": "wrapped_api"
          }
        },
        "payment_tx": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
        "settlement_receipt": {
          "mode": "dev",
          "asset": "USDC",
          "payer": "consumer_demo_agent",
          "amount": "0.01",
          "pay_to": "0xProviderDemoWallet000000000000000000000000",
          "status": "simulated_settled",
          "network": "base",
          "tx_hash": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
          "protocol": "x402",
          "created_at": "2026-05-24T07:05:15.693Z",
          "payment_backend": "dev",
          "receipt_version": "agent_router_settlement_receipt_v1"
        }
      },
      "request": {
        "params": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-23"
          },
          "chains": [
            "ethereum"
          ],
          "pagination": {
            "page": 1,
            "per_page": 10
          },
          "token_address": "0x444444444444c1a66f394025ac839a535246fcc8"
        },
        "capability": "smart_money_dex_trades",
        "constraints": {
          "max_price_usdc": "0.05",
          "freshness_seconds": 300
        },
        "consumer_context": {
          "intent": "GENIUS GENI smart money dex trades 24h token filter",
          "requested_by": "codex"
        }
      },
      "arc_anchor": {
        "status": "simulated_anchor",
        "network": "arc",
        "created_at": "2026-05-24T07:05:15.751Z",
        "event_type": "AgentRouterEvidence",
        "service_id": "nansen_smart_money_dex_trades",
        "trace_hash": "0xc78b28d021af1befe922b5cb352debe82813c6d8888b372761f5fb871720841a",
        "provider_id": "provider_nansen_api",
        "result_hash": "0x84ed4fa9168f6ce5cda201cb57117e7deca1643e544308ab70e83f4a74db69b2",
        "anchor_version": "agent_router_arc_anchor_v1"
      },
      "created_at": "2026-05-24T07:05:15.751Z",
      "input_hash": "0xe95a192a88b7627d1acd9e9acf04d2eee16f92fcbfa856c852ebd2e7e6a5b913",
      "route_type": "structured_capability_request",
      "service_id": "nansen_smart_money_dex_trades",
      "trace_hash": "0xc78b28d021af1befe922b5cb352debe82813c6d8888b372761f5fb871720841a",
      "provider_id": "provider_nansen_api",
      "result_hash": "0x84ed4fa9168f6ce5cda201cb57117e7deca1643e544308ab70e83f4a74db69b2",
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "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 Smart Money DEX Trades Data",
        "pricing": {
          "amount": "0.01",
          "network": "base",
          "currency": "USDC",
          "protocol": "x402"
        },
        "service_id": "nansen_smart_money_dex_trades",
        "provider_id": "provider_nansen_api",
        "trust_score": 0.7,
        "health_status": "healthy",
        "routing_score": 0.8435,
        "selection_badges": [
          "verified_live_endpoint",
          "healthy",
          "source_wrapped_api"
        ],
        "selection_reason": "Matched 1/1 required capabilities, verification=verified, trust=0.70, consumer_feedback=0, recent_failure=n/a, health=healthy, provenance=wrapped_api, price=0.01 USDC.",
        "recent_failure_rate": null,
        "consumer_feedback_count": 0,
        "source_provenance_level": "wrapped_api"
      },
      "verification_hash": "0xc6862e908a2162dd50176a34afc644225c94652b730366338eb2dc9dae03246a",
      "trace_payload_hash": "0xc78b28d021af1befe922b5cb352debe82813c6d8888b372761f5fb871720841a"
    }
  ],
  "recent_quality_events": [
    {
      "input": {
        "chains": [
          "ethereum"
        ],
        "pagination": {
          "page": 1,
          "per_page": 10
        }
      },
      "status": "passed",
      "created_at": "2026-05-24T07:05:15.693Z",
      "payment_tx": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
      "request_id": "req_1779606315692",
      "service_id": "nansen_smart_money_dex_trades",
      "http_status": 200,
      "provider_id": "provider_nansen_api",
      "event_version": "agent_service_quality_event_v1",
      "business_error": {
        "detected": false
      },
      "blocking_issues": [],
      "quality_event_id": "qe_1779606315693_34f97ff0",
      "blocking_issue_count": 0,
      "agent_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "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
      }
    }
  ],
  "recent_feedback_events": [
    {
      "status": "success",
      "created_at": "2026-05-24T07:05:15.693Z",
      "latency_ms": 1158,
      "payment_tx": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
      "request_id": "req_1779606315692",
      "service_id": "nansen_smart_money_dex_trades",
      "consumer_id": "consumer_demo_agent",
      "http_status": 200,
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "data",
              "item_count": 10
            }
          ],
          "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",
      "business_error": null,
      "consumer_rating": 0.05,
      "settlement_receipt": {
        "mode": "dev",
        "asset": "USDC",
        "payer": "consumer_demo_agent",
        "amount": "0.01",
        "pay_to": "0xProviderDemoWallet000000000000000000000000",
        "status": "simulated_settled",
        "network": "base",
        "tx_hash": "0xd6ec055f5cf1abd5a7667675c2c9080f4682958a3a8300582feefe661bb7247e",
        "protocol": "x402",
        "created_at": "2026-05-24T07:05:15.693Z",
        "payment_backend": "dev",
        "receipt_version": "agent_router_settlement_receipt_v1"
      },
      "consumer_feedback": {
        "reason": "Request included GENIUS token_address/date filters but the service invoked only chains/pagination and returned unrelated trades.",
        "confidence": 0.95,
        "intent_fit": "no",
        "answer_useful": "no",
        "consumer_score": 0.05,
        "missing_fields": [
          "GENIUS token filter",
          "date filter",
          "GENIUS-specific smart money trades"
        ],
        "data_quality_score": 0.2,
        "used_in_final_answer": false
      },
      "consumer_feedback_actor_key": "codex"
    }
  ],
  "recent_health_checks": []
}