cURL
curl --request POST \ --url https://app.indexing.co/dw/pipelines/{name}/backfill \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "network": "BASE", "value": "0x123...", "beatEnd": 123, "beatStart": 123, "beats": [ 123 ] }'
{ "message": "<string>" }
Backfill a given pipeline for a network + filter value combo
Backfill parameters
The body is of type object.
object
success
The response is of type object.