Bitcoin / Ethereum Address Watcher
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsBitcoin / Ethereum Address Watcher
Scrape and watch for balance and transactions for Bitcoin and Ethereum addresses.
Addresses
addresses
arrayRequired
Accepts Bitcoin and Ethereum addresses
Default value of this property is ["1CounterpartyXXXXXXXXXXXXXXXUWLpVr"]
Max transactions
maxTransactions
integerOptional
Limit the max number of transactions
Default value of this property is 10
Maximum transaction date
maxDate
stringOptional
Provide a maximum date to filter transactions. Accepts static dates, like YYYY-MM-DD or relative dates, like 'today', 'yesterday' or '2 days'
Default value of this property is ""
Minimum transaction date
minDate
stringOptional
Provide a minimum date to filter transactions. Accepts static dates, like YYYY-MM-DD or relative dates, like 'today', 'yesterday' or '2 days'
Default value of this property is ""
Webhook
webhook
stringOptional
Calls this endpoint URL when it's finished, as a POST
Default value of this property is ""
Proxy configuration
proxy
objectRequired
Select proxies to be used by your actor.
Default value of this property is {"useApifyProxy":true}
Extend Output Function
extendOutputFunction
stringOptional
Add or remove properties on the output object or omit the output returning null
Default value of this property is ""
Extend Scraper Function
extendScraperFunction
stringOptional
Advanced function that allows you to extend the default scraper functionality, allowing you to manually perform actions on the page
Default value of this property is ""