{ "operationId": "getFloorPrice", "method": "GET", "path": "/v0.1/data/collections/{collection}/floorPrice", "status": "200", "response": { "historicalDates": [ "2022-05-05", "2022-05-06", "2022-05-07" ], "historicalValues": [ 1.7, 1.69, 1.9 ], "currentValue": 1.45 } }