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
Example response
[
{
"id": "0x...",
"availabilityId": "0x...",
"requestId": "0x..."
}
]