Skip to main content
POST
cURL

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 (0x… for EVM, base58 for Solana)

Body

application/json
chains
string[]

Restrict the fan-out to these networks (subset of the pipeline's backfill-ready chains)

Example:
fromBlock
integer

Lower block bound, applied as-given to every selected chain — pair with a single-chain chains filter since block numbers differ per chain. Takes precedence over time bounds.

toBlock
integer

Upper block bound (same caveat as fromBlock).

fromTime
string

Lower time bound (ISO-8601 or epoch-ms), converted to a block bound per chain from its observed block time. Approximate by design — 'the last month', not a block-exact cut.

Example:

"2026-06-23T00:00:00Z"

toTime
string

Upper time bound (same conversion as fromTime).

Response

Backfill queued

message
string
required
Example:

"queued 2 chain(s) for backfill"

chains
string[]
required

The networks actually queued (the pipeline's networks filtered to backfill-ready ones)

Example: