addedInput schema / properties / address / description
Added value: +"Bitcoin wallet address to graph."
addedInput schema / properties / direction / description
Added value: +"Transaction-flow direction to include: incoming, outgoing, or both."
addedInput schema / properties / direction / enum
Added value: +[
+ "in",
+ "out",
+ "both"
+]
addedInput schema / properties / hops / description
Added value: +"Maximum graph hop depth."
addedInput schema / properties / hops / maximum
Added value: +4
addedInput schema / properties / hops / minimum
Added value: +1
addedInput schema / properties / include_labels / description
Added value: +"Include label/entity context for graph nodes when available."
addedInput schema / properties / min_btc / description
Added value: +"Minimum BTC value for an edge candidate to appear. Default 0.1 BTC is a value-flow display filter; use min_btc=0 for ownership or attribution analysis."
addedInput schema / properties / min_btc / minimum
Added value: +0
addedInput schema / properties / node_limit / description
Added value: +"Maximum graph nodes to return."
addedInput schema / properties / node_limit / maximum
Added value: +200
addedInput schema / properties / node_limit / minimum
Added value: +2
addedInput schema / properties / since / description
Added value: +"Only include transactions at or after this ISO timestamp."
addedInput schema / properties / view
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional response view. Set `view=compact` for a smaller agent-oriented payload.",
+ "title": "View"
+}