Skip to main content
POST
/
pipelines
/
{name}
/
backfill
/
{wallet}
cURL
curl --request POST \
  --url https://app.indexing.co/dw/pipelines/{name}/backfill/{wallet} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "queued 142 beats for backfill"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

name
string
required

The name of the pipeline

wallet
string
required

The wallet address to backfill for

Response

Backfill queued

message
string
required
Example:

"queued 142 beats for backfill"