Skip to main content
POST

Scan API

Deprecated, use /v2/updates instead

Deprecated, use /v2/updates instead. Returns the update history in ascending order, paged, from ledger begin or optionally starting after a record time.

Protocol Details

Operation IDgetUpdateHistory
Published0.7.5
SpecificationDownload OpenAPI

Inputs

Request body

application/json
object
OpenAPI type: UpdateHistoryRequestAfter.
number
required
OpenAPI type: integer (int32).The maximum number of transactions returned for this request.
boolean
Whether contract payload should be encoded into json using a lossless, but much harder to process, encoding. This is mostly used for backend calls, and is not recommended for external users. Optional and defaults to false.

Outputs

200

application/json
UpdateHistoryItem[]
required

400

application/json
string
required

500

application/json
string
required

History

Updated0.6.0

The POST /v0/updates operation was updated in this snapshot.

Updated0.5.17

The POST /v0/updates operation was updated in this snapshot.

Deprecated0.5.10
Added0.5.10