{ "opencollection": "1.0.0", "info": { "name": "Rocket Pool Protocol API (rocketpool-go) Auction API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auction", "type": "folder" }, "items": [ { "info": { "name": "List Auction Lots", "type": "http" }, "http": { "method": "GET", "url": "https://protocol.rocketpool.example/v1/auction/lots" }, "docs": "List Auction Lots" }, { "info": { "name": "Get RPL Auction Status", "type": "http" }, "http": { "method": "GET", "url": "https://protocol.rocketpool.example/v1/auction/status" }, "docs": "Get RPL Auction Status" }, { "info": { "name": "Bid On Auction Lot", "type": "http" }, "http": { "method": "POST", "url": "https://protocol.rocketpool.example/v1/auction/bid-lot", "body": { "type": "json", "data": "{}" } }, "docs": "Bid On Auction Lot" } ] } ], "bundled": true }