addedInput schema / properties / address_filter
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Comma-separated Bitcoin address watchlist filter.",
+ "title": "Address Filter"
+}
addedInput schema / properties / cursor
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Integer pagination cursor returned by the previous page.",
+ "title": "Cursor"
+}
addedInput schema / properties / format
Added value: +{
+ "default": "json",
+ "description": "Response format.",
+ "enum": [
+ "json",
+ "csv"
+ ],
+ "title": "Format",
+ "type": "string"
+}
addedInput schema / properties / limit / description
Added value: +"Maximum rows to return."
addedInput schema / properties / limit / maximum
Added value: +250
addedInput schema / properties / limit / minimum
Added value: +1
addedInput schema / properties / min_btc / description
Added value: +"Minimum BTC value of the spent dormant UTXO."
addedInput schema / properties / min_btc / minimum
Added value: +0
addedInput schema / properties / min_dormancy_days / description
Added value: +"Minimum untouched age of the spent UTXO."
addedInput schema / properties / min_dormancy_days / minimum
Added value: +0
addedInput schema / properties / since / description
Added value: +"Window start as block height, ISO date/time, or relative Nd value. Defaults to last 24h."
addedInput schema / properties / until / description
Added value: +"Window end as block height, ISO date/time, or now. Defaults to now."