INTELLIGENCE

Explore the source evidence.

Dated service listings, provider history and recorded changes. Refreshed automatically every 30 seconds.

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,820Source listings
34Source snapshots
28,470Recorded changes
1,435Endpoint observations

Latest snapshot: Sep 13, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

47 observations · Differences between dated observations.

api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/transaction-gas-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "evm-gas",
      "fee-history",
      "gas-estimate",
      "transaction-gas",
      "unsigned-preflight"
    ],
    "usage": {}
  },
  "description": "Return bounded factual eth_estimateGas units and recent eth_feeHistory execution-fee evidence for one unsigned Ethereum or Base transaction. Not execution, signing, custody, trading, or a guaranteed final cost. Call when you need point-in-time gas units and recent execution-fee context before signing or submitting.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "chain": {
                "description": "Analysis chain only. Payment remains Base eip155:8453.",
                "enum": [
                  "eip155:1",
                  "eip155:8453"
                ],
                "type": "string"
              },
              "data": {
                "description": "Optional 0x-prefixed even-length hex calldata. Default 0x. Maximum 8192 bytes. Request body maximum 20480 bytes.",
                "maxLength": 16386,
                "pattern": "^0x(?:[0-9a-fA-F]{2})*$",
                "type": "string"
              },
              "from": {
                "description": "Optional 0x-prefixed 20-byte sender used only as an eth_estimateGas field. No ownership is implied.",
                "pattern": "^0x[0-9a-fA-F]{40}$",
                "type": "string"
              },
              "to": {
                "description": "Required 0x-prefixed 20-byte destination. Contract creation is not supported.",
                "pattern": "^0x[0-9a-fA-F]{40}$",
                "type": "string"
              },
              "value_wei": {
                "description": "Optional unsigned base-10 integer string in the uint256 range. Default 0. JSON Schema cannot express the full uint256 upper bound; runtime validation rejects values above 2^256-1.",
                "pattern": "^(0|[1-9][0-9]*)$",
                "type": "string"
              }
            },
            "required": [
              "chain",
              "to"
            ],
            "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": {
              "chain": {
                "type": "object"
              },
              "fee_history": {
                "description": "Recent eth_feeHistory execution-fee evidence.",
                "type": [
                  "object",
                  "null"
                ]
              },
              "gas_estimate": {
                "description": "eth_estimateGas units when estimable.",
                "type": [
                  "object",
                  "null"
                ]
              },
              "illustrative_execution_fees": {
                "description": "Illustrative L2 execution-fee observations, not a guaranteed final cost.",
                "type": [
                  "object",
                  "null"
                ]
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM06"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "transaction-gas-preflight-0.1.0"
                ],
                "type": "string"
              },
              "request_shape": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "UNESTIMABLE",
                  "HOLD"
                ],
                "type": "string"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "chain",
              "gas_estimate",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "8154146e02fca4809411149e611e49a4281bcb505286084ab0ff19c86bdc63b0",
  "service_id": "017ee631de52ec47fa6aa8d749dfd7858700a0a0b281c715e27463813a1e0dfe",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T14:08:21.491Z",
  "url": "https://api.agentmercantile.com/v1/transaction-gas-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/web-change-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "documentation-monitoring",
      "page-freshness",
      "pricing-page-monitoring",
      "url-change",
      "webpage-change-detection"
    ],
    "usage": {}
  },
  "description": "Determine whether the bounded normalized representation of one public HTTPS webpage has changed since a caller-held baseline. Returns fingerprints and change status, not continuous monitoring, alerts, webhooks, semantic importance, AI summaries, or site-wide crawling.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "baseline": {
                "description": "Optional caller-held hashes and completeness flags. Never the previous webpage body.",
                "type": "object"
              },
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "baseline": {
                "description": "Caller-held compact comparison evidence when supplied.",
                "type": "object"
              },
              "comparison_scope": {
                "type": "string"
              },
              "comparison_status": {
                "enum": [
                  "BASELINE",
                  "UNCHANGED",
                  "CHANGED",
                  "INCONCLUSIVE"
                ],
                "type": "string"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM07"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "web-change-snapshot-0.1.0"
                ],
                "type": "string"
              },
              "requested_url": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "requested_url",
              "comparison_status",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "d91db75c58b5a1db32b35cb15d98148746201ebc28c0ed1360fa5aafcff9819a",
  "service_id": "2fe218ae4e5a65308e77bcd55ccfc77460a9137f80bc044cc7d166e0940b6c92",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T14:10:28.745Z",
  "url": "https://api.agentmercantile.com/v1/web-change-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "erc20-holdings",
      "portfolio-composition",
      "portfolio-holdings",
      "wallet-holdings",
      "wallet-inventory"
    ],
    "usage": {}
  },
  "description": "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.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "8919c0f2ba12195fce0840fab37b8167d07d2813887c6b8426e36c2b58ad42e1",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T06:04:42.096Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/bazaar-visibility
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "bazaar-visibility",
      "merchant-lookup",
      "search-position",
      "seller-preflight",
      "x402-discovery"
    ],
    "usage": {}
  },
  "description": "Observe whether one x402 seller resource appears in Coinbase Bazaar merchant discovery and where the exact resource sits in the first 20 results for 1–3 buyer-supplied job-language searches. Factual evidence only. Call when you need a point-in-time Bazaar presence and top-20 search observation, not a trust, SEO, or remediation score.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "pay_to": {
                "description": "Merchant payTo address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "queries": {
                "description": "1 to 3 buyer-supplied job-language searches. No hidden default query.",
                "items": {
                  "description": "Buyer-job search string. Coinbase search maximum is 400 characters.",
                  "maxLength": 400,
                  "minLength": 2,
                  "type": "string"
                },
                "maxItems": 3,
                "minItems": 1,
                "type": "array"
              },
              "resource": {
                "description": "Exactly one absolute HTTPS x402 resource URL identifier. Treated as an identifier only; never fetched or proxied. Fragments, credentials, non-HTTPS, and non-443 ports are rejected.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "resource",
              "pay_to",
              "queries"
            ],
            "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": {
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM05"
                ],
                "type": "string"
              },
              "merchant": {
                "description": "Bounded Coinbase merchant presence for the submitted resource.",
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "bazaar-visibility-0.1.0"
                ],
                "type": "string"
              },
              "pay_to": {
                "type": "string"
              },
              "resource": {
                "type": "string"
              },
              "searches": {
                "description": "Top-20 visibility for each submitted buyer-job query.",
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "resource",
              "pay_to",
              "merchant",
              "searches",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "dd72af4fa23e77f1862b8c407cffb93f726e7977ef53b66fca2f091f1dda4db3",
  "service_id": "68517ed57ad58cf50b0d1e5faa50f7a3ff45531d6322a43630f36a929788e9a5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-12T14:06:02.746Z",
  "url": "https://api.agentmercantile.com/v1/bazaar-visibility",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "lending-rate",
      "productive-venue",
      "staking-apr",
      "supply-apr",
      "yield"
    ],
    "usage": {}
  },
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/allowance-exposure
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "allowance-exposure",
      "erc20-allowance",
      "spender-allowance",
      "token-approval",
      "unlimited-approval"
    ],
    "usage": {}
  },
  "description": "Inspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "owner": {
                "description": "ERC-20 token owner address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "spender": {
                "description": "Spender address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 token contract. 0x-prefixed 20-byte EVM address. Zero address is rejected.",
                "type": "string"
              }
            },
            "required": [
              "owner",
              "token",
              "spender"
            ],
            "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": {
              "allowance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_covers_current_balance": {
                "type": "boolean"
              },
              "allowance_raw": {
                "description": "uint256 as a decimal integer string",
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "block_number": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "effectively_unlimited": {
                "type": "boolean"
              },
              "evidence": {
                "properties": {
                  "block_number": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "same_block_reads": {
                    "type": "boolean"
                  },
                  "token_code_present": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM02"
                ],
                "type": "string"
              },
              "max_uint256_approval": {
                "type": "boolean"
              },
              "methodology_version": {
                "enum": [
                  "allowance-exposure-0.1.0"
                ],
                "type": "string"
              },
              "network": {
                "enum": [
                  "eip155:8453"
                ],
                "type": "string"
              },
              "owner": {
                "type": "string"
              },
              "spender": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "HOLD"
                ],
                "type": "string"
              },
              "token": {
                "type": "string"
              },
              "token_metadata": {
                "properties": {
                  "decimals": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "network",
              "block_number",
              "owner",
              "token",
              "spender",
              "token_metadata",
              "allowance_raw",
              "allowance_adjusted",
              "balance_raw",
              "balance_adjusted",
              "allowance_balance_exposure_raw",
              "allowance_balance_exposure_adjusted",
              "allowance_covers_current_balance",
              "max_uint256_approval",
              "effectively_unlimited",
              "evidence",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "42b8e097551822f524e69912fc56531eb71138c0f89b68415148f829ea134e8a",
  "service_id": "726a5556d1c4e0cd4d86dc9d64952d1aad22ce0c66faa28d6af47675af0e1a3a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T01:15:21.793Z",
  "url": "https://api.agentmercantile.com/v1/allowance-exposure",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/url-context
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "page-evidence",
      "structured-webpage",
      "url-context",
      "web-extraction",
      "webpage-context"
    ],
    "usage": {}
  },
  "description": "Fetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials in the URL. http, non-443 ports, and private/non-public targets are rejected without fetch.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "checked_at": {
                "description": "ISO-8601 timestamp when extraction ran.",
                "type": "string"
              },
              "content": {
                "properties": {
                  "approx_tokens": {
                    "type": "integer"
                  },
                  "characters": {
                    "type": "integer"
                  },
                  "extraction_basis": {
                    "enum": [
                      "main",
                      "article",
                      "body-heuristic",
                      "none"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  },
                  "token_estimate_method": {
                    "type": "string"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "evidence": {
                "type": "object"
              },
              "final_url": {
                "description": "Final URL after bounded redirects, or null on HOLD.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "freshness": {
                "properties": {
                  "observations": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "http": {
                "properties": {
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_count": {
                    "type": "integer"
                  },
                  "status": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "url-context-0.1.0"
                ],
                "type": "string"
              },
              "outline": {
                "items": {
                  "properties": {
                    "level": {
                      "type": "integer"
                    },
                    "text": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "requested_url": {
                "description": "The buyer-supplied URL after request validation.",
                "type": "string"
              },
              "size": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "structured_data": {
                "properties": {
                  "json_ld_types": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "methodology_version",
              "requested_url",
              "content",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789278117.825,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "31c0ff97302d4c8a10435740a129f4bb8744387cef309a3a5d104abfc8633086",
  "schema_fingerprint": "dade0d9236d5c1480e3073da4d613debb1f4754223100c427ea3f955ed1911ac",
  "service_id": "d2bc8369238815d441f772f96d5a81f927b457e5ed46354dbe3a67f333ca9103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T09:01:02.426Z",
  "url": "https://api.agentmercantile.com/v1/url-context",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "dex-portfolio-composition",
      "erc20-holdings",
      "ethereum-base-portfolio",
      "portfolio-holdings",
      "wallet-holdings-preflight"
    ],
    "usage": {}
  },
  "description": "Return a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
              },
              "chain_results": {
                "type": "array"
              },
              "chains_run": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "checked_at": {
                "type": "string"
              },
              "concentration": {
                "type": "object"
              },
              "confidence": {
                "enum": [
                  "HIGH",
                  "MEDIUM",
                  "LOW"
                ],
                "type": "string"
              },
              "evidence": {
                "type": "array"
              },
              "holdings": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM03"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "portfolio-preflight-0.1.0"
                ],
                "type": "string"
              },
              "overflow_count_complete": {
                "type": "boolean"
              },
              "overflow_holding_count": {
                "type": "integer"
              },
              "requested_chains": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "returned_holding_count": {
                "type": "integer"
              },
              "sources": {
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "valuation": {
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "checked_at",
              "address",
              "requested_chains",
              "chains_run",
              "chain_results",
              "valuation",
              "concentration",
              "holdings",
              "returned_holding_count",
              "overflow_holding_count",
              "overflow_count_complete",
              "sources",
              "evidence",
              "limitations",
              "confidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "722ce2b98e2db519acc76e688bbc782d70864c7c67322efd2da09ff91bb2aecc",
  "schema_fingerprint": "a3eb17d45d2402c9f73db6696690e62d0ca6a20f623f858e61b6741b58fb3b67",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-22T15:10:56.619Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "lending-rate",
      "productive-venue",
      "staking-apr",
      "supply-apr",
      "yield"
    ],
    "usage": {}
  },
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "722ce2b98e2db519acc76e688bbc782d70864c7c67322efd2da09ff91bb2aecc",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/allowance-exposure
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "allowance-exposure",
      "erc20-allowance",
      "spender-allowance",
      "token-approval",
      "unlimited-approval"
    ],
    "usage": {}
  },
  "description": "Inspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "owner": {
                "description": "ERC-20 token owner address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "spender": {
                "description": "Spender address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 token contract. 0x-prefixed 20-byte EVM address. Zero address is rejected.",
                "type": "string"
              }
            },
            "required": [
              "owner",
              "token",
              "spender"
            ],
            "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": {
              "allowance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_covers_current_balance": {
                "type": "boolean"
              },
              "allowance_raw": {
                "description": "uint256 as a decimal integer string",
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "block_number": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "effectively_unlimited": {
                "type": "boolean"
              },
              "evidence": {
                "properties": {
                  "block_number": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "same_block_reads": {
                    "type": "boolean"
                  },
                  "token_code_present": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM02"
                ],
                "type": "string"
              },
              "max_uint256_approval": {
                "type": "boolean"
              },
              "methodology_version": {
                "enum": [
                  "allowance-exposure-0.1.0"
                ],
                "type": "string"
              },
              "network": {
                "enum": [
                  "eip155:8453"
                ],
                "type": "string"
              },
              "owner": {
                "type": "string"
              },
              "spender": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "HOLD"
                ],
                "type": "string"
              },
              "token": {
                "type": "string"
              },
              "token_metadata": {
                "properties": {
                  "decimals": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "network",
              "block_number",
              "owner",
              "token",
              "spender",
              "token_metadata",
              "allowance_raw",
              "allowance_adjusted",
              "balance_raw",
              "balance_adjusted",
              "allowance_balance_exposure_raw",
              "allowance_balance_exposure_adjusted",
              "allowance_covers_current_balance",
              "max_uint256_approval",
              "effectively_unlimited",
              "evidence",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "722ce2b98e2db519acc76e688bbc782d70864c7c67322efd2da09ff91bb2aecc",
  "schema_fingerprint": "42b8e097551822f524e69912fc56531eb71138c0f89b68415148f829ea134e8a",
  "service_id": "726a5556d1c4e0cd4d86dc9d64952d1aad22ce0c66faa28d6af47675af0e1a3a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T01:15:21.793Z",
  "url": "https://api.agentmercantile.com/v1/allowance-exposure",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/url-context
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "page-evidence",
      "structured-webpage",
      "url-context",
      "web-extraction",
      "webpage-context"
    ],
    "usage": {}
  },
  "description": "Fetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials in the URL. http, non-443 ports, and private/non-public targets are rejected without fetch.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "checked_at": {
                "description": "ISO-8601 timestamp when extraction ran.",
                "type": "string"
              },
              "content": {
                "properties": {
                  "approx_tokens": {
                    "type": "integer"
                  },
                  "characters": {
                    "type": "integer"
                  },
                  "extraction_basis": {
                    "enum": [
                      "main",
                      "article",
                      "body-heuristic",
                      "none"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  },
                  "token_estimate_method": {
                    "type": "string"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "evidence": {
                "type": "object"
              },
              "final_url": {
                "description": "Final URL after bounded redirects, or null on HOLD.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "freshness": {
                "properties": {
                  "observations": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "http": {
                "properties": {
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_count": {
                    "type": "integer"
                  },
                  "status": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "url-context-0.1.0"
                ],
                "type": "string"
              },
              "outline": {
                "items": {
                  "properties": {
                    "level": {
                      "type": "integer"
                    },
                    "text": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "requested_url": {
                "description": "The buyer-supplied URL after request validation.",
                "type": "string"
              },
              "size": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "structured_data": {
                "properties": {
                  "json_ld_types": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "methodology_version",
              "requested_url",
              "content",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "722ce2b98e2db519acc76e688bbc782d70864c7c67322efd2da09ff91bb2aecc",
  "schema_fingerprint": "dade0d9236d5c1480e3073da4d613debb1f4754223100c427ea3f955ed1911ac",
  "service_id": "d2bc8369238815d441f772f96d5a81f927b457e5ed46354dbe3a67f333ca9103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T09:01:02.426Z",
  "url": "https://api.agentmercantile.com/v1/url-context",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comReturn a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Return a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
              },
              "chain_results": {
                "type": "array"
              },
              "chains_run": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "checked_at": {
                "type": "string"
              },
              "concentration": {
                "type": "object"
              },
              "confidence": {
                "enum": [
                  "HIGH",
                  "MEDIUM",
                  "LOW"
                ],
                "type": "string"
              },
              "evidence": {
                "type": "array"
              },
              "holdings": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM03"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "portfolio-preflight-0.1.0"
                ],
                "type": "string"
              },
              "overflow_count_complete": {
                "type": "boolean"
              },
              "overflow_holding_count": {
                "type": "integer"
              },
              "requested_chains": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "returned_holding_count": {
                "type": "integer"
              },
              "sources": {
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "valuation": {
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "checked_at",
              "address",
              "requested_chains",
              "chains_run",
              "chain_results",
              "valuation",
              "concentration",
              "holdings",
              "returned_holding_count",
              "overflow_holding_count",
              "overflow_count_complete",
              "sources",
              "evidence",
              "limitations",
              "confidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "a3eb17d45d2402c9f73db6696690e62d0ca6a20f623f858e61b6741b58fb3b67",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-22T15:10:56.619Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comObserve factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comInspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.
https://api.agentmercantile.com/v1/allowance-exposure
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Inspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "owner": {
                "description": "ERC-20 token owner address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "spender": {
                "description": "Spender address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 token contract. 0x-prefixed 20-byte EVM address. Zero address is rejected.",
                "type": "string"
              }
            },
            "required": [
              "owner",
              "token",
              "spender"
            ],
            "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": {
              "allowance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_covers_current_balance": {
                "type": "boolean"
              },
              "allowance_raw": {
                "description": "uint256 as a decimal integer string",
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "block_number": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "effectively_unlimited": {
                "type": "boolean"
              },
              "evidence": {
                "properties": {
                  "block_number": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "same_block_reads": {
                    "type": "boolean"
                  },
                  "token_code_present": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM02"
                ],
                "type": "string"
              },
              "max_uint256_approval": {
                "type": "boolean"
              },
              "methodology_version": {
                "enum": [
                  "allowance-exposure-0.1.0"
                ],
                "type": "string"
              },
              "network": {
                "enum": [
                  "eip155:8453"
                ],
                "type": "string"
              },
              "owner": {
                "type": "string"
              },
              "spender": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "HOLD"
                ],
                "type": "string"
              },
              "token": {
                "type": "string"
              },
              "token_metadata": {
                "properties": {
                  "decimals": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "network",
              "block_number",
              "owner",
              "token",
              "spender",
              "token_metadata",
              "allowance_raw",
              "allowance_adjusted",
              "balance_raw",
              "balance_adjusted",
              "allowance_balance_exposure_raw",
              "allowance_balance_exposure_adjusted",
              "allowance_covers_current_balance",
              "max_uint256_approval",
              "effectively_unlimited",
              "evidence",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "42b8e097551822f524e69912fc56531eb71138c0f89b68415148f829ea134e8a",
  "service_id": "726a5556d1c4e0cd4d86dc9d64952d1aad22ce0c66faa28d6af47675af0e1a3a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T01:15:21.793Z",
  "url": "https://api.agentmercantile.com/v1/allowance-exposure",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comFetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.
https://api.agentmercantile.com/v1/url-context
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Fetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials in the URL. http, non-443 ports, and private/non-public targets are rejected without fetch.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "checked_at": {
                "description": "ISO-8601 timestamp when extraction ran.",
                "type": "string"
              },
              "content": {
                "properties": {
                  "approx_tokens": {
                    "type": "integer"
                  },
                  "characters": {
                    "type": "integer"
                  },
                  "extraction_basis": {
                    "enum": [
                      "main",
                      "article",
                      "body-heuristic",
                      "none"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  },
                  "token_estimate_method": {
                    "type": "string"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "evidence": {
                "type": "object"
              },
              "final_url": {
                "description": "Final URL after bounded redirects, or null on HOLD.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "freshness": {
                "properties": {
                  "observations": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "http": {
                "properties": {
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_count": {
                    "type": "integer"
                  },
                  "status": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "url-context-0.1.0"
                ],
                "type": "string"
              },
              "outline": {
                "items": {
                  "properties": {
                    "level": {
                      "type": "integer"
                    },
                    "text": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "requested_url": {
                "description": "The buyer-supplied URL after request validation.",
                "type": "string"
              },
              "size": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "structured_data": {
                "properties": {
                  "json_ld_types": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "methodology_version",
              "requested_url",
              "content",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789191719.42,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "dade0d9236d5c1480e3073da4d613debb1f4754223100c427ea3f955ed1911ac",
  "service_id": "d2bc8369238815d441f772f96d5a81f927b457e5ed46354dbe3a67f333ca9103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T09:01:02.426Z",
  "url": "https://api.agentmercantile.com/v1/url-context",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "dex-portfolio-composition",
      "erc20-holdings",
      "ethereum-base-portfolio",
      "portfolio-holdings",
      "wallet-holdings-preflight"
    ],
    "usage": {}
  },
  "description": "Return a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
              },
              "chain_results": {
                "type": "array"
              },
              "chains_run": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "checked_at": {
                "type": "string"
              },
              "concentration": {
                "type": "object"
              },
              "confidence": {
                "enum": [
                  "HIGH",
                  "MEDIUM",
                  "LOW"
                ],
                "type": "string"
              },
              "evidence": {
                "type": "array"
              },
              "holdings": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM03"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "portfolio-preflight-0.1.0"
                ],
                "type": "string"
              },
              "overflow_count_complete": {
                "type": "boolean"
              },
              "overflow_holding_count": {
                "type": "integer"
              },
              "requested_chains": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "returned_holding_count": {
                "type": "integer"
              },
              "sources": {
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "valuation": {
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "checked_at",
              "address",
              "requested_chains",
              "chains_run",
              "chain_results",
              "valuation",
              "concentration",
              "holdings",
              "returned_holding_count",
              "overflow_holding_count",
              "overflow_count_complete",
              "sources",
              "evidence",
              "limitations",
              "confidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "1c1901601e98de6b8260535ebed833d96c454bd53ef54639d293ff01d75e93ce",
  "schema_fingerprint": "a3eb17d45d2402c9f73db6696690e62d0ca6a20f623f858e61b6741b58fb3b67",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-22T15:10:56.619Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "lending-rate",
      "productive-venue",
      "staking-apr",
      "supply-apr",
      "yield"
    ],
    "usage": {}
  },
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "1c1901601e98de6b8260535ebed833d96c454bd53ef54639d293ff01d75e93ce",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/allowance-exposure
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "allowance-exposure",
      "erc20-allowance",
      "spender-allowance",
      "token-approval",
      "unlimited-approval"
    ],
    "usage": {}
  },
  "description": "Inspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "owner": {
                "description": "ERC-20 token owner address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "spender": {
                "description": "Spender address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 token contract. 0x-prefixed 20-byte EVM address. Zero address is rejected.",
                "type": "string"
              }
            },
            "required": [
              "owner",
              "token",
              "spender"
            ],
            "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": {
              "allowance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_covers_current_balance": {
                "type": "boolean"
              },
              "allowance_raw": {
                "description": "uint256 as a decimal integer string",
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "block_number": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "effectively_unlimited": {
                "type": "boolean"
              },
              "evidence": {
                "properties": {
                  "block_number": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "same_block_reads": {
                    "type": "boolean"
                  },
                  "token_code_present": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM02"
                ],
                "type": "string"
              },
              "max_uint256_approval": {
                "type": "boolean"
              },
              "methodology_version": {
                "enum": [
                  "allowance-exposure-0.1.0"
                ],
                "type": "string"
              },
              "network": {
                "enum": [
                  "eip155:8453"
                ],
                "type": "string"
              },
              "owner": {
                "type": "string"
              },
              "spender": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "HOLD"
                ],
                "type": "string"
              },
              "token": {
                "type": "string"
              },
              "token_metadata": {
                "properties": {
                  "decimals": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "network",
              "block_number",
              "owner",
              "token",
              "spender",
              "token_metadata",
              "allowance_raw",
              "allowance_adjusted",
              "balance_raw",
              "balance_adjusted",
              "allowance_balance_exposure_raw",
              "allowance_balance_exposure_adjusted",
              "allowance_covers_current_balance",
              "max_uint256_approval",
              "effectively_unlimited",
              "evidence",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "1c1901601e98de6b8260535ebed833d96c454bd53ef54639d293ff01d75e93ce",
  "schema_fingerprint": "42b8e097551822f524e69912fc56531eb71138c0f89b68415148f829ea134e8a",
  "service_id": "726a5556d1c4e0cd4d86dc9d64952d1aad22ce0c66faa28d6af47675af0e1a3a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T01:15:21.793Z",
  "url": "https://api.agentmercantile.com/v1/allowance-exposure",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comAgent Mercantile
https://api.agentmercantile.com/v1/url-context
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "branding": {
    "asset_rights": "not_reviewed",
    "basis": "source_reported",
    "icon_url": null,
    "name": "Agent Mercantile",
    "tags": [
      "page-evidence",
      "structured-webpage",
      "url-context",
      "web-extraction",
      "webpage-context"
    ],
    "usage": {}
  },
  "description": "Fetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials in the URL. http, non-443 ports, and private/non-public targets are rejected without fetch.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "checked_at": {
                "description": "ISO-8601 timestamp when extraction ran.",
                "type": "string"
              },
              "content": {
                "properties": {
                  "approx_tokens": {
                    "type": "integer"
                  },
                  "characters": {
                    "type": "integer"
                  },
                  "extraction_basis": {
                    "enum": [
                      "main",
                      "article",
                      "body-heuristic",
                      "none"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  },
                  "token_estimate_method": {
                    "type": "string"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "evidence": {
                "type": "object"
              },
              "final_url": {
                "description": "Final URL after bounded redirects, or null on HOLD.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "freshness": {
                "properties": {
                  "observations": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "http": {
                "properties": {
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_count": {
                    "type": "integer"
                  },
                  "status": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "url-context-0.1.0"
                ],
                "type": "string"
              },
              "outline": {
                "items": {
                  "properties": {
                    "level": {
                      "type": "integer"
                    },
                    "text": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "requested_url": {
                "description": "The buyer-supplied URL after request validation.",
                "type": "string"
              },
              "size": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "structured_data": {
                "properties": {
                  "json_ld_types": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "methodology_version",
              "requested_url",
              "content",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "1c1901601e98de6b8260535ebed833d96c454bd53ef54639d293ff01d75e93ce",
  "schema_fingerprint": "dade0d9236d5c1480e3073da4d613debb1f4754223100c427ea3f955ed1911ac",
  "service_id": "d2bc8369238815d441f772f96d5a81f927b457e5ed46354dbe3a67f333ca9103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T09:01:02.426Z",
  "url": "https://api.agentmercantile.com/v1/url-context",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comReturn a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Return a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
              },
              "chain_results": {
                "type": "array"
              },
              "chains_run": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "checked_at": {
                "type": "string"
              },
              "concentration": {
                "type": "object"
              },
              "confidence": {
                "enum": [
                  "HIGH",
                  "MEDIUM",
                  "LOW"
                ],
                "type": "string"
              },
              "evidence": {
                "type": "array"
              },
              "holdings": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM03"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "portfolio-preflight-0.1.0"
                ],
                "type": "string"
              },
              "overflow_count_complete": {
                "type": "boolean"
              },
              "overflow_holding_count": {
                "type": "integer"
              },
              "requested_chains": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "returned_holding_count": {
                "type": "integer"
              },
              "sources": {
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "valuation": {
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "checked_at",
              "address",
              "requested_chains",
              "chains_run",
              "chain_results",
              "valuation",
              "concentration",
              "holdings",
              "returned_holding_count",
              "overflow_holding_count",
              "overflow_count_complete",
              "sources",
              "evidence",
              "limitations",
              "confidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "a3eb17d45d2402c9f73db6696690e62d0ca6a20f623f858e61b6741b58fb3b67",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-22T15:10:56.619Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comObserve factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comInspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.
https://api.agentmercantile.com/v1/allowance-exposure
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Inspect one Base ERC-20 owner/token/spender allowance with same-block balance and token metadata plus factual exposure flags. No wallet access, signing, or transaction execution. Call when you need a same-block Base allowance-versus-balance snapshot for one owner/token/spender triple.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "owner": {
                "description": "ERC-20 token owner address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "spender": {
                "description": "Spender address. 0x-prefixed 20-byte EVM address.",
                "type": "string"
              },
              "token": {
                "description": "ERC-20 token contract. 0x-prefixed 20-byte EVM address. Zero address is rejected.",
                "type": "string"
              }
            },
            "required": [
              "owner",
              "token",
              "spender"
            ],
            "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": {
              "allowance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_balance_exposure_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "allowance_covers_current_balance": {
                "type": "boolean"
              },
              "allowance_raw": {
                "description": "uint256 as a decimal integer string",
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_adjusted": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "balance_raw": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "block_number": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "effectively_unlimited": {
                "type": "boolean"
              },
              "evidence": {
                "properties": {
                  "block_number": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "same_block_reads": {
                    "type": "boolean"
                  },
                  "token_code_present": {
                    "type": [
                      "boolean",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM02"
                ],
                "type": "string"
              },
              "max_uint256_approval": {
                "type": "boolean"
              },
              "methodology_version": {
                "enum": [
                  "allowance-exposure-0.1.0"
                ],
                "type": "string"
              },
              "network": {
                "enum": [
                  "eip155:8453"
                ],
                "type": "string"
              },
              "owner": {
                "type": "string"
              },
              "spender": {
                "type": "string"
              },
              "status": {
                "enum": [
                  "OK",
                  "HOLD"
                ],
                "type": "string"
              },
              "token": {
                "type": "string"
              },
              "token_metadata": {
                "properties": {
                  "decimals": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  },
                  "symbol": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "network",
              "block_number",
              "owner",
              "token",
              "spender",
              "token_metadata",
              "allowance_raw",
              "allowance_adjusted",
              "balance_raw",
              "balance_adjusted",
              "allowance_balance_exposure_raw",
              "allowance_balance_exposure_adjusted",
              "allowance_covers_current_balance",
              "max_uint256_approval",
              "effectively_unlimited",
              "evidence",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "42b8e097551822f524e69912fc56531eb71138c0f89b68415148f829ea134e8a",
  "service_id": "726a5556d1c4e0cd4d86dc9d64952d1aad22ce0c66faa28d6af47675af0e1a3a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T01:15:21.793Z",
  "url": "https://api.agentmercantile.com/v1/allowance-exposure",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comFetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.
https://api.agentmercantile.com/v1/url-context
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Fetch deterministic, token-efficient context from one public HTTPS URL: canonical URL, title/description, headings, clean main content, structured-data types, freshness observations, evidence, and limitations. Call when you need a bounded JSON reading of one public page without a browser, login, crawl, or LLM.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "description": "One absolute public HTTPS URL on port 443. No credentials in the URL. http, non-443 ports, and private/non-public targets are rejected without fetch.",
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "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": {
              "checked_at": {
                "description": "ISO-8601 timestamp when extraction ran.",
                "type": "string"
              },
              "content": {
                "properties": {
                  "approx_tokens": {
                    "type": "integer"
                  },
                  "characters": {
                    "type": "integer"
                  },
                  "extraction_basis": {
                    "enum": [
                      "main",
                      "article",
                      "body-heuristic",
                      "none"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "type": "string"
                  },
                  "token_estimate_method": {
                    "type": "string"
                  },
                  "truncated": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "evidence": {
                "type": "object"
              },
              "final_url": {
                "description": "Final URL after bounded redirects, or null on HOLD.",
                "type": [
                  "string",
                  "null"
                ]
              },
              "freshness": {
                "properties": {
                  "observations": {
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "http": {
                "properties": {
                  "content_type": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_count": {
                    "type": "integer"
                  },
                  "status": {
                    "type": [
                      "integer",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "description": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "title": {
                    "type": [
                      "string",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "methodology_version": {
                "enum": [
                  "url-context-0.1.0"
                ],
                "type": "string"
              },
              "outline": {
                "items": {
                  "properties": {
                    "level": {
                      "type": "integer"
                    },
                    "text": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "requested_url": {
                "description": "The buyer-supplied URL after request validation.",
                "type": "string"
              },
              "size": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "structured_data": {
                "properties": {
                  "json_ld_types": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              }
            },
            "required": [
              "status",
              "methodology_version",
              "requested_url",
              "content",
              "limitations"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "dade0d9236d5c1480e3073da4d613debb1f4754223100c427ea3f955ed1911ac",
  "service_id": "d2bc8369238815d441f772f96d5a81f927b457e5ed46354dbe3a67f333ca9103",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-08T09:01:02.426Z",
  "url": "https://api.agentmercantile.com/v1/url-context",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comReturn a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.
https://api.agentmercantile.com/v1/portfolio-preflight
NetworkAdvertised amountBillingPayee
eip155:84530.25 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Return a bounded snapshot of native and ERC-20 holdings for one public Ethereum/Base address, with DEX-market observations, priced-holdings concentration, evidence and limitations. No investment advice.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$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"
              },
              "chain_results": {
                "type": "array"
              },
              "chains_run": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "checked_at": {
                "type": "string"
              },
              "concentration": {
                "type": "object"
              },
              "confidence": {
                "enum": [
                  "HIGH",
                  "MEDIUM",
                  "LOW"
                ],
                "type": "string"
              },
              "evidence": {
                "type": "array"
              },
              "holdings": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM03"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "portfolio-preflight-0.1.0"
                ],
                "type": "string"
              },
              "overflow_count_complete": {
                "type": "boolean"
              },
              "overflow_holding_count": {
                "type": "integer"
              },
              "requested_chains": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "returned_holding_count": {
                "type": "integer"
              },
              "sources": {
                "type": "array"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "valuation": {
                "type": "object"
              }
            },
            "required": [
              "status",
              "machine",
              "methodology_version",
              "checked_at",
              "address",
              "requested_chains",
              "chains_run",
              "chain_results",
              "valuation",
              "concentration",
              "holdings",
              "returned_holding_count",
              "overflow_holding_count",
              "overflow_count_complete",
              "sources",
              "evidence",
              "limitations",
              "confidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.25",
      "amount_atomic": "250000",
      "amount_encoding": "atomic_units",
      "amount_raw": "250000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "a3eb17d45d2402c9f73db6696690e62d0ca6a20f623f858e61b6741b58fb3b67",
  "service_id": "39311717eef2b5b8002c9f656a7d841dd433b6b5412b8c12bde8b459338676ca",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-22T15:10:56.619Z",
  "url": "https://api.agentmercantile.com/v1/portfolio-preflight",
  "usage_rights": "not_reviewed"
}
api.agentmercantile.comObserve factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.
https://api.agentmercantile.com/v1/productive-venue-snapshot
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xdb7b2b54f80479826222749a2ea73a8acc306e1e
Source and evidence
{
  "description": "Observe factual Aave V3 lending supply APR and Lido staking APR for one Ethereum/Base asset, with timestamps, evidence, explicit rate labels, optional filters/sort, and limitations. No ranking or investment recommendation. Call when you need currently observed supported-venue rates for one asset, not a ranking.",
  "domain": "api.agentmercantile.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "asset": {
                "additionalProperties": false,
                "description": "native, erc20, or allowlisted symbol asset object",
                "properties": {
                  "address": {
                    "description": "Required for erc20. Exact nonzero 20-byte EVM address.",
                    "type": "string"
                  },
                  "kind": {
                    "enum": [
                      "native",
                      "erc20",
                      "symbol"
                    ],
                    "type": "string"
                  },
                  "symbol": {
                    "description": "Required for kind=symbol. Allowlist ETH, WETH, USDC, stETH, wstETH. Chain-specific.",
                    "type": "string"
                  }
                },
                "required": [
                  "kind"
                ],
                "type": "object"
              },
              "chain_id": {
                "description": "Ethereum 1 or Base 8453 only.",
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "limit": {
                "description": "Default 20. Applied after filters and sort.",
                "maximum": 20,
                "minimum": 1,
                "type": "integer"
              },
              "protocols": {
                "items": {
                  "enum": [
                    "aave_v3",
                    "lido"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              },
              "sort": {
                "description": "Objective sort only. rate_* uses primary_apr. Null rates sort last. Not a recommendation.",
                "enum": [
                  "protocol",
                  "rate_desc",
                  "rate_asc"
                ],
                "type": "string"
              },
              "venue_types": {
                "items": {
                  "enum": [
                    "lending",
                    "liquid_staking"
                  ],
                  "type": "string"
                },
                "minItems": 1,
                "type": "array",
                "uniqueItems": true
              }
            },
            "required": [
              "chain_id",
              "asset"
            ],
            "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": {
              "asset": {
                "type": "object"
              },
              "block_number": {
                "type": "string"
              },
              "cached": {
                "type": "boolean"
              },
              "chain_id": {
                "enum": [
                  1,
                  8453
                ],
                "type": "integer"
              },
              "classification": {
                "enum": [
                  "OBSERVED_COMPLETE",
                  "OBSERVED_PARTIAL",
                  "OBSERVED_EMPTY_SUPPORTED_SET",
                  "HOLD_UPSTREAM",
                  "HOLD_OUTPUT_REFUSED"
                ],
                "type": "string"
              },
              "errors": {
                "type": "array"
              },
              "evidence": {
                "type": "array"
              },
              "limitations": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "machine": {
                "enum": [
                  "VM04"
                ],
                "type": "string"
              },
              "methodology_version": {
                "enum": [
                  "productive-venue-0.2.0"
                ],
                "type": "string"
              },
              "observation_age_ms": {
                "type": "integer"
              },
              "omissions": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "protocol_set_version": {
                "type": "string"
              },
              "request": {
                "type": "object"
              },
              "resolved": {
                "type": "object"
              },
              "result_count": {
                "type": "integer"
              },
              "retrieved_at": {
                "type": "string"
              },
              "sort": {
                "type": "object"
              },
              "status": {
                "enum": [
                  "OK",
                  "PARTIAL",
                  "HOLD"
                ],
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              },
              "venues": {
                "type": "array"
              }
            },
            "required": [
              "status",
              "classification",
              "machine",
              "methodology_version",
              "protocol_set_version",
              "chain_id",
              "asset",
              "request",
              "resolved",
              "sort",
              "result_count",
              "truncated",
              "omissions",
              "retrieved_at",
              "venues",
              "limitations",
              "errors",
              "evidence"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xdb7b2b54f80479826222749a2ea73a8acc306e1e",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "1966d84f4523beb1435300e16c1a26545096b87d3cf8c88280e60a3a39142616",
  "service_id": "720e81817e06a08fd64bcd567888a6e109cc17955cc87f62c6437b703ce8a5ef",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:16:13.68Z",
  "url": "https://api.agentmercantile.com/v1/productive-venue-snapshot",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,545 historical or current source records quarantined during normalization; they are excluded from public comparisons.

49 of 49 archive objects verified in Backblaze. Last verification: Sep 13, 2026, 05:54 UTC.

Collection status JSON