**Deprecated**, use /v2/updates instead
POST
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
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
Changed
0.6.0The POST /v0/updates operation changed in this snapshot.
Changed
0.5.17The POST /v0/updates operation changed in this snapshot.
Deprecated
0.5.10Introduced
0.5.10