HTTP Methods
Last updated
Last updated
Creates a backfilling task that retrieves transactions based on specified filters and subsequently submits them to a predefined URL in the hook's data field.
/job/
f469559d4cc55170a26031a4a5123eb2
The name of job.
Range to scan, block id's or timestamps can be used
An array of filters to apply. Check the Transaction Filter for details.
Batch webhook calls. Specify the number of transactions to be batched in one call. Defaults to 1
Limit CPU for JOB, one CPU does ~20 000 transaction rescans. Speed can vary based on how many records are picked up and sent back. You can look at it as concurrency or threads, one CPU will always send one hook at the moment. Defaults to 1
Metrics can be received on demand via this call or by getting full job information. Also you can defined metrics web hook callback when creating job.
/job/{id}/metrics
44
f469559d4cc55170a26031a4a5123eb2