ToolAssay

Bounded Ethereum/Base wallet/portfolio holdings evidence

Bounded Ethereum/Base wallet/portfolio holdings evidence: inventory, partial DEX pricing coverage, concentration, and evidence gaps. Pre-action evidence-readiness check for whether that evidence is sufficiently complete for downstream factual reasoning. Not guaranteed net worth, investment advice, transaction approval, or execution.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
230 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.agentmercantile.com/v1/portfolio-preflight

CategoryCode and developer
Provider hostapi.agentmercantile.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 230 ms

Example input (from the provider)

{
  "body": {
    "address": "0x0000000000000000000000000000000000000001",
    "chains": [
      "eip155:1",
      "eip155:8453"
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "address": {
              "description": "One public 0x-prefixed 20-byte EVM address.",
              "type": "string"
            },
            "chains": {
              "description": "Optional. Defaults to Ethereum and Base.",
              "items": {
                "enum": [
                  "eip155:1",
                  "eip155:8453"
                ],
                "type": "string"
              },
              "maxItems": 2,
              "minItems": 1,
              "type": "array",
              "uniqueItems": true
            },
            "declared_holdings": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "chain": {
                    "enum": [
                      "eip155:1",
                      "eip155:8453"
                    ],
                    "type": "string"
                  },
                  "quantity_raw": {
                    "description": "uint256 decimal integer string. Hint only.",
                    "type": "string"
                  },
                  "token": {
                    "description": "Nonzero ERC-20 contract.",
                    "type": "string"
                  }
                },
                "required": [
                  "chain",
                  "token",
                  "quantity_raw"
                ],
                "type": "object"
              },
              "maxItems": 10,
              "type": "array"
            }
          },
          "required": [
            "address"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": true,
          "properties": {
            "address": {
              "type": "string"
            },
            "concentration": {
              "type": "object"
            },
            "confidence": {
              "enum": [
                "HIGH",
                "MEDIUM",
                "LOW"
              ],
              "type": "string"
            },
            "holdings": {
              "description": "Bounded wallet holdings with pricing evidence.",
              "type": "array"
            },
            "limitations": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "machine": {
              "enum": [
                "VM03"
              ],
              "type": "string"
            },
            "methodology_version": {
              "enum": [
                "portfolio-preflight-0.2.0"
              ],
              "type": "string"
            },
            "readiness": {
              "properties": {
                "concentration_flag": {
                  "type": "boolean"
                },
                "evidence_gaps": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "evidence_sufficient_for_reasoning": {
                  "type": "boolean"
                },
                "factual_flags": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "inventory_complete": {
                  "type": "boolean"
                },
                "pricing_coverage": {
                  "type": "object"
                },
                "purpose": {
                  "enum": [
                    "PRE_ACTION_EVIDENCE_READINESS"
                  ],
                  "type": "string"
                },
                "status": {
                  "enum": [
                    "READY",
                    "PARTIAL",
                    "HOLD"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "purpose",
                "status",
                "evidence_sufficient_for_reasoning"
              ],
              "type": "object"
            },
            "requested_chains": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "status": {
              "enum": [
                "OK",
                "PARTIAL",
                "HOLD"
              ],
              "type": "string"
            },
            "valuation": {
              "description": "Partial DEX-quoted composition summary.",
              "type": "object"
            }
          },
          "required": [
            "status",
            "machine",
            "methodology_version",
            "address",
            "readiness",
            "limitations"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON