{
  "x402Version": 2,
  "id": 12370,
  "slug": "12370",
  "resource": "https://scry.solanahub.de/x402/wallet/:address/lineage",
  "description": "",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "CTKigV78yuErumvqm7Qor8j1hMK2oxNxdhwpVrAKV85d",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xF4A904d8326786d90157cf791C281302F11b2036",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "30000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "canonical_path": "/x402/wallet/:address/lineage",
        "description": "Who funded this Solana wallet, and where did its funds come from? Cache-first funding-lineage evidence API returns known upstream funders, hop depth, source fr…",
        "entry_role": "single_wallet_source_of_funds",
        "icon_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-256.png",
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "X4o2D8op42a2jcNJJVZcDq3eYivh1oR9XiezPWCXosZ"
          },
          "queryParams": {},
          "type": "http"
        },
        "logo_url": "https://scry.solanahub.de/x402/assets/scry-wallet-intelligence-512.png",
        "marketplace_alias": false,
        "marketplace_listing": true,
        "output": {
          "example": {
            "address": "F5jWYuiDLTiaLYa54D88YbpXgEsA6NKHzWy4SN4bMYjt",
            "agent_decision_support": {
              "confidence": "MID",
              "posture": "evidence_only"
            },
            "as_of": "2026-05-12T08:35:00Z",
            "caveat": "Funding lineage is evidence for caller-defined policies, not financial advice or a trading recommendation.",
            "confidence_score": 0.66,
            "coverage": {
              "confidence": 0.66
            },
            "depth_reached": 1,
            "evidence_contract_version": "scry_lineage_edge_evidence_v2",
            "evidence_pack": {
              "contract": "scry_evidence_pack_v1",
              "posture": "evidence_for_caller_policy"
            },
            "field_provenance": {},
            "fixture_note": "Frozen response-shape fixture. Paid responses return response-level freshness fields.",
            "frozen_at": "2026-05-12T08:35:00Z",
            "in_db": true,
            "is_example": true,
            "lineage": [
              {
                "amount_sol": 50.3,
                "funder": "Ho6SSeoLFBmbiSmRaCiEYirJVdazUBiCEeiMj1iSVPDS",
                "hop": 1,
                "identity_resolved": false,
                "timestamp": "2026-04-13T10:14:36Z",
                "tx_signature": "example-signature-redacted"
              }
            ],
            "lineage_available": true,
            "loop_detected": false,
            "methodology": "scry_wallet_lineage_cache_v1",
            "product": "scry_wallet_lineage",
            "source_updated_at": "2026-05-12T08:35:00Z",
            "sources": [
              "scry-funding-lineage-cache",
              "helius-funded-by",
              "helius-identity-cache",
              "scry-wallet-db"
            ],
            "spend_rationale": {},
            "status": "success",
            "supported": true,
            "terminal_funder": "Ho6SSeoLFBmbiSmRaCiEYirJVdazUBiCEeiMj1iSVPDS",
            "wallet": {}
          },
          "full_example_url": "https://scry.solanahub.de/x402/discovery.json?full=1",
          "type": "json"
        },
        "provider": "Scry",
        "service_name": "Scry Wallet Intelligence"
      },
      "routeTemplate": "/x402/wallet/:address/lineage",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "address": {
                    "examples": [
                      "F5jWYuiDLTiaLYa54D88YbpXgEsA6NKHzWy4SN4bMYjt"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "address": {
                    "type": "string"
                  },
                  "agent_decision_support": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "as_of": {
                    "type": "string"
                  },
                  "caveat": {
                    "type": "string"
                  },
                  "confidence_score": {
                    "type": "number"
                  },
                  "coverage": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "depth_reached": {
                    "type": "number"
                  },
                  "evidence_contract_version": {
                    "type": "string"
                  },
                  "evidence_pack": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "field_provenance": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "fixture_note": {
                    "type": "string"
                  },
                  "frozen_at": {
                    "type": "string"
                  },
                  "in_db": {
                    "type": "boolean"
                  },
                  "is_example": {
                    "type": "boolean"
                  },
                  "lineage": {
                    "type": "array"
                  },
                  "lineage_available": {
                    "type": "boolean"
                  },
                  "loop_detected": {
                    "type": "boolean"
                  },
                  "methodology": {
                    "type": "string"
                  },
                  "product": {
                    "type": "string"
                  },
                  "source_updated_at": {
                    "type": "string"
                  },
                  "sources": {
                    "type": "array"
                  },
                  "spend_rationale": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "status": {
                    "type": "string"
                  },
                  "supported": {
                    "type": "boolean"
                  },
                  "terminal_funder": {
                    "type": "string"
                  },
                  "wallet": {
                    "additionalProperties": true,
                    "type": "object"
                  }
                },
                "required": [
                  "status",
                  "product",
                  "coverage",
                  "evidence_pack",
                  "agent_decision_support",
                  "methodology"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "scry.solanahub.de",
  "lastUpdated": "2026-09-12T08:38:22.567Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-12T08:38:22.002Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "scry.solanahub.de",
    "manifest_name": "scry.solanahub.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}