Marketplace

Get availability's reservations

Return's list of Reservations for ongoing Storage Requests that the node hosts.

patch/sales/availability/{id}/reservations

Path parameters

idstring required

ID of Availability

Response

Retrieved storage availabilities of the node

idstring

32bits identifier encoded in hex-decimal string.

availabilityIdstring

32bits identifier encoded in hex-decimal string.

sizestring

Integer represented as decimal string

requestIdstring

32bits identifier encoded in hex-decimal string.

slotIndexstring

Slot Index as hexadecimal string

Example response

[
  {
    "id": "0x...",
    "availabilityId": "0x...",
    "requestId": "0x..."
  }
]

Changes