Marketplace

Get availability's reservations

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

get/sales/availability/{id}/reservations

Path parameters

idstring required

ID of Availability

Response

Retrieved storage availabilities of the node

idstring required

32bits identifier encoded in hex-decimal string.

availabilityIdstring required

32bits identifier encoded in hex-decimal string.

sizeinteger required

Size of the slot in bytes

requestIdstring required

32bits identifier encoded in hex-decimal string.

slotIndexinteger required

Slot Index number

validUntilinteger required

Timestamp after which the reservation will no longer be valid.

Example response

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

Changes