# Blockchain Money Map – Hidden Dependency Map

> Blockchain Money Map – Hidden Dependency Map is a paid API for AI agents from api.blockchainmoneymap.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Generates a deep-dive hidden dependency map for an EVM wallet or contract address, revealing fund flows, risk relationships, and structural connections across multiple blockchains.

## Facts

- Endpoint: POST https://api.blockchainmoneymap.com/api/devagentpal/hidden-dependency-map
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockchain-money-map-hidden-dependency-map-a89dd479
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g1sr7QshufcWQFhB2XsPT

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blockchain-money-map-hidden-dependency-map-a89dd479 -d '<json body>'
```

Example prompt: Pull a deep hidden dependency map for Ethereum wallet 0xAbC123...def on Blockchain Money Map — I want the full wallet_money_map report type with deep depth so I can see all its hidden fund flow connections.

## When to prefer this

Choose this endpoint when you need to uncover non-obvious, hidden fund flow relationships and structural dependencies for an EVM address — especially for due diligence on DeFi contracts, stablecoin issuers, or high-value wallets. Prefer it over simple transaction lookup endpoints when you need a comprehensive relational map rather than a list of individual transactions. Best suited for risk analysis, compliance research, or investment due diligence workflows where understanding the full network of connections matters.

## Known failure modes

- Invalid or malformed EVM address returns an error
- Unsupported chain value outside the allowed enum causes a 400-level error
- Payment not fulfilled via x402 protocol results in a 402 Payment Required response
- Deep analysis on highly complex contracts may time out or return partial results
- Address with no on-chain activity may return an empty or minimal dependency map
- Notes field exceeding 1200 characters will be rejected

## How this service works

Choose Blockchain Money Map for human-readable public blockchain reports or x402-paid agent API services.

## Output

Returns a JSON object containing a structured hidden dependency map for the requested address, including identified fund flows, counterparty relationships, contract linkages, and risk indicators. The detail level depends on the chosen reportType (wallet_money_map, contract_project_risk_snapshot, or stablecoin_creator_business_setup) and depth (basic or deep).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "policy": {
   "type": "object",
   "required": [],
   "properties": {
    "maximumServices": {
     "anyOf": [
      {
       "type": "integer",
       "maximum": 500,
       "minimum": 1
      },
      {
       "type": "null"
      }
     ]
    },
    "maximumDependencies": {
     "anyOf": [
      {
       "type": "integer",
       "maximum": 5000,
       "minimum": 1
      },
      {
       "type": "null"
      }
     ]
    },
    "maximumPairwiseOverlap": {
     "anyOf": [
      {
       "type": "number",
       "maximum": 1,
       "minimum": 0
      },
      {
       "type": "null"
      }
     ]
    },
    "minimumIndependentServices": {
     "anyOf": [
      {
       "type": "integer",
       "maximum": 500,
       "minimum": 1
      },
      {
       "type": "null"
      }
     ],
     "default": 1,
     "description": "Minimum independent services backed by nonempty verified positive-weight dependency declarations. Unknown declarations cannot establish independence."
    },
    "criticalDependencyThreshold": {
     "anyOf": [
      {
       "type": "number",
       "maximum": 1,
       "minimum": 0
      },
      {
       "type": "null"
      }
     ]
    },
    "includeUnverifiedDependencies": {
     "anyOf": [
      {
       "type": "boolean"
      },
      {
       "type": "null"
      }
     ]
    },
    "maximumSingleDependencyExposurePercent": {
     "anyOf": [
      {
       "type": "number",
       "maximum": 100,
       "minimum": 0
      },
      {
       "type": "null"
      }
     ]
    }
   },
   "additionalProperties": true
  },
  "services": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "serviceId",
     "workloadShare",
     "declaredDependencies"
    ],
    "properties": {
     "serviceId": {
      "type": "string",
      "pattern": "\\S",
      "minLength": 1
     },
     "workloadShare": {
      "type": "number",
      "maximum": 1,
      "minimum": 0
     },
     "declaredDependencies": {
      "type": "array",
      "items": {
       "type": "object",
       "required": [
        "dependencyId",
        "type",
        "criticality",
        "evidenceHash",
        "verified"
       ],
       "properties": {
        "type": {
         "enum": [
          "model",
          "api",
          "data_source",
          "cloud",
          "region",
          "wallet",
          "codebase",
          "owner",
          "other"
         ],
         "type": "st
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockchain-money-map-hidden-dependency-map-a89dd479/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.blockchainmoneymap.com](https://www.zero.xyz/host/api.blockchainmoneymap.com/llms.txt)
