{
  "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_counterparties",
    "manifest_type": "hosted_http_data_api",
    "version": "1.0.0",
    "manifest_hash": "0x8832e3bb46c8a71f601abedfd7df27c5ffef37785dad63cb82f7bcdb255f3536",
    "config_hash": "0x602644feece7bc4ceeb387a00350e95a8c8c84c16529660966a2e98ec2047b65",
    "title": "Get Address Counterparties Data",
    "display_title": "Get Address Counterparties Data",
    "description_for_agent": "Use this Nansen API service when a buyer Agent needs Get Address Counterparties Data. Endpoint: POST /api/v1/profiler/address/counterparties. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history.",
    "capabilities": [
      "nansen",
      "data_service",
      "wallet_profile",
      "address_intelligence",
      "counterparties",
      "wallet_relationships"
    ],
    "routing": {
      "routing_version": "agentrouter_structured_routing_v1",
      "domains": [
        "crypto",
        "market_data",
        "onchain"
      ],
      "data_types": [
        "nansen",
        "wallet_profile",
        "address_intelligence",
        "counterparties",
        "wallet_relationships"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "all"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "address",
        "group_by",
        "pagination",
        "source_input"
      ],
      "output_fields": [
        "data",
        "data.tokens_info",
        "data.volume_in_usd",
        "data.volume_out_usd",
        "data.total_volume_usd",
        "data.interaction_count",
        "data.counterparty_address",
        "data.counterparty_address_label",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "address",
        "counterparties",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "profiler",
        "best",
        "wallet",
        "due",
        "diligence",
        "balances",
        "labels",
        "pnl",
        "related",
        "wallets"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "counterparties",
        "wallet_relationships"
      ]
    },
    "pricing": {
      "amount": "0.01",
      "pay_to": "0x2c4d600a04c0d3bbb1e3cc8a13e54e21c2b6c0bb",
      "network": "base",
      "currency": "USDC",
      "protocol": "x402",
      "settlement_model": "direct_provider_wallet"
    },
    "verification_status": "verified",
    "trust": {
      "provider_id": "provider_nansen_api",
      "feedback_count": 0,
      "operational_feedback_count": 0,
      "consumer_feedback_count": 0,
      "recent_failure_rate": null,
      "success_rate": null,
      "schema_valid_rate": null,
      "freshness_valid_rate": null,
      "coverage_valid_rate": null,
      "intent_fit_rate": null,
      "intent_mismatch_count": 0,
      "intent_mismatch_rate": null,
      "usefulness_rate": null,
      "average_consumer_score": null,
      "average_agent_friendly_score": null,
      "average_latency_ms": null,
      "verification_status": "verified",
      "feedback_state": "no_feedback_yet",
      "trust_score": 0.7,
      "trust_score_prior": 0.7,
      "trust_score_confidence": 0,
      "routing_trust_score": 0.7
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "all",
      "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
      "group_by": "wallet",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "source_input": "Combined"
    },
    "request_data": {
      "fields": [
        "address",
        "chain",
        "date",
        "source_input",
        "group_by",
        "pagination"
      ],
      "example": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "all",
        "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
        "group_by": "wallet",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "source_input": "Combined"
      },
      "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, source_input, group_by, pagination"
    },
    "response_data": {
      "fields": [
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page",
        "data",
        "data.counterparty_address",
        "data.counterparty_address_label",
        "data.interaction_count",
        "data.total_volume_usd",
        "data.volume_in_usd",
        "data.volume_out_usd",
        "data.tokens_info"
      ],
      "preview": {
        "data": [
          {
            "tokens_info": "example",
            "volume_in_usd": "example",
            "volume_out_usd": "example",
            "total_volume_usd": "example",
            "interaction_count": 1,
            "counterparty_address": "0x0000000000000000000000000000000000000000",
            "counterparty_address_label": "0x0000000000000000000000000000000000000000"
          }
        ],
        "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: pagination, data"
    },
    "pre_call_context": {
      "context_version": "agent_pre_call_context_v1",
      "decision_summary": "Use nansen_profiler_address_counterparties when the task fits: nansen, wallet_profile, address_intelligence, counterparties, wallet_relationships. 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.365Z",
        "latest_http_status": null
      },
      "trust": {
        "provider_id": "provider_nansen_api",
        "feedback_count": 0,
        "operational_feedback_count": 0,
        "consumer_feedback_count": 0,
        "recent_failure_rate": null,
        "success_rate": null,
        "schema_valid_rate": null,
        "freshness_valid_rate": null,
        "coverage_valid_rate": null,
        "intent_fit_rate": null,
        "intent_mismatch_count": 0,
        "intent_mismatch_rate": null,
        "usefulness_rate": null,
        "average_consumer_score": null,
        "average_agent_friendly_score": null,
        "average_latency_ms": null,
        "verification_status": "verified",
        "feedback_state": "no_feedback_yet",
        "trust_score": 0.7,
        "trust_score_prior": 0.7,
        "trust_score_confidence": 0,
        "routing_trust_score": 0.7
      },
      "health": {
        "health_version": "agent_service_health_v1",
        "status": "healthy",
        "last_validation_at": "2026-09-08T08:21:24.365Z",
        "last_validation_ok": true,
        "last_success_at": null,
        "last_failure_at": null,
        "latest_http_status": null,
        "recent_failure_rate": null,
        "circuit_breaker": {
          "active": false,
          "reason": null,
          "recent_window": 0,
          "recent_failures": 0
        }
      },
      "request_data": {
        "fields": [
          "address",
          "chain",
          "date",
          "source_input",
          "group_by",
          "pagination"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "all",
          "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
          "group_by": "wallet",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "source_input": "Combined"
        },
        "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, source_input, group_by, pagination"
      },
      "response_data": {
        "fields": [
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "data",
          "data.counterparty_address",
          "data.counterparty_address_label",
          "data.interaction_count",
          "data.total_volume_usd",
          "data.volume_in_usd",
          "data.volume_out_usd",
          "data.tokens_info"
        ],
        "preview": {
          "data": [
            {
              "tokens_info": "example",
              "volume_in_usd": "example",
              "volume_out_usd": "example",
              "total_volume_usd": "example",
              "interaction_count": 1,
              "counterparty_address": "0x0000000000000000000000000000000000000000",
              "counterparty_address_label": "0x0000000000000000000000000000000000000000"
            }
          ],
          "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: pagination, data"
      },
      "limitations": [
        "Sample response is mock/static and not a live paid response."
      ],
      "risk_flags": [
        "has_declared_limitations"
      ]
    },
    "sample_response": {
      "schema_version": "agent_data_envelope_v1",
      "status": "success",
      "sample_type": "mock",
      "query_shape": {
        "date": {
          "to": "<string>",
          "from": "<string>"
        },
        "chain": "<string>",
        "address": "<address_or_hash>",
        "group_by": "<string>",
        "pagination": {
          "page": "<number>",
          "per_page": "<number>"
        },
        "source_input": "<string>"
      },
      "data_shape": {
        "data": {
          "type": "array",
          "item_count_sample": 1,
          "item_shape": {
            "tokens_info": "<string>",
            "volume_in_usd": "<string>",
            "volume_out_usd": "<string>",
            "total_volume_usd": "<string>",
            "interaction_count": "<number>",
            "counterparty_address": "<address_or_hash>",
            "counterparty_address_label": "<address_or_hash>"
          }
        },
        "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 Address Counterparties Data. Endpoint: POST /api/v1/profiler/address/counterparties. 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": 0,
      "quality_event_count": 0,
      "upstream_error_count": 0,
      "business_error_count": 0,
      "latest_verification": null,
      "latest_quality_event": null,
      "declared_freshness_seconds": 300,
      "result_contract": {
        "envelope_required": true,
        "deterministic_checks": [
          "http_status",
          "schema",
          "envelope",
          "freshness",
          "coverage",
          "empty_result"
        ],
        "semantic_checks": [
          "agent_friendliness",
          "intent_fit_summary"
        ]
      }
    },
    "health": {
      "health_version": "agent_service_health_v1",
      "status": "healthy",
      "last_validation_at": "2026-09-08T08:21:24.365Z",
      "last_validation_ok": true,
      "last_success_at": null,
      "last_failure_at": null,
      "latest_http_status": null,
      "recent_failure_rate": null,
      "circuit_breaker": {
        "active": false,
        "reason": null,
        "recent_window": 0,
        "recent_failures": 0
      }
    },
    "erc8004": {
      "agent_id": "340924",
      "chain": "bsc",
      "chain_id": 56,
      "registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
      "explorer_url": "https://8004scan.io/agents/56/340924"
    },
    "erc8004_status": {
      "state": "registered",
      "active_chain": "bsc",
      "registered_chain": "bsc",
      "agent_id": "340924"
    },
    "badges": [
      {
        "code": "verified_live_endpoint",
        "label": "Verified live endpoint",
        "level": "positive"
      },
      {
        "code": "healthy",
        "label": "Healthy",
        "level": "positive"
      },
      {
        "code": "fresh_data",
        "label": "Fresh data",
        "level": "positive"
      },
      {
        "code": "source_declared",
        "label": "Source declared",
        "level": "neutral"
      }
    ],
    "created_at": "2026-09-08T08:21:24.365Z",
    "updated_at": "2026-09-08T17:05:20.479Z"
  },
  "manifest": {
    "title": "Get Address Counterparties 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_counterparties",
      "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_counterparties",
    "capabilities": [
      "nansen",
      "data_service",
      "wallet_profile",
      "address_intelligence",
      "counterparties",
      "wallet_relationships"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "date": {
          "type": "object",
          "properties": {
            "to": {
              "type": "string"
            },
            "from": {
              "type": "string"
            }
          }
        },
        "chain": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "group_by": {
          "type": "string"
        },
        "pagination": {
          "type": "object",
          "properties": {
            "page": {
              "type": "number"
            },
            "per_page": {
              "type": "number"
            }
          }
        },
        "source_input": {
          "type": "string"
        }
      }
    },
    "registration": {
      "duplicate_policy": "same_provider_source_is_idempotent",
      "source_fingerprint": "sha256:1d51d4df704845695558178de5f31447bc3cc9f044a8c81e288af2a4f0f74e5d",
      "manifest_hash": "0x8832e3bb46c8a71f601abedfd7df27c5ffef37785dad63cb82f7bcdb255f3536",
      "config_hash": "0x602644feece7bc4ceeb387a00350e95a8c8c84c16529660966a2e98ec2047b65",
      "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:20.479Z"
      }
    },
    "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 Counterparties Data. Endpoint: POST /api/v1/profiler/address/counterparties. Best for wallet or address due diligence, balances, labels, PnL, counterparties, related wallets, and transaction history.",
      "request_data": {
        "fields": [
          "address",
          "chain",
          "date",
          "source_input",
          "group_by",
          "pagination"
        ],
        "example": {
          "date": {
            "to": "2026-05-24",
            "from": "2026-05-20"
          },
          "chain": "all",
          "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
          "group_by": "wallet",
          "pagination": {
            "page": 1,
            "per_page": 3
          },
          "source_input": "Combined"
        },
        "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, source_input, group_by, pagination"
      },
      "response_data": {
        "fields": [
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page",
          "data",
          "data.counterparty_address",
          "data.counterparty_address_label",
          "data.interaction_count",
          "data.total_volume_usd",
          "data.volume_in_usd",
          "data.volume_out_usd",
          "data.tokens_info"
        ],
        "preview": {
          "data": [
            {
              "tokens_info": "example",
              "volume_in_usd": "example",
              "volume_out_usd": "example",
              "total_volume_usd": "example",
              "interaction_count": 1,
              "counterparty_address": "0x0000000000000000000000000000000000000000",
              "counterparty_address_label": "0x0000000000000000000000000000000000000000"
            }
          ],
          "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: pagination, data"
      },
      "routing_hints": {
        "not_for": [],
        "good_for": [
          "nansen",
          "wallet_profile",
          "address_intelligence",
          "counterparties",
          "wallet_relationships"
        ]
      },
      "capability_tags": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "counterparties",
        "wallet_relationships"
      ],
      "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, source_input, group_by, pagination",
      "response_shape_summary": "object keys: pagination, data",
      "routing": {
        "routing_version": "agentrouter_structured_routing_v1",
        "domains": [
          "crypto",
          "market_data",
          "onchain"
        ],
        "data_types": [
          "nansen",
          "wallet_profile",
          "address_intelligence",
          "counterparties",
          "wallet_relationships"
        ],
        "entities": [
          "token",
          "wallet_address",
          "chain",
          "time_window"
        ],
        "chains": [
          "all"
        ],
        "time_requirements": {
          "supports_realtime": false,
          "supports_historical": true,
          "accepted_time_fields": [
            "date"
          ]
        },
        "input_fields": [
          "date",
          "chain",
          "address",
          "group_by",
          "pagination",
          "source_input"
        ],
        "output_fields": [
          "data",
          "data.tokens_info",
          "data.volume_in_usd",
          "data.volume_out_usd",
          "data.total_volume_usd",
          "data.interaction_count",
          "data.counterparty_address",
          "data.counterparty_address_label",
          "pagination",
          "pagination.page",
          "pagination.per_page",
          "pagination.is_last_page"
        ],
        "keywords": [
          "address",
          "counterparties",
          "nansen",
          "when",
          "buyer",
          "agent",
          "needs",
          "endpoint",
          "profiler",
          "best",
          "wallet",
          "due",
          "diligence",
          "balances",
          "labels",
          "pnl",
          "related",
          "wallets"
        ],
        "capability_refs": [
          "nansen",
          "data_service",
          "wallet_profile",
          "address_intelligence",
          "counterparties",
          "wallet_relationships"
        ]
      }
    },
    "sample_request": {
      "date": {
        "to": "2026-05-24",
        "from": "2026-05-20"
      },
      "chain": "all",
      "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
      "group_by": "wallet",
      "pagination": {
        "page": 1,
        "per_page": 3
      },
      "source_input": "Combined"
    },
    "runtime_secrets": {
      "public": false,
      "custody": "hosted_runtime_config",
      "required": true
    },
    "sample_response": {
      "data": {
        "data": [
          {
            "tokens_info": "example",
            "volume_in_usd": "example",
            "volume_out_usd": "example",
            "total_volume_usd": "example",
            "interaction_count": 1,
            "counterparty_address": "0x0000000000000000000000000000000000000000",
            "counterparty_address_label": "0x0000000000000000000000000000000000000000"
          }
        ],
        "pagination": {
          "page": 1,
          "per_page": 10,
          "is_last_page": true
        }
      },
      "query": {
        "date": {
          "to": "2026-05-24",
          "from": "2026-05-20"
        },
        "chain": "all",
        "address": "0xbbfb6566ad064c233af6314aeb1eee4c26a5f921",
        "group_by": "wallet",
        "pagination": {
          "page": 1,
          "per_page": 3
        },
        "source_input": "Combined"
      },
      "status": "success",
      "summary": "Use this Nansen API service when a buyer Agent needs Get Address Counterparties Data. Endpoint: POST /api/v1/profiler/address/counterparties. 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:20.937Z",
        "is_estimated": true,
        "freshness_seconds": 86400
      },
      "request_id": "sample_req",
      "service_id": "nansen_profiler_address_counterparties",
      "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 Counterparties Data. Endpoint: POST /api/v1/profiler/address/counterparties. 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",
        "counterparties",
        "wallet_relationships"
      ],
      "entities": [
        "token",
        "wallet_address",
        "chain",
        "time_window"
      ],
      "chains": [
        "all"
      ],
      "time_requirements": {
        "supports_realtime": false,
        "supports_historical": true,
        "accepted_time_fields": [
          "date"
        ]
      },
      "input_fields": [
        "date",
        "chain",
        "address",
        "group_by",
        "pagination",
        "source_input"
      ],
      "output_fields": [
        "data",
        "data.tokens_info",
        "data.volume_in_usd",
        "data.volume_out_usd",
        "data.total_volume_usd",
        "data.interaction_count",
        "data.counterparty_address",
        "data.counterparty_address_label",
        "pagination",
        "pagination.page",
        "pagination.per_page",
        "pagination.is_last_page"
      ],
      "keywords": [
        "address",
        "counterparties",
        "nansen",
        "when",
        "buyer",
        "agent",
        "needs",
        "endpoint",
        "profiler",
        "best",
        "wallet",
        "due",
        "diligence",
        "balances",
        "labels",
        "pnl",
        "related",
        "wallets"
      ],
      "capability_refs": [
        "nansen",
        "data_service",
        "wallet_profile",
        "address_intelligence",
        "counterparties",
        "wallet_relationships"
      ]
    },
    "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_counterparties",
      "registry_strategy": "compatible_manifest_only_no_custom_onchain_tool_registry",
      "metadata_hash": "0x8832e3bb46c8a71f601abedfd7df27c5ffef37785dad63cb82f7bcdb255f3536"
    },
    "integrity": {
      "integrity_version": "agentrouter_manifest_integrity_v1",
      "algorithm": "sha256-stable-json",
      "manifest_hash": "0x8832e3bb46c8a71f601abedfd7df27c5ffef37785dad63cb82f7bcdb255f3536",
      "config_hash": "0x602644feece7bc4ceeb387a00350e95a8c8c84c16529660966a2e98ec2047b65",
      "created_at": "2026-09-08T17:05:20.438Z",
      "updated_at": "2026-09-08T17:05:20.438Z"
    }
  },
  "latest_validation": {
    "ok": true,
    "service_id": "nansen_profiler_address_counterparties",
    "schema_errors": [],
    "envelope_errors": [],
    "result_errors": [],
    "result_preview": null,
    "created_at": "2026-09-08T08:21:24.365Z",
    "redaction": {
      "redacted": true,
      "reason": "Latest validation proves the endpoint responded with JSON, but public output omits paid data values."
    }
  },
  "recent_evidence_events": [],
  "recent_quality_events": [],
  "recent_feedback_events": [],
  "recent_health_checks": []
}