Skip to main content
POST
POST /v0/backfilling/updates-before

Body

application/json
migration_id
integer<int64>
required
synchronizer_id
string
required
before
string<date-time>
required

Only return updates with a record time strictly smaller than this time.

count
integer<int32>
required

Return at most this many updates. The actual number of updates returned may be smaller.

at_or_after
string<date-time>

Only return updates with a record time equal to or greater than this time.

Response

ok

transactions
object[]
required

An individual item in the update history. May be a transaction or a contract reassignment.