Marketplace

Returns information about node's Requests

get/storage/purchases/{id}

Path parameters

idstring required

Hexadecimal ID of a Request

Response

Information about the Request state and specification

statestring

Description of the Request's state

errorstring

If Request failed, then here is presented the error message

Example response

[
  {
    "request": {
      "content": {
        "cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N"
      }
    }
  }
]

Changes