bus

Get upload parameters

Returns parameters needed for uploads including consensus height, gouging parameters and upload packing status.

get/bus/params/upload

Response

Successfully retrieved upload parameters

currentHeightinteger

Current consensus height

uploadPackingboolean

Whether upload packing is enabled

Example response

{
  "currentHeight": 92813,
  "consensusState": {
    "blockHeight": 92813
  }
}

Changes

Changed in 4 of the 50 revisions of this API.42

    • the allOf[GougingParams]/redundancySettings/minShards response's property type/format changed from integer/int32 to integer/uint8 for status 200

      response-property-type-changed

    • the allOf[GougingParams]/redundancySettings/totalShards response's property type/format changed from integer/int32 to integer/uint8 for status 200

      response-property-type-changed

  • 922f156353c911See the full diff
    • removed the media type text/plain for the response with the status 500

      response-media-type-removed

    • api tag bus added

      api-tag-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog