{
  "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_profiler_address_pnl_summary",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0x2f1987cb534b6371b0dc4081496c4825c171a858a360231dba0526888fad8031",
    "config_hash": "0x7c458c6fd85bc920d986a296207e962d8afbe7e6f565592b4d0969f6cefa7f06",
    "title": "Get Address PnL Summary Data",
    "display_title": "Get Address PnL Summary Data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get Address PnL Summary Data. Endpoint: POST /api/v1/profiler/address/pnl-summary. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history.",
    "capabilities": [
      "nansen",
      "data_service",
      "wallet_profile",
      "address_intelligence",
      "pnl",
      "profit_loss",
      "trader_performance"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "wallet_profile",
        "address_intelligence",
        "pnl",
        "profit_loss",
        "trader_performance"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "base",
        "all"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "address"
      ],
      "output_fields": [
        "win_rate",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page",
        "top5_tokens",
        "top5_tokens.chain",
        "top5_tokens.realized_pnl",
        "top5_tokens.realized_roi",
        "top5_tokens.token_symbol",
        "top5_tokens.token_address",
        "traded_times",
        "realized_pnl_usd",
        "traded_token_count",
        "realized_pnl_percent"
      ],
      "keywords": [
        "address",
        "pnl",
        "summary",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "profiler",
        "pnl-summary",
        "best",
        "wallet",
        "due",
        "diligence",
        "balances",
        "labels",
        "counterparties"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "pnl",
        "profit_loss",
        "trader_performance"
      ]
    },
    "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.01,
      "average_agent_friendly_score": 1,
      "average_latency_ms": 4543,
      "verification_status": "verified",
      "feedback_state": "observed",
      "trust_score": 0.7428,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0.1667,
      "routing_trust_score": 0.7071
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "all",
      "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
    },
    "request_data": {
      "fields": [
        "address",
        "chain",
        "date"
      ],
      "example": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "all",
        "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
      },
      "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
      "shape_summary": "object keys: address, chain, date"
    },
    "response_data": {
      "fields": [
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page",
        "top5_tokens",
        "top5_tokens.realized_pnl",
        "top5_tokens.realized_roi",
        "top5_tokens.token_address",
        "top5_tokens.token_symbol",
        "top5_tokens.chain",
        "traded_token_count",
        "traded_times",
        "realized_pnl_usd",
        "realized_pnl_percent",
        "win_rate"
      ],
      "preview": {
        "win_rate": 1,
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        },
        "top5_tokens": [
          {
            "chain": "base",
            "realized_pnl": "example",
            "realized_roi": "example",
            "token_symbol": "BTC",
            "token_address": "0x0000000000000000000000000000000000000000"
          }
        ],
        "traded_times": 1,
        "realized_pnl_usd": 1,
        "traded_token_count": 1,
        "realized_pnl_percent": 1
      },
      "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: pagination, top5_tokens, traded_token_count, traded_times, realized_pnl_usd, realized_pnl_percent, win_rate"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_profiler_address_pnl_summary when the task fits: nansen, wallet_profile, address_intelligence, pnl, profit_loss, trader_performance. 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.450Z",
        "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.01,
        "average_agent_friendly_score": 1,
        "average_latency_ms": 4543,
        "verification_status": "verified",
        "feedback_state": "observed",
        "trust_score": 0.7428,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0.1667,
        "routing_trust_score": 0.7071
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.450Z",
        "last_validation_ok": true,
        "last_success_at": "2026-09-04T10:42:29.494Z",
        "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": [
          "address",
          "chain",
          "date"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "all",
          "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: address, chain, date"
      },
      "response_data": {
        "fields": [
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "top5_tokens",
          "top5_tokens.realized_pnl",
          "top5_tokens.realized_roi",
          "top5_tokens.token_address",
          "top5_tokens.token_symbol",
          "top5_tokens.chain",
          "traded_token_count",
          "traded_times",
          "realized_pnl_usd",
          "realized_pnl_percent",
          "win_rate"
        ],
        "preview": {
          "win_rate": 1,
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          },
          "top5_tokens": [
            {
              "chain": "base",
              "realized_pnl": "example",
              "realized_roi": "example",
              "token_symbol": "BTC",
              "token_address": "0x0000000000000000000000000000000000000000"
            }
          ],
          "traded_times": 1,
          "realized_pnl_usd": 1,
          "traded_token_count": 1,
          "realized_pnl_percent": 1
        },
        "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: pagination, top5_tokens, traded_token_count, traded_times, realized_pnl_usd, realized_pnl_percent, win_rate"
      },
      "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>",
        "address": "<address_or_hash>"
      },
      "data_shape": {
        "win_rate": "<number>",
        "pagination": {
          "page": "<number>",
          "per_page": "<number>",
          "is_last_page": "<boolean>"
        },
        "top5_tokens": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "chain": "<string>",
            "realized_pnl": "<string>",
            "realized_roi": "<string>",
            "token_symbol": "<string>",
            "token_address": "<address_or_hash>"
          }
        },
        "traded_times": "<number>",
        "realized_pnl_usd": "<number>",
        "traded_token_count": "<number>",
        "realized_pnl_percent": "<number>"
      },
      "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 Address PnL Summary Data. Endpoint: POST /api/v1/profiler/address/pnl-summary. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history. (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": "top5_tokens",
              "item_count": 0
            }
          ],
          "top_level_keys": [
            "pagination",
            "top5_tokens",
            "traded_token_count",
            "traded_times",
            "realized_pnl_usd",
            "realized_pnl_percent",
            "win_rate"
          ]
        },
        "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": {
        "input": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "all",
          "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
        },
        "status": "passed",
        "created_at": "2026-09-04T10:42:29.494Z",
        "payment_tx": "credits:cle_9960e447-2fd9-42cd-a019-e98711636460",
        "request_id": "req_1788518549486",
        "service_id": "nansen_profiler_address_pnl_summary",
        "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_1788518549494_268ed380",
        "blocking_issue_count": 0,
        "agent_feedback_expected": true,
        "deterministic_verification": {
          "issues": [],
          "data_shape": {
            "type": "object",
            "empty": false,
            "nested_arrays": [
              {
                "key": "top5_tokens",
                "item_count": 0
              }
            ],
            "top_level_keys": [
              "pagination",
              "top5_tokens",
              "traded_token_count",
              "traded_times",
              "realized_pnl_usd",
              "realized_pnl_percent",
              "win_rate"
            ]
          },
          "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.450Z",
      "last_validation_ok": true,
      "last_success_at": "2026-09-04T10:42:29.494Z",
      "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.450Z",
    "updated_at": "2026-09-08T17:04:54.896Z"
  },
  "manifest": {
    "title": "Get Address PnL Summary 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_profiler_address_pnl_summary",
      "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_profiler_address_pnl_summary",
    "capabilities": [
      "nansen",
      "data_service",
      "wallet_profile",
      "address_intelligence",
      "pnl",
      "profit_loss",
      "trader_performance"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "date": {
          "type": "object",
          "properties": {
            "to": {
              "type": "string"
            },
            "from": {
              "type": "string"
            }
          }
        },
        "chain": {
          "type": "string"
        },
        "address": {
          "type": "string"
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:e5cad4e4441c54d5d7b33397a709769181c69fac2912337f079ce35efe01dd0a",
      "manifest_hash": "0x2f1987cb534b6371b0dc4081496c4825c171a858a360231dba0526888fad8031",
      "config_hash": "0x7c458c6fd85bc920d986a296207e962d8afbe7e6f565592b4d0969f6cefa7f06",
      "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:54.896Z"
      }
    },
    "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 Address PnL Summary Data. Endpoint: POST /api/v1/profiler/address/pnl-summary. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history.",
      "request_data": {
        "fields": [
          "address",
          "chain",
          "date"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "all",
          "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
        },
        "purpose": "Use this example before payment to decide whether the service accepts the fields needed for the task.",
        "shape_summary": "object keys: address, chain, date"
      },
      "response_data": {
        "fields": [
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "top5_tokens",
          "top5_tokens.realized_pnl",
          "top5_tokens.realized_roi",
          "top5_tokens.token_address",
          "top5_tokens.token_symbol",
          "top5_tokens.chain",
          "traded_token_count",
          "traded_times",
          "realized_pnl_usd",
          "realized_pnl_percent",
          "win_rate"
        ],
        "preview": {
          "win_rate": 1,
          "pagination": {
            "page": 1,
            "per_page": 10,
            "is_last_page": true
          },
          "top5_tokens": [
            {
              "chain": "base",
              "realized_pnl": "example",
              "realized_roi": "example",
              "token_symbol": "BTC",
              "token_address": "0x0000000000000000000000000000000000000000"
            }
          ],
          "traded_times": 1,
          "realized_pnl_usd": 1,
          "traded_token_count": 1,
          "realized_pnl_percent": 1
        },
        "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: pagination, top5_tokens, traded_token_count, traded_times, realized_pnl_usd, realized_pnl_percent, win_rate"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "wallet_profile",
          "address_intelligence",
          "pnl",
          "profit_loss",
          "trader_performance"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "pnl",
        "profit_loss",
        "trader_performance"
      ],
      "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: address, chain, date",
      "response_shape_summary": "object keys: pagination, top5_tokens, traded_token_count, traded_times, realized_pnl_usd, realized_pnl_percent, win_rate",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "wallet_profile",
          "address_intelligence",
          "pnl",
          "profit_loss",
          "trader_performance"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "time_window"
        ],
        "chains": [
          "base",
          "all"
        ],
        "time_requirements": {
          "supports_realtime": false,
          "supports_historical": true,
          "accepted_time_fields": [
            "date"
          ]
        },
        "input_fields": [
          "date",
          "chain",
          "address"
        ],
        "output_fields": [
          "win_rate",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "top5_tokens",
          "top5_tokens.chain",
          "top5_tokens.realized_pnl",
          "top5_tokens.realized_roi",
          "top5_tokens.token_symbol",
          "top5_tokens.token_address",
          "traded_times",
          "realized_pnl_usd",
          "traded_token_count",
          "realized_pnl_percent"
        ],
        "keywords": [
          "address",
          "pnl",
          "summary",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "profiler",
          "pnl-summary",
          "best",
          "wallet",
          "due",
          "diligence",
          "balances",
          "labels",
          "counterparties"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "wallet_profile",
          "address_intelligence",
          "pnl",
          "profit_loss",
          "trader_performance"
        ]
      }
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "all",
      "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "win_rate": 1,
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        },
        "top5_tokens": [
          {
            "chain": "base",
            "realized_pnl": "example",
            "realized_roi": "example",
            "token_symbol": "BTC",
            "token_address": "0x0000000000000000000000000000000000000000"
          }
        ],
        "traded_times": 1,
        "realized_pnl_usd": 1,
        "traded_token_count": 1,
        "realized_pnl_percent": 1
      },
      "query": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "all",
        "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get Address PnL Summary Data. Endpoint: POST /api/v1/profiler/address/pnl-summary. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history. (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:34.482Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_profiler_address_pnl_summary",
      "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 Address PnL Summary Data. Endpoint: POST /api/v1/profiler/address/pnl-summary. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history.",
    "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",
        "wallet_profile",
        "address_intelligence",
        "pnl",
        "profit_loss",
        "trader_performance"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "base",
        "all"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "address"
      ],
      "output_fields": [
        "win_rate",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page",
        "top5_tokens",
        "top5_tokens.chain",
        "top5_tokens.realized_pnl",
        "top5_tokens.realized_roi",
        "top5_tokens.token_symbol",
        "top5_tokens.token_address",
        "traded_times",
        "realized_pnl_usd",
        "traded_token_count",
        "realized_pnl_percent"
      ],
      "keywords": [
        "address",
        "pnl",
        "summary",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "profiler",
        "pnl-summary",
        "best",
        "wallet",
        "due",
        "diligence",
        "balances",
        "labels",
        "counterparties"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "pnl",
        "profit_loss",
        "trader_performance"
      ]
    },
    "erc8257": {
      "compatible": true,
      "compatibility_version": "agentrouter_erc8257_manifest_compat_v1",
      "tool_manifest_standard": "ERC-8257",
      "tool_type": "hosted_http_data_api",
      "tool_id": "nansen_profiler_address_pnl_summary",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0x2f1987cb534b6371b0dc4081496c4825c171a858a360231dba0526888fad8031"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0x2f1987cb534b6371b0dc4081496c4825c171a858a360231dba0526888fad8031",
      "config_hash": "0x7c458c6fd85bc920d986a296207e962d8afbe7e6f565592b4d0969f6cefa7f06",
      "created_at": "2026-09-08T17:04:54.858Z",
      "updated_at": "2026-09-08T17:04:54.858Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_profiler_address_pnl_summary",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.450Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [],
  "recent_quality_events": [
    {
      "input": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "all",
        "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921"
      },
      "status": "passed",
      "created_at": "2026-09-04T10:42:29.494Z",
      "payment_tx": "credits:cle_9960e447-2fd9-42cd-a019-e98711636460",
      "request_id": "req_1788518549486",
      "service_id": "nansen_profiler_address_pnl_summary",
      "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_1788518549494_268ed380",
      "blocking_issue_count": 0,
      "agent_feedback_expected": true,
      "deterministic_verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "top5_tokens",
              "item_count": 0
            }
          ],
          "top_level_keys": [
            "pagination",
            "top5_tokens",
            "traded_token_count",
            "traded_times",
            "realized_pnl_usd",
            "realized_pnl_percent",
            "win_rate"
          ]
        },
        "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-09-04T10:42:29.494Z",
      "latency_ms": 4543,
      "payment_tx": "credits:cle_9960e447-2fd9-42cd-a019-e98711636460",
      "request_id": "req_1788518549486",
      "service_id": "nansen_profiler_address_pnl_summary",
      "consumer_id": "agentrouter_consumer",
      "http_status": 200,
      "provider_id": "provider_nansen_api",
      "schema_valid": true,
      "verification": {
        "issues": [],
        "data_shape": {
          "type": "object",
          "empty": false,
          "nested_arrays": [
            {
              "key": "top5_tokens",
              "item_count": 0
            }
          ],
          "top_level_keys": [
            "pagination",
            "top5_tokens",
            "traded_token_count",
            "traded_times",
            "realized_pnl_usd",
            "realized_pnl_percent",
            "win_rate"
          ]
        },
        "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",
      "billing_status": "charged",
      "business_error": null,
      "consumer_rating": 0.0125,
      "payment_backend": "credits",
      "payment_collected": true,
      "settlement_receipt": {
        "mode": "credits",
        "asset": "credits",
        "payer": "agentrouter_consumer",
        "amount": "0.01",
        "status": "charged",
        "network": "agentrouter",
        "protocol": "platform_credits",
        "created_at": "2026-09-04T10:42:29.493Z",
        "balance_after": "19.88",
        "ledger_entry_id": "cle_9960e447-2fd9-42cd-a019-e98711636460",
        "payment_backend": "credits",
        "receipt_version": "agent_router_settlement_receipt_v1"
      },
      "result_delivery_status": "delivered",
      "consumer_feedback": {
        "reason": "Returned a single unrelated wallet PnL summary with an arbitrary address and May date range instead of identifying Robinhood Chain markets on Hyperliquid and computing a market-wide 48-hour top-five address ranking.",
        "confidence": 1,
        "intent_fit": "no",
        "answer_useful": "no",
        "consumer_score": 0.0125,
        "missing_fields": [
          "Hyperliquid market list",
          "Robinhood Chain token contract mapping",
          "48-hour UTC window",
          "all-address realized PnL ranking",
          "top five addresses",
          "per-address net PnL",
          "trade counts",
          "source provenance"
        ],
        "data_quality_score": 0.05,
        "used_in_final_answer": false
      },
      "consumer_feedback_actor_key": "github:24773775",
      "consumer_feedback_arc_anchor": {
        "reason": "ERC-8004 is the single public onchain record for consumer feedback.",
        "status": "not_used",
        "superseded_by": "ERC-8004",
        "recorded_offchain": true
      },
      "consumer_feedback_erc8004": {
        "tag1": "data_quality",
        "tag2": "intent_fit",
        "caip2": "eip155:56",
        "error": "ERC-8004 agent_id is missing for the active settlement chain.",
        "value": 125,
        "status": "not_configured",
        "network": "bsc",
        "agent_id": null,
        "chain_id": 56,
        "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1788518549486",
        "standard": "ERC-8004",
        "created_at": "2026-09-04T10:42:54.503Z",
        "event_type": "AgentRouterConsumerFeedback",
        "request_id": "req_1788518549486",
        "provider_id": "provider_nansen_api",
        "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1788518549486",
        "service_hash": "0x906288b37fa9d15dcf5c31a86a5f4ff1d0038c257eb9124297fb37dc17cc12b2",
        "feedback_hash": "0x7ac71afdfd12bc6fe8e7d8fada57fec27b3207b7fd062ee0c4f33f005580178a",
        "function_name": "giveFeedback",
        "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
        "registry_type": "reputation",
        "value_decimals": 2,
        "agent_id_source": "not_configured",
        "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
        "recorded_offchain": true,
        "identity_registry_address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
        "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
      },
      "consumer_feedback_trust_anchor": {
        "state": "offchain_recorded",
        "erc8004": {
          "tag1": "data_quality",
          "tag2": "intent_fit",
          "caip2": "eip155:56",
          "error": "ERC-8004 agent_id is missing for the active settlement chain.",
          "value": 125,
          "status": "not_configured",
          "network": "bsc",
          "agent_id": null,
          "chain_id": 56,
          "endpoint": "https://agentrouter.network/agent-router/feedback?request_id=req_1788518549486",
          "standard": "ERC-8004",
          "created_at": "2026-09-04T10:42:54.503Z",
          "event_type": "AgentRouterConsumerFeedback",
          "request_id": "req_1788518549486",
          "provider_id": "provider_nansen_api",
          "feedback_uri": "https://agentrouter.network/agent-router/feedback?request_id=req_1788518549486",
          "service_hash": "0x906288b37fa9d15dcf5c31a86a5f4ff1d0038c257eb9124297fb37dc17cc12b2",
          "feedback_hash": "0x7ac71afdfd12bc6fe8e7d8fada57fec27b3207b7fd062ee0c4f33f005580178a",
          "function_name": "giveFeedback",
          "provider_hash": "0xbcaf14232bef0239c4c62e15f3c41109b667630ed6520867e1b4181ad1dc8669",
          "registry_type": "reputation",
          "value_decimals": 2,
          "agent_id_source": "not_configured",
          "registry_address": "0x8004B663056A597Dffe9eCcC1965A193B7388713",
          "recorded_offchain": true,
          "identity_registry_address": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
          "validation_registry_address": "0x8004Cb1BF31DAf7788923b405b754f57acEB4272"
        },
        "arc_anchor": {
          "reason": "ERC-8004 is the single public onchain record for consumer feedback.",
          "status": "not_used",
          "superseded_by": "ERC-8004",
          "recorded_offchain": true
        },
        "primary_standard": "offchain_feedback",
        "trust_anchor_version": "agent_router_trust_anchor_v1"
      }
    }
  ],
  "recent_health_checks": []
}