{"info":{"_postman_id":"64785882-05d7-4c5e-a1f8-ae0f6fc685ea","name":"Thales API","description":"<html><head></head><body><p>The REST API to help with <a href=\"https://thalesmarket.io/\">Thales</a> features.</p>\n<p>The API is available on <a href=\"https://overtimemarketsv2.xyz\">overtimemarketsv2.xyz</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1435701","collectionId":"64785882-05d7-4c5e-a1f8-ae0f6fc685ea","publishedId":"2s9YRDzqmS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-16T11:07:26.000Z"},"item":[{"name":"Thales collaterals","id":"d4d19adf-90e0-48fe-9d2a-382facfe97af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/collaterals","description":"<h2 id=\"get-a-list-of-all-supported-collaterals\">Get a list of all supported collaterals</h2>\n<p>Use <code>/thales/networks/{{network}}/collaterals</code> to get a list of all supported collaterals.</p>\n<p>It returns all supported collaterals with addresses and number of decimals.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","collaterals"],"host":["overtimemarketsv2","xyz"],"query":[],"variable":[]}},"response":[{"id":"9a7dbdcf-1209-4c21-bbe6-7ca8e0f438b7","name":"Thales collaterals response example (optimisim)","originalRequest":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/10/collaterals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 07:43:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"491"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1eb-UyeveZ1fCFW2xkM+ZFbVIqk+ox8\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"symbol\": \"sUSD\",\n        \"name\": \"Synth sUSD\",\n        \"address\": \"0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9\",\n        \"decimals\": 18,\n        \"default\": true\n    },\n    {\n        \"symbol\": \"DAI\",\n        \"name\": \"Dai Stablecoin\",\n        \"address\": \"0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1\",\n        \"decimals\": 18,\n        \"default\": false\n    },\n    {\n        \"symbol\": \"USDC\",\n        \"name\": \"USD Coin\",\n        \"address\": \"0x7F5c764cBc14f9669B88837ca1490cCa17c31607\",\n        \"decimals\": 6,\n        \"default\": false\n    },\n    {\n        \"symbol\": \"USDT\",\n        \"name\": \"Tether USD\",\n        \"address\": \"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58\",\n        \"decimals\": 6,\n        \"default\": false\n    }\n]"}],"_postman_id":"d4d19adf-90e0-48fe-9d2a-382facfe97af"},{"name":"Thales markets","id":"1eb5ac5f-3b3a-4cb1-8171-57f9cf4a0b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/markets","description":"<h2 id=\"get-a-list-of-all-markets\">Get a list of all markets</h2>\n<p>Use <code>/thales/networks/{{network}}/markets</code> to get a list of all markets.</p>\n<p>By default, it returns all open markets grouped by asset, maturity date and position. Use query parameters to filter markets by <code>asset</code>, <code>maturityDate</code>, <code>positions</code>, or <code>bonus</code>. Use the flag <code>ungroup</code> to ungroup markets.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<ul>\n<li><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","markets"],"host":["overtimemarketsv2","xyz"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Filter markets by asset (e.g. BTC, ETH...).</p>\n","type":"text/plain"},"key":"asset","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Filter markets by maturity date. Format is YYYY-MM-DD.</p>\n","type":"text/plain"},"key":"maturityDate","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Filter markets by positions, comma separated (e.g. UP,DOWN). Supported positions: UP, DOWN, IN, OUT.</p>\n","type":"text/plain"},"key":"positions","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Return only markets with bonus. Possible values: true or false. Default: false.</p>\n","type":"text/plain"},"key":"onlyWithBonus","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Do not group markets by asset, maturity date and position. Possible values: true or false. Default: false.</p>\n","type":"text/plain"},"key":"ungroup","value":""}],"variable":[]}},"response":[{"id":"01e13ccd-0e9e-40da-ad50-261db31106fd","name":"Thales markets response example (base)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://overtimemarketsv2.xyz/thales/networks/8453/markets","protocol":"https","host":["overtimemarketsv2","xyz"],"path":["thales","networks","8453","markets"],"query":[{"key":"asset","value":"","description":"(Optional) Filter markets by asset (e.g. BTC, ETH...).","type":"text","disabled":true},{"key":"maturityDate","value":"","description":"(Optional) Filter markets by maturity date. Format is YYYY-MM-DD.","disabled":true},{"key":"positions","value":"","description":"(Optional) Filter markets by positions, comma separated (e.g. UP,DOWN). Supported positions: UP, DOWN, IN, OUT.","disabled":true},{"key":"onlyWithBonus","value":"","description":"(Optional) Return only markets with bonus. Possible values: true or false. Default: false.","disabled":true},{"key":"ungroup","value":"","description":"(Optional) Do not group markets by asset, maturity date and position. Possible values: true or false. Default: false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 07:54:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1238941"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"12e79d-A1PrGnawslFyFHFWwosXnH+YMak\""}],"cookie":[],"responseTime":null,"body":"{\n    \"BTC\": {\n        \"2023-10-27T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xE070243D97cAf98A49E3ECA5fFF8bc2D6501d681\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xb1aC9125705aC77545aAF720815886D0472b64Eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.229433,\n                    \"bonus\": 0.0021588002457742206,\n                    \"roi\": {\n                        \"baseRoi\": 3.3492020786921963,\n                        \"bonusRoi\": 0.00936883307725278,\n                        \"totalRoi\": 3.358570911769449\n                    },\n                    \"liquidity\": 2911.8579058404966,\n                    \"skewImpact\": -0.002154149866512958\n                },\n                {\n                    \"address\": \"0xD45A987F0C56F85E3A5527fFb44b2c4257AEB0F5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.472307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1172669471339616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1172669471339616\n                    },\n                    \"liquidity\": 4026.6457845132213,\n                    \"skewImpact\": 0.000018625924407966\n                },\n                {\n                    \"address\": \"0xdcdCC106AB3C741CeF430718B4a3457aDffF33f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.740539,\n                    \"bonus\": 0.0034915043259313187,\n                    \"roi\": {\n                        \"baseRoi\": 0.34568565302497484,\n                        \"bonusRoi\": 0.004682119637909987,\n                        \"totalRoi\": 0.3503677726628848\n                    },\n                    \"liquidity\": 8022.044730070487,\n                    \"skewImpact\": -0.003479356138920821\n                },\n                {\n                    \"address\": \"0x8FF4137455cf8848809fC0d64905293EdB0d0D60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.852662,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17279766191058119,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17279766191058119\n                    },\n                    \"liquidity\": 13179.310825879986,\n                    \"skewImpact\": 0.000005690737625879\n                },\n                {\n                    \"address\": \"0xA4Ba02f72400e5a64b1853142608E0EFdae75e89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.898721,\n                    \"bonus\": 0.03809363650936688,\n                    \"roi\": {\n                        \"baseRoi\": 0.07330656873005255,\n                        \"bonusRoi\": 0.03938580187216996,\n                        \"totalRoi\": 0.11269237060222251\n                    },\n                    \"liquidity\": 26128.444383014554,\n                    \"skewImpact\": -0.0366957615090083\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xE070243D97cAf98A49E3ECA5fFF8bc2D6501d681\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.961754,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.039766925845902384,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.039766925845902384\n                    },\n                    \"liquidity\": 37863.628841867554,\n                    \"skewImpact\": 0.000001980792710419\n                },\n                {\n                    \"address\": \"0xb1aC9125705aC77545aAF720815886D0472b64Eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.82111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21786362363142575,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21786362363142575\n                    },\n                    \"liquidity\": 10740.753531258251,\n                    \"skewImpact\": 0.002161054325666966\n                },\n                {\n                    \"address\": \"0xD45A987F0C56F85E3A5527fFb44b2c4257AEB0F5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.578309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7291793833400484,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7291793833400484\n                    },\n                    \"liquidity\": 4993.026209657907,\n                    \"skewImpact\": 0.000015020950592033\n                },\n                {\n                    \"address\": \"0xdcdCC106AB3C741CeF430718B4a3457aDffF33f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.310021,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2255879440425006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2255879440425006\n                    },\n                    \"liquidity\": 3014.7445915233693,\n                    \"skewImpact\": 0.003503826496746692\n                },\n                {\n                    \"address\": \"0x8FF4137455cf8848809fC0d64905293EdB0d0D60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.197961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.05150004293775,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.05150004293775\n                    },\n                    \"liquidity\": 2682.7740540948125,\n                    \"skewImpact\": 0.00002795613737412\n                },\n                {\n                    \"address\": \"0xA4Ba02f72400e5a64b1853142608E0EFdae75e89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.151439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.603318828042974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.603318828042974\n                    },\n                    \"liquidity\": 2444.050438945616,\n                    \"skewImpact\": 0.036718955751004596\n                },\n                {\n                    \"address\": \"0xA1DeC91aDa5a8d9DCB0322dB63EA5149B6fE2ce6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x127f43a4bd949F7953F73e6A3ebB92049E8B5b68\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.447077,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.236751163669793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.236751163669793\n                    },\n                    \"liquidity\": 4026.6457845132213,\n                    \"skewImpact\": 0.000020606717118385\n                },\n                {\n                    \"address\": \"0x6aFfB1B08ed06735df267CD706364EE51A2bc482\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.578487,\n                    \"bonus\": 0.0013200420270516884,\n                    \"roi\": {\n                        \"baseRoi\": 0.726371437592082,\n                        \"bonusRoi\": 0.0022758785965273365,\n                        \"totalRoi\": 0.7286473161886093\n                    },\n                    \"liquidity\": 8022.044730070487,\n                    \"skewImpact\": -0.001318301813253855\n                },\n                {\n                    \"address\": \"0x5aA328Fe63119fA11A4DB76c059047eE4335e58A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.723352,\n                    \"bonus\": 0.0034895096811459816,\n                    \"roi\": {\n                        \"baseRoi\": 0.3776621546493188,\n                        \"bonusRoi\": 0.004790648411984677,\n                        \"totalRoi\": 0.38245280306130347\n                    },\n                    \"liquidity\": 8022.044730070487,\n                    \"skewImpact\": -0.003477375346210402\n                },\n                {\n                    \"address\": \"0x644D9fd0feF2dC5783cd8Dd1b6833EC2e3Bdc796\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.693983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4409574874312483,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4409574874312483\n                    },\n                    \"liquidity\": 10740.753531258251,\n                    \"skewImpact\": 0.002166745063292845\n                },\n                {\n                    \"address\": \"0x3e101E940135656d17b6e38F7DD007d1b3b23F95\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.838848,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1921110856794079,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1921110856794079\n                    },\n                    \"liquidity\": 13179.310825879986,\n                    \"skewImpact\": 0.000007671530336298\n                },\n                {\n                    \"address\": \"0xc7D788E77c9b221C3802b8767E3c79c7896580ea\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.491326,\n                    \"bonus\": 0.03807744960863685,\n                    \"roi\": {\n                        \"baseRoi\": 0.9632934738655364,\n                        \"bonusRoi\": 0.07201505855489343,\n                        \"totalRoi\": 1.0353085324204299\n                    },\n                    \"liquidity\": 4993.026209657907,\n                    \"skewImpact\": -0.03668074055841627\n                },\n                {\n                    \"address\": \"0x7A7E6F1f61B2a6668D443cAf6417a99e2410d7D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.741412,\n                    \"bonus\": 0.035770014147882424,\n                    \"roi\": {\n                        \"baseRoi\": 0.30375300920198345,\n                        \"bonusRoi\": 0.045024728412190684,\n                        \"totalRoi\": 0.34877773761417413\n                    },\n                    \"liquidity\": 10740.753531258251,\n                    \"skewImpact\": -0.03453470718334133\n                },\n                {\n                    \"address\": \"0x0661560bB6cF91DEc961eB60994Ef1EC2850AebA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.886277,\n                    \"bonus\": 0.03809150193547255,\n                    \"roi\": {\n                        \"baseRoi\": 0.08837868500034121,\n                        \"bonusRoi\": 0.039936728803695254,\n                        \"totalRoi\": 0.12831541380403647\n                    },\n                    \"liquidity\": 26128.444383014554,\n                    \"skewImpact\": -0.036693780716297884\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x127f43a4bd949F7953F73e6A3ebB92049E8B5b68\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.68199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46629715978240155,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46629715978240155\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007510475296016\n                },\n                {\n                    \"address\": \"0x6aFfB1B08ed06735df267CD706364EE51A2bc482\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.544848,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8353742695210408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8353742695210408\n                    },\n                    \"liquidity\": 2911.8579058404966,\n                    \"skewImpact\": 0.000674838315116867\n                },\n                {\n                    \"address\": \"0x5aA328Fe63119fA11A4DB76c059047eE4335e58A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.411019,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4329775509161375,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4329775509161375\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.001751913248373346\n                },\n                {\n                    \"address\": \"0x644D9fd0feF2dC5783cd8Dd1b6833EC2e3Bdc796\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.431667,\n                    \"bonus\": 0.00106422824227697,\n                    \"roi\": {\n                        \"baseRoi\": 1.3141403723475835,\n                        \"bonusRoi\": 0.0024601553740166704,\n                        \"totalRoi\": 1.3166005277216002\n                    },\n                    \"liquidity\": 2682.7740540948125,\n                    \"skewImpact\": -0.001063096864569419\n                },\n                {\n                    \"address\": \"0x3e101E940135656d17b6e38F7DD007d1b3b23F95\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.297838,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.357529932379347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.357529932379347\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00001397806868706\n                },\n                {\n                    \"address\": \"0xc7D788E77c9b221C3802b8767E3c79c7896580ea\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.629983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5873444204049951,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5873444204049951\n                    },\n                    \"liquidity\": 2444.050438945616,\n                    \"skewImpact\": 0.01836879083770628\n                },\n                {\n                    \"address\": \"0x7A7E6F1f61B2a6668D443cAf6417a99e2410d7D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.38468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5995632733700738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5995632733700738\n                    },\n                    \"liquidity\": 2444.050438945616,\n                    \"skewImpact\": 0.01728240294224582\n                },\n                {\n                    \"address\": \"0x0661560bB6cF91DEc961eB60994Ef1EC2850AebA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.250851,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9864301916277,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9864301916277\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.018359477875502298\n                },\n                {\n                    \"address\": \"0x91D5c410d85c3bfC9DEd48ea9dcDa92800570742\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.329625,\n                    \"bonus\": 0.0010782362745198923,\n                    \"roi\": {\n                        \"baseRoi\": 2.0304864130724174,\n                        \"bonusRoi\": 0.0032640609510941054,\n                        \"totalRoi\": 2.0337504740235115\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.001077074933256479\n                },\n                {\n                    \"address\": \"0x515d2f1C58288ab27858Db00E3bE381fc2298416\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.574928,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7393482314307183,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7393482314307183\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009312962203983\n                },\n                {\n                    \"address\": \"0xaf06B9c520F6fb517fA3bAc2580096Ea1f797958\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.845842,\n                    \"bonus\": 0.0017427098235218241,\n                    \"roi\": {\n                        \"baseRoi\": 0.1802007267957468,\n                        \"bonusRoi\": 0.0020531693219678626,\n                        \"totalRoi\": 0.18225389611771467\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.00173967806946041\n                },\n                {\n                    \"address\": \"0xfaf5f97754f09Fd5e89be562e49adB2590130BE7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.845842,\n                    \"bonus\": 0.0017427098235218241,\n                    \"roi\": {\n                        \"baseRoi\": 0.1802007267957468,\n                        \"bonusRoi\": 0.0020531693219678626,\n                        \"totalRoi\": 0.18225389611771467\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.00173967806946041\n                },\n                {\n                    \"address\": \"0x954156F930B00702fF8778b3315ccbb903eAf8f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.959086,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042659365270684806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042659365270684806\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002845368812939\n                },\n                {\n                    \"address\": \"0xE69Bfe43e9D13052405813d7ea1f63B77A0170bC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.959086,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042659365270684806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042659365270684806\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002845368812939\n                },\n                {\n                    \"address\": \"0x88eebD9C82ae2261c7A262Ab23b37b11215b16C0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.845842,\n                    \"bonus\": 0.0017427098235218241,\n                    \"roi\": {\n                        \"baseRoi\": 0.1802007267957468,\n                        \"bonusRoi\": 0.0020531693219678626,\n                        \"totalRoi\": 0.18225389611771467\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.00173967806946041\n                },\n                {\n                    \"address\": \"0xe80F04618f694DfC1772e61b809b0D6bEb7fB121\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.845842,\n                    \"bonus\": 0.0017427098235218241,\n                    \"roi\": {\n                        \"baseRoi\": 0.1802007267957468,\n                        \"bonusRoi\": 0.0020531693219678626,\n                        \"totalRoi\": 0.18225389611771467\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.00173967806946041\n                },\n                {\n                    \"address\": \"0x69b98C846249c6E5611E1BB57800927608Dbf5D0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.959086,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042659365270684806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042659365270684806\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002845368812939\n                },\n                {\n                    \"address\": \"0xb89906A8803982e91125b77Db546E65261F49933\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.959074,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04267241109653689,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04267241109653689\n                    },\n                    \"liquidity\": 2389.176509127741,\n                    \"skewImpact\": 0.000002845368812939\n                }\n            ]\n        },\n        \"2023-10-31T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xd049e49AE639f02b6195c8Fa90ea47525463dF1A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xB8Db317455526C0618A272e971E9e656Eb59aDe5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.13032,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.673419275629221,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.673419275629221\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000030256570113518\n                },\n                {\n                    \"address\": \"0xA8D6F4e407f1ad99c3c2CEeFBad65C49cE398b7E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.218702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5724318936269444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5724318936269444\n                    },\n                    \"liquidity\": 2752.215016411796,\n                    \"skewImpact\": 0.000027250777847212\n                },\n                {\n                    \"address\": \"0xc0E25A0171109760C132adfc7635C1092FFF08C6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.342656,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9183787822189013,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9183787822189013\n                    },\n                    \"liquidity\": 3255.8889302167636,\n                    \"skewImpact\": 0.00002303518381845\n                },\n                {\n                    \"address\": \"0x1AC63021D54f2439906503EAC8B0D7403e272089\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.494629,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.021717287098007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.021717287098007\n                    },\n                    \"liquidity\": 4197.731384319915,\n                    \"skewImpact\": 0.000017866793544759\n                },\n                {\n                    \"address\": \"0x7EEfDBE325Efca7955538c42326ef25bd2006C40\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.655558,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5254180408140852,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5254180408140852\n                    },\n                    \"liquidity\": 6051.39028799888,\n                    \"skewImpact\": 0.000012393846113138\n                },\n                {\n                    \"address\": \"0xB15f9E6a874a0Fc95153C81B65d6bbEB241d25df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.800873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.248637424410612,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.248637424410612\n                    },\n                    \"liquidity\": 10064.465670815413,\n                    \"skewImpact\": 0.000007451960437152\n                },\n                {\n                    \"address\": \"0xD2ce7AA33E05A642D0EAa21dddA549c593765FCC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.911091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09758520279533002,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09758520279533002\n                    },\n                    \"liquidity\": 20250.077903473095,\n                    \"skewImpact\": 0.000003703689455295\n                },\n                {\n                    \"address\": \"0x9Ac7FE6Fc89ec8c278C439242E2c8ba577bdF3a9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.980184,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02021661239114283,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02021661239114283\n                    },\n                    \"liquidity\": 55390.66937205337,\n                    \"skewImpact\": 0.00000135401866145\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xd049e49AE639f02b6195c8Fa90ea47525463dF1A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.975995,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024595412886336564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024595412886336564\n                    },\n                    \"liquidity\": 50117.85017132667,\n                    \"skewImpact\": 0.000001496472808462\n                },\n                {\n                    \"address\": \"0xB8Db317455526C0618A272e971E9e656Eb59aDe5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.920307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08659393006898787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08659393006898787\n                    },\n                    \"liquidity\": 22121.904227272556,\n                    \"skewImpact\": 0.000003390304886481\n                },\n                {\n                    \"address\": \"0xA8D6F4e407f1ad99c3c2CEeFBad65C49cE398b7E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.831921,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20203721266802974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20203721266802974\n                    },\n                    \"liquidity\": 11725.900687314199,\n                    \"skewImpact\": 0.000006396097152787\n                },\n                {\n                    \"address\": \"0xc0E25A0171109760C132adfc7635C1092FFF08C6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.707962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4125051909565768,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4125051909565768\n                    },\n                    \"liquidity\": 7067.676463333134,\n                    \"skewImpact\": 0.000010611691181549\n                },\n                {\n                    \"address\": \"0x1AC63021D54f2439906503EAC8B0D7403e272089\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.555987,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7986032047511902,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7986032047511902\n                    },\n                    \"liquidity\": 4752.82717726981,\n                    \"skewImpact\": 0.00001578008145524\n                },\n                {\n                    \"address\": \"0x7EEfDBE325Efca7955538c42326ef25bd2006C40\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.395059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5312674815660445,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5312674815660445\n                    },\n                    \"liquidity\": 3528.9087686868556,\n                    \"skewImpact\": 0.000021253028886861\n                },\n                {\n                    \"address\": \"0xB15f9E6a874a0Fc95153C81B65d6bbEB241d25df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.249748,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.004036068356904,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.004036068356904\n                    },\n                    \"liquidity\": 2863.1511593618393,\n                    \"skewImpact\": 0.000026194914562847\n                },\n                {\n                    \"address\": \"0xD2ce7AA33E05A642D0EAa21dddA549c593765FCC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.139535,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.166660694449422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.166660694449422\n                    },\n                    \"liquidity\": 2504.7435212938844,\n                    \"skewImpact\": 0.000029943185544704\n                },\n                {\n                    \"address\": \"0x9Ac7FE6Fc89ec8c278C439242E2c8ba577bdF3a9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xaCab63ee48bC88ca6618a34cFE1B55fafa869aDa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.200524,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.986934232311344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.986934232311344\n                    },\n                    \"liquidity\": 2752.215016411796,\n                    \"skewImpact\": 0.000028747250655674\n                },\n                {\n                    \"address\": \"0x9Ed83196c9504dabb9D20c53F9bBAf2cA5d00B3F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.328201,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0469133244566593,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0469133244566593\n                    },\n                    \"liquidity\": 3255.8889302167636,\n                    \"skewImpact\": 0.000024531656626912\n                },\n                {\n                    \"address\": \"0x16c0Fd67a304b13c98f30270E5e90cc5f675C779\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.270842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6921895422423403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6921895422423403\n                    },\n                    \"liquidity\": 3255.8889302167636,\n                    \"skewImpact\": 0.000026425488704931\n                },\n                {\n                    \"address\": \"0xfFB2ec7E838129a8D30E58092BEA4b796275514f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.427377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3398545078467021,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3398545078467021\n                    },\n                    \"liquidity\": 4197.731384319915,\n                    \"skewImpact\": 0.00002125709843124\n                },\n                {\n                    \"address\": \"0x3a54fdFA093C90734210E15f129348962767E8a2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.484736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0629786110377606,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0629786110377606\n                    },\n                    \"liquidity\": 4197.731384319915,\n                    \"skewImpact\": 0.000019363266353221\n                },\n                {\n                    \"address\": \"0x03bf481Da52b63b1dCB8339F1D3eD2a330606b8d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.33634,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9731818992685974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9731818992685974\n                    },\n                    \"liquidity\": 4197.731384319915,\n                    \"skewImpact\": 0.000024262890697546\n                },\n                {\n                    \"address\": \"0xcbf0D48B45e6ebB453bAd808C4Bbf68b9c1140D0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.650496,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.537288469106651,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.537288469106651\n                    },\n                    \"liquidity\": 6051.39028799888,\n                    \"skewImpact\": 0.0000138903189216\n                },\n                {\n                    \"address\": \"0xba0A8beBD0cc531F4e9813a8817Bd19790ae9533\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.593137,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6859511377641252,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6859511377641252\n                    },\n                    \"liquidity\": 6051.39028799888,\n                    \"skewImpact\": 0.000015784150999619\n                },\n                {\n                    \"address\": \"0x3401be8026d32A115144C69662A895a656332f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.5021,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9916351324437364,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9916351324437364\n                    },\n                    \"liquidity\": 6051.39028799888,\n                    \"skewImpact\": 0.000018789943265925\n                },\n                {\n                    \"address\": \"0x0934cBb94Df7A920F9caF4A56DcC7f7c3Bed1be0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.374421,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6707903669933044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6707903669933044\n                    },\n                    \"liquidity\": 6051.39028799888,\n                    \"skewImpact\": 0.000023005537294687\n                },\n                {\n                    \"address\": \"0xDf91E01B29116F159E3b6a4eCa7E27fcdB16E04a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.524096,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9080473806325559,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9080473806325559\n                    },\n                    \"liquidity\": 7067.676463333134,\n                    \"skewImpact\": 0.000018063651618701\n                },\n                {\n                    \"address\": \"0x81f2c2f792024E5dB0DEcc40ed1Ceca2CCE85A2e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.367561,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.720636846673069,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.720636846673069\n                    },\n                    \"liquidity\": 4752.82717726981,\n                    \"skewImpact\": 0.000023232041892392\n                },\n                {\n                    \"address\": \"0x49454FA78720d50514c5dC7A08B88376fe83fCFF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.800171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24973286959912325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24973286959912325\n                    },\n                    \"liquidity\": 10064.465670815413,\n                    \"skewImpact\": 0.000008948433245614\n                },\n                {\n                    \"address\": \"0x20EdC6Abe6c7Aff55E9F50e312B80F5cD12fc879\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.651775,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5342717962487055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5342717962487055\n                    },\n                    \"liquidity\": 10064.465670815413,\n                    \"skewImpact\": 0.000013848057589939\n                },\n                {\n                    \"address\": \"0x1962e47A90Ed870Cef954e68c745A2AC5cb2869a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.742813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34623384351108566,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34623384351108566\n                    },\n                    \"liquidity\": 10064.465670815413,\n                    \"skewImpact\": 0.000010842265323633\n                },\n                {\n                    \"address\": \"0xB308bCa5282baF43d777f682b5D11a124F742B01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.7653,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.30667712008362735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.30667712008362735\n                    },\n                    \"liquidity\": 11725.900687314199,\n                    \"skewImpact\": 0.000010099786608082\n                },\n                {\n                    \"address\": \"0xAb1f8E5D799daddF07aBA7eb3180E3Bb86361a67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.481086,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0786304319809763,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0786304319809763\n                    },\n                    \"liquidity\": 4752.82717726981,\n                    \"skewImpact\": 0.000019483770910535\n                },\n                {\n                    \"address\": \"0x63fd328154597b5033cd45f28CCf5447a38a2223\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.315326,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1713211089475655,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1713211089475655\n                    },\n                    \"liquidity\": 3528.9087686868556,\n                    \"skewImpact\": 0.000024956718342156\n                },\n                {\n                    \"address\": \"0x5D978eE9d4Cb725f4Cb0063C10f36b5FD5144AA9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.856337,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16776455998047496,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16776455998047496\n                    },\n                    \"liquidity\": 20250.077903473095,\n                    \"skewImpact\": 0.000007093994341776\n                },\n                {\n                    \"address\": \"0x4494AdB721F711485d1c699C58992604ef4aC55F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.637621,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5683297758386252,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5683297758386252\n                    },\n                    \"liquidity\": 7067.676463333134,\n                    \"skewImpact\": 0.000014315380636844\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xaCab63ee48bC88ca6618a34cFE1B55fafa869aDa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.938138,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0659412581091481,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0659412581091481\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003198048576393\n                },\n                {\n                    \"address\": \"0x9Ed83196c9504dabb9D20c53F9bBAf2cA5d00B3F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.812939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2301045957937804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2301045957937804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005305845590774\n                },\n                {\n                    \"address\": \"0x16c0Fd67a304b13c98f30270E5e90cc5f675C779\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.846664,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18110608222388105,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18110608222388105\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000020434130647533\n                },\n                {\n                    \"address\": \"0xfFB2ec7E838129a8D30E58092BEA4b796275514f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.69317,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4426475467778468,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4426475467778468\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000023018325784379\n                },\n                {\n                    \"address\": \"0x3a54fdFA093C90734210E15f129348962767E8a2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.659445,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5164266921426353,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5164266921426353\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000789004072762\n                },\n                {\n                    \"address\": \"0x03bf481Da52b63b1dCB8339F1D3eD2a330606b8d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.782435,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2780614364132484,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2780614364132484\n                    },\n                    \"liquidity\": 2752.215016411796,\n                    \"skewImpact\": 0.000021515429651226\n                },\n                {\n                    \"address\": \"0xcbf0D48B45e6ebB453bAd808C4Bbf68b9c1140D0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.496907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.01244900957322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.01244900957322\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00001062651444343\n                },\n                {\n                    \"address\": \"0xba0A8beBD0cc531F4e9813a8817Bd19790ae9533\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.530632,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8845452215471362,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8845452215471362\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000025754799500189\n                },\n                {\n                    \"address\": \"0x3401be8026d32A115144C69662A895a656332f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.619898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6131686180629717,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6131686180629717\n                    },\n                    \"liquidity\": 2752.215016411796,\n                    \"skewImpact\": 0.000024251903367036\n                },\n                {\n                    \"address\": \"0x0934cBb94Df7A920F9caF4A56DcC7f7c3Bed1be0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.745092,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.342116141362409,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.342116141362409\n                    },\n                    \"liquidity\": 3255.8889302167636,\n                    \"skewImpact\": 0.000022144106352655\n                },\n                {\n                    \"address\": \"0xDf91E01B29116F159E3b6a4eCa7E27fcdB16E04a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.598328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6713240897969007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6713240897969007\n                    },\n                    \"liquidity\": 2863.1511593618393,\n                    \"skewImpact\": 0.000024615049190648\n                },\n                {\n                    \"address\": \"0x81f2c2f792024E5dB0DEcc40ed1Ceca2CCE85A2e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.75182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33010561038546454,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33010561038546454\n                    },\n                    \"liquidity\": 2863.1511593618393,\n                    \"skewImpact\": 0.000022030854053803\n                },\n                {\n                    \"address\": \"0x49454FA78720d50514c5dC7A08B88376fe83fCFF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.350143,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8559759869539019,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8559759869539019\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013097457281423\n                },\n                {\n                    \"address\": \"0x20EdC6Abe6c7Aff55E9F50e312B80F5cD12fc879\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.473134,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1135661355979491,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1135661355979491\n                    },\n                    \"liquidity\": 2752.215016411796,\n                    \"skewImpact\": 0.000026722846205029\n                },\n                {\n                    \"address\": \"0x1962e47A90Ed870Cef954e68c745A2AC5cb2869a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.383868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.605062156783061,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.605062156783061\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000028225742338182\n                },\n                {\n                    \"address\": \"0xB308bCa5282baF43d777f682b5D11a124F742B01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.361819,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.763812845649344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.763812845649344\n                    },\n                    \"liquidity\": 2504.7435212938844,\n                    \"skewImpact\": 0.000028596981695958\n                },\n                {\n                    \"address\": \"0xAb1f8E5D799daddF07aBA7eb3180E3Bb86361a67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.640505,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5612680619198913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5612680619198913\n                    },\n                    \"liquidity\": 2504.7435212938844,\n                    \"skewImpact\": 0.000023904989544731\n                },\n                {\n                    \"address\": \"0x63fd328154597b5033cd45f28CCf5447a38a2223\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.803043,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24526332960999606,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24526332960999606\n                    },\n                    \"liquidity\": 2504.7435212938844,\n                    \"skewImpact\": 0.000021168515828921\n                },\n                {\n                    \"address\": \"0x5D978eE9d4Cb725f4Cb0063C10f36b5FD5144AA9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.272553,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6690111648009744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6690111648009744\n                    },\n                    \"liquidity\": 2478.800462795701,\n                    \"skewImpact\": 0.000030099877829111\n                },\n                {\n                    \"address\": \"0x4494AdB721F711485d1c699C58992604ef4aC55F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-10-31T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.487012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0533374947639893,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0533374947639893\n                    },\n                    \"liquidity\": 2504.7435212938844,\n                    \"skewImpact\": 0.000026489184681577\n                }\n            ]\n        },\n        \"2023-11-03T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x9fcD1E98F82ed4E834E709Eb7D28770a331158F1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xBcC4Fcf852B2697878e639481Ca5d33cA1bAa7d8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.117152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.535919147773831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.535919147773831\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000030704428946454\n                },\n                {\n                    \"address\": \"0x547D0A980f525cbBa67a0963165080418Ba7ccBe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.179682,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.565387740563885,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.565387740563885\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000028577804738061\n                },\n                {\n                    \"address\": \"0xF524c116Cf7B6AE7397d5Bc4bbC915822D5c0515\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.265624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7647200554166784,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7647200554166784\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000025654982491455\n                },\n                {\n                    \"address\": \"0x834E59110A449739Be8423C5717A8187CBc3e784\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.374395,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.670975841023518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.670975841023518\n                    },\n                    \"liquidity\": 3415.957049422103,\n                    \"skewImpact\": 0.000021955779570673\n                },\n                {\n                    \"address\": \"0xD771782B8b82c000bf6DB9F23f7B939c7178A948\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.500249,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9990044957611107,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9990044957611107\n                    },\n                    \"liquidity\": 4243.123617705614,\n                    \"skewImpact\": 0.000017675657547906\n                },\n                {\n                    \"address\": \"0x887c72FAf300F020bC91a482cb3b9ad87a34334D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.632291,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5815502672029175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5815502672029175\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.000013185126159352\n                },\n                {\n                    \"address\": \"0x40E04484B31F9bC3302c18Ff2EEe9FFE8508A59e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.696372,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4360140844261401,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4360140844261401\n                    },\n                    \"liquidity\": 6814.559346791896,\n                    \"skewImpact\": 0.00001100584736052\n                },\n                {\n                    \"address\": \"0xeB23e2a9ABA83707FCafE44e769af908047E2b95\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.756853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32126053540119415,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32126053540119415\n                    },\n                    \"liquidity\": 8380.840321461288,\n                    \"skewImpact\": 0.000008948983290845\n                },\n                {\n                    \"address\": \"0xe1608E3504042fe48B1311038a02727eb927Cd99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.81225,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23114804555247764,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23114804555247764\n                    },\n                    \"liquidity\": 10615.611294831528,\n                    \"skewImpact\": 0.000007065066524856\n                },\n                {\n                    \"address\": \"0x9030b12c7cEA673b5bdc2849712CDF8CEeC8d8B5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.861419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16087525350613344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16087525350613344\n                    },\n                    \"liquidity\": 13907.069958916558,\n                    \"skewImpact\": 0.000005392940441197\n                },\n                {\n                    \"address\": \"0x7CFB45f5aC7904f10209aed939479FAc7fbe0D16\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.903819,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10641621829149416,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10641621829149416\n                    },\n                    \"liquidity\": 18198.7357503138,\n                    \"skewImpact\": 0.001455202807495996\n                },\n                {\n                    \"address\": \"0x60b2333057E208686e06905d6FBDD03Ef607BB21\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.938684,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06532123696579471,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06532123696579471\n                    },\n                    \"liquidity\": 27121.571434156984,\n                    \"skewImpact\": 0.000002765326492311\n                },\n                {\n                    \"address\": \"0x5619Bf619da302DCC253499B66F41668115c6611\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.966722,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03442354679008033,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03442354679008033\n                    },\n                    \"liquidity\": 41394.5880638015,\n                    \"skewImpact\": 0.000001811831051064\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x9fcD1E98F82ed4E834E709Eb7D28770a331158F1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.97565,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024957720494029605,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024957720494029605\n                    },\n                    \"liquidity\": 49728.31887786514,\n                    \"skewImpact\": 0.000001508194961993\n                },\n                {\n                    \"address\": \"0xBcC4Fcf852B2697878e639481Ca5d33cA1bAa7d8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.933476,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07126482094879785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07126482094879785\n                    },\n                    \"liquidity\": 25488.997465091605,\n                    \"skewImpact\": 0.000002942446053545\n                },\n                {\n                    \"address\": \"0x547D0A980f525cbBa67a0963165080418Ba7ccBe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.870942,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14818208330749924,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14818208330749924\n                    },\n                    \"liquidity\": 14795.612631994361,\n                    \"skewImpact\": 0.000005069070261938\n                },\n                {\n                    \"address\": \"0xF524c116Cf7B6AE7397d5Bc4bbC915822D5c0515\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.784997,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2738902186887339,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2738902186887339\n                    },\n                    \"liquidity\": 9384.510604943132,\n                    \"skewImpact\": 0.000007991892508544\n                },\n                {\n                    \"address\": \"0x834E59110A449739Be8423C5717A8187CBc3e784\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.676222,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47880429799681173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47880429799681173\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000011691095429326\n                },\n                {\n                    \"address\": \"0xD771782B8b82c000bf6DB9F23f7B939c7178A948\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.550367,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.816969404052205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.816969404052205\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.000015971217452093\n                },\n                {\n                    \"address\": \"0x887c72FAf300F020bC91a482cb3b9ad87a34334D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.418326,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3904801518432994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3904801518432994\n                    },\n                    \"liquidity\": 3665.3758475918353,\n                    \"skewImpact\": 0.000020461748840647\n                },\n                {\n                    \"address\": \"0x40E04484B31F9bC3302c18Ff2EEe9FFE8508A59e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.354246,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8228970828181543,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8228970828181543\n                    },\n                    \"liquidity\": 3312.5704890365237,\n                    \"skewImpact\": 0.000022641027639479\n                },\n                {\n                    \"address\": \"0xeB23e2a9ABA83707FCafE44e769af908047E2b95\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.293766,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.404069905979589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.404069905979589\n                    },\n                    \"liquidity\": 3036.6964469359987,\n                    \"skewImpact\": 0.000024697891709154\n                },\n                {\n                    \"address\": \"0xe1608E3504042fe48B1311038a02727eb927Cd99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.238372,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1951235883409126,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1951235883409126\n                    },\n                    \"liquidity\": 2821.478458477772,\n                    \"skewImpact\": 0.000026581808475143\n                },\n                {\n                    \"address\": \"0x9030b12c7cEA673b5bdc2849712CDF8CEeC8d8B5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.189205,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.285272587933722,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.285272587933722\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000028253934558802\n                },\n                {\n                    \"address\": \"0x7CFB45f5aC7904f10209aed939479FAc7fbe0D16\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.146739,\n                    \"bonus\": 0.001453218812548436,\n                    \"roi\": {\n                        \"baseRoi\": 5.804946146811485,\n                        \"bonusRoi\": 0.009874725621883407,\n                        \"totalRoi\": 5.814820872433368\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.001451110032150637\n                },\n                {\n                    \"address\": \"0x60b2333057E208686e06905d6FBDD03Ef607BB21\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.111944,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.933037947545201,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.933037947545201\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000030881548507688\n                },\n                {\n                    \"address\": \"0x5619Bf619da302DCC253499B66F41668115c6611\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x07aa44b4daa5cd9abfaDA6793301bFcD8aE03A9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.159979,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.2508204201801485,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.2508204201801485\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000030085999700054\n                },\n                {\n                    \"address\": \"0xa1b87ef6F3042B18eF58472C14bfd0DCF320d084\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.205062,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.876573914230818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.876573914230818\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000028597428545\n                },\n                {\n                    \"address\": \"0x8Ba27Ea7C3a7Ca630545d0574433251BD6D5d454\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.248501,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0241286755385293,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0241286755385293\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000027163177453448\n                },\n                {\n                    \"address\": \"0xDf5302E4aA1dB4bF53108D9aad2141C3D4e91f8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.317099,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1535892576135525,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1535892576135525\n                    },\n                    \"liquidity\": 3415.957049422103,\n                    \"skewImpact\": 0.000024898225624218\n                },\n                {\n                    \"address\": \"0x4975094040C08Fd46546cF4378c2A48b9139a726\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.360539,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.773625044724704,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.773625044724704\n                    },\n                    \"liquidity\": 3415.957049422103,\n                    \"skewImpact\": 0.000023463974532666\n                },\n                {\n                    \"address\": \"0x02eD0299705393Ba0269d7580CBfAA80e43027d7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.252689,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9574338415997534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9574338415997534\n                    },\n                    \"liquidity\": 3415.957049422103,\n                    \"skewImpact\": 0.000027024849832611\n                },\n                {\n                    \"address\": \"0xdc58C285a297943Ec4AeaEFcD76ECB82Aaf3B2Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.446731,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2384835616959646,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2384835616959646\n                    },\n                    \"liquidity\": 4243.123617705614,\n                    \"skewImpact\": 0.000020618103601451\n                },\n                {\n                    \"address\": \"0x828E0eBF0Aeff0d8A7e3098EB039087c7b309062\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.382321,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6156031188451587,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6156031188451587\n                    },\n                    \"liquidity\": 4243.123617705614,\n                    \"skewImpact\": 0.000022744727809844\n                },\n                {\n                    \"address\": \"0x3D63919DfaE3f71a8d91d60114cffdc39A1C2601\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.49017,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0401085337739968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0401085337739968\n                    },\n                    \"liquidity\": 4243.123617705614,\n                    \"skewImpact\": 0.000019183852509899\n                },\n                {\n                    \"address\": \"0x2E9F53583cABa0391Cb66e73eDD5ce34448AF608\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.293797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4037107254328673,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4037107254328673\n                    },\n                    \"liquidity\": 4243.123617705614,\n                    \"skewImpact\": 0.00002566755005645\n                },\n                {\n                    \"address\": \"0xD78913f8A50FA2F26362E3E77437aB07008F24a9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.317763,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1469994933330816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1469994933330816\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.000024876221588678\n                },\n                {\n                    \"address\": \"0xB7df2eAB9aae8DA2089A7616AfE591481b6BD311\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.582736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.716042942258587,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.716042942258587\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.000016127572212897\n                },\n                {\n                    \"address\": \"0x5Dd8a6024E702d288140eA6934D86a67825B322a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.429802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3266527377722765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3266527377722765\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.000021177018667896\n                },\n                {\n                    \"address\": \"0x501b9e466c5aA17c2C4397109198E3d742f9Eb92\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.518326,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.929287745550098,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.929287745550098\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.00001825419642129\n                },\n                {\n                    \"address\": \"0x3245706Ab93250F418565E74dAa6f25eDd1D27F5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.626176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5969950940310712,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5969950940310712\n                    },\n                    \"liquidity\": 5688.227711556746,\n                    \"skewImpact\": 0.000014693321121345\n                },\n                {\n                    \"address\": \"0xE13CD55b2F498Ce94BEF88D48d935E058f4802c5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.69218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44471091334623936,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44471091334623936\n                    },\n                    \"liquidity\": 6814.559346791896,\n                    \"skewImpact\": 0.000012514042322513\n                },\n                {\n                    \"address\": \"0xa6F29B124cb64e6df79b8Fb5d7533D82162628DA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.495806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0169179074073327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0169179074073327\n                    },\n                    \"liquidity\": 6814.559346791896,\n                    \"skewImpact\": 0.000018997739869064\n                },\n                {\n                    \"address\": \"0x76aacfa51F4851BA18713720F94FBcA64C5994d0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.648741,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5414472031211223,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5414472031211223\n                    },\n                    \"liquidity\": 6814.559346791896,\n                    \"skewImpact\": 0.000013948293414065\n                },\n                {\n                    \"address\": \"0x46a31FDC236F847A19E40BE2b5F789a64Cc14A0d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.584331,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7113588017750212,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7113588017750212\n                    },\n                    \"liquidity\": 6814.559346791896,\n                    \"skewImpact\": 0.000016074917622458\n                },\n                {\n                    \"address\": \"0x0A8E5546A88834b74143420d4C698Abc9cE6bD8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.383767,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6057477584054909,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6057477584054909\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000022696942789846\n                },\n                {\n                    \"address\": \"0xc182748438c9C76FEd7955a73486d57c4E7dA9cC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.754477,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3254214508858455,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3254214508858455\n                    },\n                    \"liquidity\": 8380.840321461288,\n                    \"skewImpact\": 0.000010457178252838\n                },\n                {\n                    \"address\": \"0x9b18c19365220f72510C97Aa50918B95FcdCFB82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.558103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7917839538579796,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7917839538579796\n                    },\n                    \"liquidity\": 8380.840321461288,\n                    \"skewImpact\": 0.000016940875799389\n                },\n                {\n                    \"address\": \"0x867E4Ff3083Cd8D6E4f958FEC24439EdcbB8E5F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.446064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2418307686789338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2418307686789338\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000020640078720171\n                },\n                {\n                    \"address\": \"0x744A897b7f9FeE91B98Ab4EcECee89e00Cff1dF5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.646627,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5464866143851093,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5464866143851093\n                    },\n                    \"liquidity\": 8380.840321461288,\n                    \"skewImpact\": 0.000014018053552783\n                },\n                {\n                    \"address\": \"0x4e16946df7127F88aEe51c090967C979c8a30d4d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.711037,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4063965728928311,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4063965728928311\n                    },\n                    \"liquidity\": 8380.840321461288,\n                    \"skewImpact\": 0.00001189142934439\n                },\n                {\n                    \"address\": \"0x199b9baDe603Be82eB05782B258a273c07fEfD8E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.31643,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1602566128369625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1602566128369625\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.000024920200742938\n                },\n                {\n                    \"address\": \"0xbcD6124287CdfB61B2815a2369fe5a448Be42a11\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.703685,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4210904026659656,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4210904026659656\n                    },\n                    \"liquidity\": 10615.611294831528,\n                    \"skewImpact\": 0.000012134136786794\n                },\n                {\n                    \"address\": \"0xa2940894B31916Bf048B4D071dD9f8271c6e92F6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.503122,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9875894912168423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9875894912168423\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000018756161954182\n                },\n                {\n                    \"address\": \"0x529E6b492Fe9211D56872DE105A5229c795A469a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.615161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6255906990202565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6255906990202565\n                    },\n                    \"liquidity\": 9384.510604943132,\n                    \"skewImpact\": 0.0000150569590334\n                },\n                {\n                    \"address\": \"0x3Ce1e10EA2b065E40cdE4D9440BfDd4E55a3fccE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.373488,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6774621942338173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6774621942338173\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.000023036283976949\n                },\n                {\n                    \"address\": \"0x24f0a766372B74Aa3a3f1Bc0E95DC1d94525Ed3f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.768095,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3019222882586139,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3019222882586139\n                    },\n                    \"liquidity\": 10615.611294831528,\n                    \"skewImpact\": 0.000010007512578401\n                },\n                {\n                    \"address\": \"0x24B2A7CBD0Dd98C57F97124CaecFA5ad40d1D91F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.811534,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23223426252011625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23223426252011625\n                    },\n                    \"liquidity\": 10615.611294831528,\n                    \"skewImpact\": 0.000008573261486849\n                },\n                {\n                    \"address\": \"0xe633d91c3E3e7447d3fCDd7343dd87a5E69dc88d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.424133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.357750988487102,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.357750988487102\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.00002136415789329\n                },\n                {\n                    \"address\": \"0xC52FE07605D4E2373A11c75cbe8F08897F225DC5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.665806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5019390032531998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5019390032531998\n                    },\n                    \"liquidity\": 9384.510604943132,\n                    \"skewImpact\": 0.000013384832949741\n                },\n                {\n                    \"address\": \"0xAA8F3F4CFF346E79C5B7bDb908c0e5E58f5bcBf2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.553767,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.805813636421094,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.805813636421094\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000017084035870523\n                },\n                {\n                    \"address\": \"0xa7111A2cdd458c9BDECB28609f2561BDe76A79a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.75433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3256797422878582,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3256797422878582\n                    },\n                    \"liquidity\": 13907.069958916558,\n                    \"skewImpact\": 0.000010462010703135\n                },\n                {\n                    \"address\": \"0xa56911efCD214b3506CBeABd299df8576B8ED24C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.28813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.470655606844133,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.470655606844133\n                    },\n                    \"liquidity\": 3665.3758475918353,\n                    \"skewImpact\": 0.000025854689281844\n                },\n                {\n                    \"address\": \"0x60d717B01a0BA7df4B3D0d800062D34f0A049736\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.81874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22138896352932552,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22138896352932552\n                    },\n                    \"liquidity\": 13907.069958916558,\n                    \"skewImpact\": 0.000008335386494742\n                },\n                {\n                    \"address\": \"0x14621f6b9b01815D950595F13BEDfdEa11a0b3df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.86218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1598506112412722,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1598506112412722\n                    },\n                    \"liquidity\": 13907.069958916558,\n                    \"skewImpact\": 0.00000690113540319\n                },\n                {\n                    \"address\": \"0xF02BC110d4da444d74E07213c201Af4b38e97C37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.467805,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1376428212609955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1376428212609955\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.001471174024948089\n                },\n                {\n                    \"address\": \"0xEEd66E8B0E1Ba91Fe38E9C116d595FB4e773BA82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.862412,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15953859640171988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15953859640171988\n                    },\n                    \"liquidity\": 18198.7357503138,\n                    \"skewImpact\": 0.001458145253549541\n                },\n                {\n                    \"address\": \"0xeD43D3384994d336123964fB8F27B1F052197df8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.798002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2531296914042822,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2531296914042822\n                    },\n                    \"liquidity\": 14795.612631994361,\n                    \"skewImpact\": 0.001460271877757934\n                },\n                {\n                    \"address\": \"0xB8e483276630067Df38b165f1A9dFc974181D5A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.709478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40948697493086456,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40948697493086456\n                    },\n                    \"liquidity\": 9384.510604943132,\n                    \"skewImpact\": 0.00146319470000454\n                },\n                {\n                    \"address\": \"0xa79C439930D289CE80658420C4Ff17472A4DccdF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.597439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6738110501657908,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6738110501657908\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.001466893902925322\n                },\n                {\n                    \"address\": \"0x6f9c17dCdE8dD93Cf61ba54dA229Ab5e73B73543\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.265797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.762269702065862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.762269702065862\n                    },\n                    \"liquidity\": 3312.5704890365237,\n                    \"skewImpact\": 0.001477843835135475\n                },\n                {\n                    \"address\": \"0x0B78F73B71cf288A4B0829D87971C21F7bAB1D61\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.331802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0138456067172594,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0138456067172594\n                    },\n                    \"liquidity\": 3665.3758475918353,\n                    \"skewImpact\": 0.001475664556336643\n                },\n                {\n                    \"address\": \"0x9Fd69504233c4B4D1468ca33fbDC9Be7486A8969\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.239413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.176882625421343,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.176882625421343\n                    },\n                    \"liquidity\": 3036.6964469359987,\n                    \"skewImpact\": 0.000027463218201465\n                },\n                {\n                    \"address\": \"0x97B241Aa61bD763A30116F917a56578b1956eb9F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.633351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5789033253282935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5789033253282935\n                    },\n                    \"liquidity\": 6415.138808281948,\n                    \"skewImpact\": 0.000014456421921637\n                },\n                {\n                    \"address\": \"0x83c2B4eF926a34992C866c0CdB5C4689423Fc022\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.367714,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7195048325600875,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7195048325600875\n                    },\n                    \"liquidity\": 3665.3758475918353,\n                    \"skewImpact\": 0.000023227075332958\n                },\n                {\n                    \"address\": \"0x7EF115532d72713E2CE075DEcAcbC1933A542CFE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.301709,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3144520050777406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3144520050777406\n                    },\n                    \"liquidity\": 3312.5704890365237,\n                    \"skewImpact\": 0.00002540635413179\n                },\n                {\n                    \"address\": \"0x7B9eB3a00f7Ad877A715f1C1247437933F5A1e94\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.833914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19916442223058967,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19916442223058967\n                    },\n                    \"liquidity\": 14795.612631994361,\n                    \"skewImpact\": 0.000007834396754249\n                },\n                {\n                    \"address\": \"0x7595629372806ADd779884BaFb17Baf8f442b315\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.898324,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11318410729313698,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11318410729313698\n                    },\n                    \"liquidity\": 25488.997465091605,\n                    \"skewImpact\": 0.000005707772545856\n                },\n                {\n                    \"address\": \"0x38277B6862bF3EF0b3E14F89B3Aa1c8102547c70\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.74539,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3415795757925381,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3415795757925381\n                    },\n                    \"liquidity\": 9384.510604943132,\n                    \"skewImpact\": 0.000010757219000855\n                },\n                {\n                    \"address\": \"0x357B7928643a7DAE1C504f7F412EC25744BDe0Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.503717,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9852417131047791,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9852417131047791\n                    },\n                    \"liquidity\": 4695.947583518162,\n                    \"skewImpact\": 0.000018736543944404\n                },\n                {\n                    \"address\": \"0xb1528Ce3095128899f8B624322991ff662a2A061\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.330588,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0249131849915907,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0249131849915907\n                    },\n                    \"liquidity\": 3312.5704890365237,\n                    \"skewImpact\": 0.000024452858690543\n                },\n                {\n                    \"address\": \"0xA37554C3AF738da0632cA497310037c9c97A1139\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.160591,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.226999022361153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.226999022361153\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000030065765609866\n                },\n                {\n                    \"address\": \"0x9ADdc3A7952421d81a18cf29A14dB63d3D4a0A3D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.396593,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5214766776014708,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5214766776014708\n                    },\n                    \"liquidity\": 3665.3758475918353,\n                    \"skewImpact\": 0.000022273579891711\n                },\n                {\n                    \"address\": \"0x347812E3B65e0e63AC6668B8483Ef79920922B75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.268292,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7272822149001836,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7272822149001836\n                    },\n                    \"liquidity\": 3036.6964469359987,\n                    \"skewImpact\": 0.000026509722760218\n                },\n                {\n                    \"address\": \"0x11D9E95a568263013Ebf3428B6E002a618926CdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.211234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7340863686717096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7340863686717096\n                    },\n                    \"liquidity\": 2821.478458477772,\n                    \"skewImpact\": 0.000028393639526207\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x07aa44b4daa5cd9abfaDA6793301bFcD8aE03A9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.977549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.022966623667969584,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.022966623667969584\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002534535130969\n                },\n                {\n                    \"address\": \"0xa1b87ef6F3042B18eF58472C14bfd0DCF320d084\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.91117,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09749004027788444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09749004027788444\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000019348160727499\n                },\n                {\n                    \"address\": \"0x8Ba27Ea7C3a7Ca630545d0574433251BD6D5d454\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.890745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12265575445273337,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12265575445273337\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003995946254272\n                },\n                {\n                    \"address\": \"0xDf5302E4aA1dB4bF53108D9aad2141C3D4e91f8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.801307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24796114348183657,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24796114348183657\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.00002119776218789\n                },\n                {\n                    \"address\": \"0x4975094040C08Fd46546cF4378c2A48b9139a726\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.780882,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28060321533855315,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28060321533855315\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005845547714663\n                },\n                {\n                    \"address\": \"0x02eD0299705393Ba0269d7580CBfAA80e43027d7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.864463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15678750854576776,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15678750854576776\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000020134450083693\n                },\n                {\n                    \"address\": \"0xdc58C285a297943Ec4AeaEFcD76ECB82Aaf3B2Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.674194,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48325259495041495,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48325259495041495\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000023337823199273\n                },\n                {\n                    \"address\": \"0x828E0eBF0Aeff0d8A7e3098EB039087c7b309062\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.737349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35620988161643935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35620988161643935\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000022274511095077\n                },\n                {\n                    \"address\": \"0x3D63919DfaE3f71a8d91d60114cffdc39A1C2601\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.653768,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5295945962482104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5295945962482104\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007985608726046\n                },\n                {\n                    \"address\": \"0x2E9F53583cABa0391Cb66e73eDD5ce34448AF608\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.82415,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21337135230237206,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21337135230237206\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000020813099971774\n                },\n                {\n                    \"address\": \"0xD78913f8A50FA2F26362E3E77437aB07008F24a9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.800648,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24898831946123637,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24898831946123637\n                    },\n                    \"liquidity\": 3415.957049422103,\n                    \"skewImpact\": 0.00002120876420566\n                },\n                {\n                    \"address\": \"0xB7df2eAB9aae8DA2089A7616AfE591481b6BD311\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.540832,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8490030175729247,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8490030175729247\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.00002558308889355\n                },\n                {\n                    \"address\": \"0x5Dd8a6024E702d288140eA6934D86a67825B322a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.690789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44762004027278957,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44762004027278957\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000023058365666051\n                },\n                {\n                    \"address\": \"0x501b9e466c5aA17c2C4397109198E3d742f9Eb92\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.603988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6556620330205236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6556620330205236\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000024519776789354\n                },\n                {\n                    \"address\": \"0x3245706Ab93250F418565E74dAa6f25eDd1D27F5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.520407,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9215729227316314,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9215729227316314\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010230874420323\n                },\n                {\n                    \"address\": \"0xE13CD55b2F498Ce94BEF88D48d935E058f4802c5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.455686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1944935767173008,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1944935767173008\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011320513819739\n                },\n                {\n                    \"address\": \"0xa6F29B124cb64e6df79b8Fb5d7533D82162628DA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.626068,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5972705840260164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5972705840260164\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000024148005065467\n                },\n                {\n                    \"address\": \"0x76aacfa51F4851BA18713720F94FBcA64C5994d0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.476111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.100350548506546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.100350548506546\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000026672728292966\n                },\n                {\n                    \"address\": \"0x46a31FDC236F847A19E40BE2b5F789a64Cc14A0d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.539267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8543689860495819,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8543689860495819\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.00002560941618877\n                },\n                {\n                    \"address\": \"0x0A8E5546A88834b74143420d4C698Abc9cE6bD8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.735927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3588304274744642,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3588304274744642\n                    },\n                    \"liquidity\": 3312.5704890365237,\n                    \"skewImpact\": 0.000022298403605076\n                },\n                {\n                    \"address\": \"0xc182748438c9C76FEd7955a73486d57c4E7dA9cC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.394601,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5342054378980288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5342054378980288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012348945854577\n                },\n                {\n                    \"address\": \"0x9b18c19365220f72510C97Aa50918B95FcdCFB82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.564983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7699647600016283,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7699647600016283\n                    },\n                    \"liquidity\": 2923.4087384381814,\n                    \"skewImpact\": 0.000025176437100304\n                },\n                {\n                    \"address\": \"0x867E4Ff3083Cd8D6E4f958FEC24439EdcbB8E5F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.674842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48182833907788775,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48182833907788775\n                    },\n                    \"liquidity\": 3036.6964469359987,\n                    \"skewImpact\": 0.000023326835639913\n                },\n                {\n                    \"address\": \"0x744A897b7f9FeE91B98Ab4EcECee89e00Cff1dF5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.478182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.091253957698115,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.091253957698115\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000026637848223607\n                },\n                {\n                    \"address\": \"0x4e16946df7127F88aEe51c090967C979c8a30d4d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.415027,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.409481792750833,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.409481792750833\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000027701160327804\n                },\n                {\n                    \"address\": \"0x199b9baDe603Be82eB05782B258a273c07fEfD8E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.801955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24695275919471796,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24695275919471796\n                    },\n                    \"liquidity\": 3036.6964469359987,\n                    \"skewImpact\": 0.00002118677462853\n                },\n                {\n                    \"address\": \"0xbcD6124287CdfB61B2815a2369fe5a448Be42a11\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.422234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3683549879924402,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3683549879924402\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000027579806606602\n                },\n                {\n                    \"address\": \"0xa2940894B31916Bf048B4D071dD9f8271c6e92F6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.618894,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6157855787905521,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6157855787905521\n                    },\n                    \"liquidity\": 2821.478458477772,\n                    \"skewImpact\": 0.000024268794022908\n                },\n                {\n                    \"address\": \"0x529E6b492Fe9211D56872DE105A5229c795A469a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.509035,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9645014586423329,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9645014586423329\n                    },\n                    \"liquidity\": 2821.478458477772,\n                    \"skewImpact\": 0.000026118395483299\n                },\n                {\n                    \"address\": \"0x3Ce1e10EA2b065E40cdE4D9440BfDd4E55a3fccE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.746007,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34046999558985375,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34046999558985375\n                    },\n                    \"liquidity\": 2821.478458477772,\n                    \"skewImpact\": 0.000022128733011524\n                },\n                {\n                    \"address\": \"0x24f0a766372B74Aa3a3f1Bc0E95DC1d94525Ed3f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.359079,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7849024866394305,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7849024866394305\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000028643118710798\n                },\n                {\n                    \"address\": \"0x24B2A7CBD0Dd98C57F97124CaecFA5ad40d1D91F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.338654,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9528663473633856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9528663473633856\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013290904237571\n                },\n                {\n                    \"address\": \"0xe633d91c3E3e7447d3fCDd7343dd87a5E69dc88d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.696348,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43606357740669904,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43606357740669904\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000022964796053354\n                },\n                {\n                    \"address\": \"0xC52FE07605D4E2373A11c75cbe8F08897F225DC5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.459377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1768612708080728,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1768612708080728\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000026954458525128\n                },\n                {\n                    \"address\": \"0xAA8F3F4CFF346E79C5B7bDb908c0e5E58f5bcBf2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.569236,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.756740613734901,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.756740613734901\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000025104857064737\n                },\n                {\n                    \"address\": \"0xa7111A2cdd458c9BDECB28609f2561BDe76A79a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.372575,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6840233510031537,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6840233510031537\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": 0.000028415869648431\n                },\n                {\n                    \"address\": \"0xa56911efCD214b3506CBeABd299df8576B8ED24C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.82971,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20524038519482718,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20524038519482718\n                    },\n                    \"liquidity\": 2654.497547727668,\n                    \"skewImpact\": 0.000020719530359077\n                },\n                {\n                    \"address\": \"0x60d717B01a0BA7df4B3D0d800062D34f0A049736\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.30942,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2318531445931096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2318531445931096\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": 0.000029479181752628\n                },\n                {\n                    \"address\": \"0x14621f6b9b01815D950595F13BEDfdEa11a0b3df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.288995,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.460267478676102,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.460267478676102\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014126967279401\n                },\n                {\n                    \"address\": \"0xF02BC110d4da444d74E07213c201Af4b38e97C37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.653457,\n                    \"bonus\": 0.0007172312392578105,\n                    \"roi\": {\n                        \"baseRoi\": 0.5292265537415979,\n                        \"bonusRoi\": 0.001096022954343967,\n                        \"totalRoi\": 0.5303225766959418\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.000716717187301365\n                },\n                {\n                    \"address\": \"0xEEd66E8B0E1Ba91Fe38E9C116d595FB4e773BA82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.266529,\n                    \"bonus\": 0.0007107075480938669,\n                    \"roi\": {\n                        \"baseRoi\": 2.749274192408532,\n                        \"bonusRoi\": 0.0026627450354230753,\n                        \"totalRoi\": 2.751936937443955\n                    },\n                    \"liquidity\": 2442.6443537117584,\n                    \"skewImpact\": -0.000710202801602091\n                },\n                {\n                    \"address\": \"0xeD43D3384994d336123964fB8F27B1F052197df8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.329685,\n                    \"bonus\": 0.0007117723732760716,\n                    \"roi\": {\n                        \"baseRoi\": 2.031042478202541,\n                        \"bonusRoi\": 0.0021558778039501014,\n                        \"totalRoi\": 2.033198356006491\n                    },\n                    \"liquidity\": 2624.41432039425,\n                    \"skewImpact\": -0.000711266113706288\n                },\n                {\n                    \"address\": \"0xB8e483276630067Df38b165f1A9dFc974181D5A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.416486,\n                    \"bonus\": 0.000713235867664171,\n                    \"roi\": {\n                        \"baseRoi\": 1.3993310221565698,\n                        \"bonusRoi\": 0.001710069260668634,\n                        \"totalRoi\": 1.4010410914172384\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.000712727524829591\n                },\n                {\n                    \"address\": \"0xa79C439930D289CE80658420C4Ff17472A4DccdF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.526345,\n                    \"bonus\": 0.0007150881118980262,\n                    \"roi\": {\n                        \"baseRoi\": 0.8985379040924912,\n                        \"bonusRoi\": 0.0013566517596591554,\n                        \"totalRoi\": 0.8998945558521504\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.000714577126289982\n                },\n                {\n                    \"address\": \"0x6f9c17dCdE8dD93Cf61ba54dA229Ab5e73B73543\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.851542,\n                    \"bonus\": 0.0007205709410088504,\n                    \"roi\": {\n                        \"baseRoi\": 0.1734952192722851,\n                        \"bonusRoi\": 0.0008449776880527227,\n                        \"totalRoi\": 0.1743401969603378\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.000720052092395058\n                },\n                {\n                    \"address\": \"0x0B78F73B71cf288A4B0829D87971C21F7bAB1D61\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.78682,\n                    \"bonus\": 0.0007194797319085757,\n                    \"roi\": {\n                        \"baseRoi\": 0.2700256146039035,\n                        \"bonusRoi\": 0.0009131007312430661,\n                        \"totalRoi\": 0.2709387153351466\n                    },\n                    \"liquidity\": 2633.0889106882814,\n                    \"skewImpact\": -0.000718962452995642\n                },\n                {\n                    \"address\": \"0x9Fd69504233c4B4D1468ca33fbDC9Be7486A8969\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.877484,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13962191903214186,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13962191903214186\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000019915265899266\n                },\n                {\n                    \"address\": \"0x97B241Aa61bD763A30116F917a56578b1956eb9F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.491202,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.035822329713641,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.035822329713641\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.00002641866403918\n                },\n                {\n                    \"address\": \"0x83c2B4eF926a34992C866c0CdB5C4689423Fc022\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.751677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33035865138882786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33035865138882786\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.00002203333733352\n                },\n                {\n                    \"address\": \"0x7EF115532d72713E2CE075DEcAcbC1933A542CFE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.816399,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2248912602783688,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2248912602783688\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000020943697934104\n                },\n                {\n                    \"address\": \"0x7B9eB3a00f7Ad877A715f1C1247437933F5A1e94\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.294542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3951015474872848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3951015474872848\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000029729676622874\n                },\n                {\n                    \"address\": \"0x7595629372806ADd779884BaFb17Baf8f442b315\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.231386,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3217826489070212,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3217826489070212\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000030792988727071\n                },\n                {\n                    \"address\": \"0x38277B6862bF3EF0b3E14F89B3Aa1c8102547c70\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.381343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.62231114770692,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.62231114770692\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000028268265499571\n                },\n                {\n                    \"address\": \"0x357B7928643a7DAE1C504f7F412EC25744BDe0Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.618314,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6173012417638933,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6173012417638933\n                    },\n                    \"liquidity\": 2428.6346904310208,\n                    \"skewImpact\": 0.000024278603027797\n                },\n                {\n                    \"address\": \"0xb1528Ce3095128899f8B624322991ff662a2A061\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.801234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2480748445522781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2480748445522781\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000550292368026\n                },\n                {\n                    \"address\": \"0xA37554C3AF738da0632cA497310037c9c97A1139\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0x9ADdc3A7952421d81a18cf29A14dB63d3D4a0A3D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.736512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35775112964893996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35775112964893996\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006592563079676\n                },\n                {\n                    \"address\": \"0x347812E3B65e0e63AC6668B8483Ef79920922B75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0x11D9E95a568263013Ebf3428B6E002a618926CdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0xc5BFa33D54811DBf19D894ef27ba53Fe5d248BdF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.801234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2480748445522781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2480748445522781\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000550292368026\n                },\n                {\n                    \"address\": \"0xB4350D75F76D73D8623DfBf243A80b7C207b960d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.736512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35775112964893996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35775112964893996\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006592563079676\n                },\n                {\n                    \"address\": \"0xa3f97921462404295EC74f95df5d329Cd1FEc234\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0x83756191162F4d96fdd6660FcdF4C0189f3C4B13\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0x1D55292273F428430cDDdec04d47965E427b49b8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0x910ab84D793BF5F2Af6D9ad9050A9cD67D456c7D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.801234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2480748445522781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2480748445522781\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000550292368026\n                },\n                {\n                    \"address\": \"0x89396016cfbDd36F282CF53273250e3b209f74FB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0x6e2AedAaB531A711F9bc90e950b1ea429eD19929\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.736512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35775112964893996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35775112964893996\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006592563079676\n                },\n                {\n                    \"address\": \"0x66250E29527441995f5C4BE04727E1Fa60A64622\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0x50762983e6e002ce75aa0A7f31B1b389A84034bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0xcB70A029d5B3D5e00e77fa04B1F50C3577C37E8f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0x736aE19745B3650a2340F46FEBaf81cd972C2610\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0x71a230694CCBD5037E5f3e31A07c36EfDb2eCb8F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.801234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2480748445522781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2480748445522781\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000550292368026\n                },\n                {\n                    \"address\": \"0x650b7Fd84186d768793b47f8C6427C9a7152CE97\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0x24dc6a9E91F24d6292a952D31e3caBeAe8DeE46F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.736512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35775112964893996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35775112964893996\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006592563079676\n                },\n                {\n                    \"address\": \"0xc215F6D53b5D851C432Af9a0138Bc0Abe2CB416e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0x92fCB7B643eB3aD89EB238DC49Da7a1e7527d200\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0x5C052795a02E7881dBfa283E6465981f6a2BD5Ce\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0x264068a8323311618aF9591b6E2c267a20bd3f85\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.801234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2480748445522781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2480748445522781\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000550292368026\n                },\n                {\n                    \"address\": \"0xf3C29F1B9562b388532046acd05a8B38A3e727C1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1596636511546192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1596636511546192\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004474491645422\n                },\n                {\n                    \"address\": \"0xE9fF3530F4B4Ea6aaA3042CD041899e49Ddb08F1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.91827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08900432334716366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08900432334716366\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003532533262428\n                },\n                {\n                    \"address\": \"0xc6e70d924F720f84A60324786c54Bd7bB229f9Eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                },\n                {\n                    \"address\": \"0xd2991CbC18F44a6f84A74A8adcA3800B7108E618\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.967931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033131493877146215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033131493877146215\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002696470220598\n                }\n            ]\n        },\n        \"2023-11-07T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xFEc3051A30Db497dBfaA218E722cDC71Abe78E8e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x451bd790b0019A925dB700d4df4f3d2Aef199de4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.113283,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.827449838016296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.827449838016296\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000030836001086375\n                },\n                {\n                    \"address\": \"0xd2322A28C3C09D7e759957be412Ec6Fc452492C8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.16112,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.206554121151936,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.206554121151936\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000029209103115737\n                },\n                {\n                    \"address\": \"0xBDa90705e5b75d0AA2111D34024b3095758A7641\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.224497,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.454402508719493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.454402508719493\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000027053669737517\n                },\n                {\n                    \"address\": \"0xF1DC1729DC422ED21a51A063663B273EeB5AD423\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.30418,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.287527122098757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.287527122098757\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000024343745101899\n                },\n                {\n                    \"address\": \"0xCDD03fC0A90c00eaFB10953BeAe19a41737cFa0c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.398815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5074282562090195,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5074282562090195\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000021125297277837\n                },\n                {\n                    \"address\": \"0x385C916405921babc3E14cc10eA36dE9a1290539\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.504454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9823413036669351,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9823413036669351\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000017532667259571\n                },\n                {\n                    \"address\": \"0x8A2C3E924c02f79848939611DF2831Bff724cD91\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.61465,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6269421622061335,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6269421622061335\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000013785063140081\n                },\n                {\n                    \"address\": \"0x8C500C9e4cfC34987a882843a2E9f75423Ca0d52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.721466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38606670307401864,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38606670307401864\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.000010152430915578\n                },\n                {\n                    \"address\": \"0xeac6A96ab5f852ad897ABb99f05D90f7F9dca6B2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.816964,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2240441439280066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2240441439280066\n                    },\n                    \"liquidity\": 10862.07359560767,\n                    \"skewImpact\": 0.000006904758961523\n                },\n                {\n                    \"address\": \"0x271f3600D6e91E4B1321010079AC01187B446634\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.89512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1171686477790687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1171686477790687\n                    },\n                    \"liquidity\": 17660.16473239502,\n                    \"skewImpact\": 0.000004246846002654\n                },\n                {\n                    \"address\": \"0x4fc78B88a5918ed0182E347F40fEA2f346f516e4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.953171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04912969446195909,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04912969446195909\n                    },\n                    \"liquidity\": 33000.7201495392,\n                    \"skewImpact\": 0.000002272677676733\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xFEc3051A30Db497dBfaA218E722cDC71Abe78E8e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.971752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.029069145214005273,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.029069145214005273\n                    },\n                    \"liquidity\": 45710.639733143005,\n                    \"skewImpact\": 0.000001640755859857\n                },\n                {\n                    \"address\": \"0x451bd790b0019A925dB700d4df4f3d2Aef199de4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.937345,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06684305138449559,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06684305138449559\n                    },\n                    \"liquidity\": 26682.093293639984,\n                    \"skewImpact\": 0.000002810873913624\n                },\n                {\n                    \"address\": \"0xd2322A28C3C09D7e759957be412Ec6Fc452492C8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.889506,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12421951060476262,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12421951060476262\n                    },\n                    \"liquidity\": 16900.372970041266,\n                    \"skewImpact\": 0.000004437771884262\n                },\n                {\n                    \"address\": \"0xBDa90705e5b75d0AA2111D34024b3095758A7641\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.826125,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21047057043425632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21047057043425632\n                    },\n                    \"liquidity\": 11375.347348394547,\n                    \"skewImpact\": 0.000006593205262482\n                },\n                {\n                    \"address\": \"0xF1DC1729DC422ED21a51A063663B273EeB5AD423\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.74644,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33969240662343925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33969240662343925\n                    },\n                    \"liquidity\": 8061.8029439007805,\n                    \"skewImpact\": 0.0000093031298981\n                },\n                {\n                    \"address\": \"0xCDD03fC0A90c00eaFB10953BeAe19a41737cFa0c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.651802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5342082411529882,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5342082411529882\n                    },\n                    \"liquidity\": 5989.660541518779,\n                    \"skewImpact\": 0.000012521577722162\n                },\n                {\n                    \"address\": \"0x385C916405921babc3E14cc10eA36dE9a1290539\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.546162,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8309585800550019,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8309585800550019\n                    },\n                    \"liquidity\": 4654.277840283346,\n                    \"skewImpact\": 0.000016114207740428\n                },\n                {\n                    \"address\": \"0x8A2C3E924c02f79848939611DF2831Bff724cD91\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.435967,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2937515912901665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2937515912901665\n                    },\n                    \"liquidity\": 3776.0905464697958,\n                    \"skewImpact\": 0.000019861811859918\n                },\n                {\n                    \"address\": \"0x8C500C9e4cfC34987a882843a2E9f75423Ca0d52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.329152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0381100524985416,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0381100524985416\n                    },\n                    \"liquidity\": 3192.244078238493,\n                    \"skewImpact\": 0.000023494444084421\n                },\n                {\n                    \"address\": \"0xeac6A96ab5f852ad897ABb99f05D90f7F9dca6B2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.233658,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2797593063366115,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2797593063366115\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000026742116038476\n                },\n                {\n                    \"address\": \"0x271f3600D6e91E4B1321010079AC01187B446634\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.155506,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.4306200403842935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.4306200403842935\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000029400028997345\n                },\n                {\n                    \"address\": \"0x4fc78B88a5918ed0182E347F40fEA2f346f516e4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.097458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.260830306388392,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.260830306388392\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000031374197323266\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x7eba52f35bC20B912De8fcF400d05e19A94f6584\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.136843,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.307644526939631,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.307644526939631\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000030849858975594\n                },\n                {\n                    \"address\": \"0xDd3d8DC47A33F0174Ca59327f361391EF4B9616c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.166684,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.999376064889251,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.999376064889251\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000029864543651141\n                },\n                {\n                    \"address\": \"0x099b1F0405a63313fdC068EAbb4aFDe2a0094593\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.202125,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9474335188620904,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9474335188620904\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000028694425597374\n                },\n                {\n                    \"address\": \"0xC02737734b250feAF6534D74dDFdbA38cF567457\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.248759,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.019955056902464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.019955056902464\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000027154619015523\n                },\n                {\n                    \"address\": \"0x4ed813C73eB0b4089B82E4b5ec005660E2958dad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.284199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5186612197790987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5186612197790987\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000025984500961756\n                },\n                {\n                    \"address\": \"0x34A74859Bc6fCCB5d4229DffbC2062BC01BD0ED8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.199484,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.012933368089671,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.012933368089671\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000028781516986161\n                },\n                {\n                    \"address\": \"0xE76cDAae75F2cC5b612Ef93E52a565FDE48Aa027\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.296961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3674455568239603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3674455568239603\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000025563069162099\n                },\n                {\n                    \"address\": \"0x4df00db1d575FB60EE2c825CFF8177a8d4e24668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.231679,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.316316973053233,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.316316973053233\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000027718502540319\n                },\n                {\n                    \"address\": \"0x42EAE4564Af71fFc50A71a695272421f27404F48\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.381676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6200232658066003,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6200232658066003\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000022766053137694\n                },\n                {\n                    \"address\": \"0x0a0DDeB422589EdEeBA2B1319f7f796329aC9C49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.346236,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8882034219434145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8882034219434145\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000023936171191461\n                },\n                {\n                    \"address\": \"0x98d272D8732D6572FccD15803fEa8df86a2E42C6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.340489,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9369524419291078,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9369524419291078\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000024125872522053\n                },\n                {\n                    \"address\": \"0x6c5f50f1Be8cD17Ecf60720e59e4473beaf00E76\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.258412,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8697893286689475,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8697893286689475\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000026835797157671\n                },\n                {\n                    \"address\": \"0x2eD83C97881e72eBb1DF08888eaFec547A6A2061\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.490486,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0387941755727994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0387941755727994\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000019173423119428\n                },\n                {\n                    \"address\": \"0x285ec8CC3a8707696901b795F31b87d452d1b18e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.455045,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1975848542451848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1975848542451848\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000020343541173195\n                },\n                {\n                    \"address\": \"0x14D300fdf938cDaaDfE53A29d653a319E2Eae289\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.40577,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4644503043596127,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4644503043596127\n                    },\n                    \"liquidity\": 4277.729046563459,\n                    \"skewImpact\": 0.000021970439143833\n                },\n                {\n                    \"address\": \"0xe88855b1bFf18CF199e400b990B9A1D70a891f85\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.568549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7588633521473084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7588633521473084\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000016595937053705\n                },\n                {\n                    \"address\": \"0xa7bcF050B9De23917B5508A6E24BB6A32A911e47\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.519274,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9257655881095529,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9257655881095529\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000018222835024343\n                },\n                {\n                    \"address\": \"0x99De8908B839b7A4868A599761824CB81BFd8e4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.371916,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6887791866980715,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6887791866980715\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000023088193038181\n                },\n                {\n                    \"address\": \"0x92EC780Af75006f0CF71321DD2A649B52e0EC392\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.603989,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6556592918082945,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6556592918082945\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000015425818999938\n                },\n                {\n                    \"address\": \"0x44c562843461cd6D48BF2d94848367fD73d4ab53\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.274439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6437969822073395,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6437969822073395\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000026306640862243\n                },\n                {\n                    \"address\": \"0x015BcA71dF7eAED0BD942Ec70f5268660767A2BA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.453993,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2026771337884066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2026771337884066\n                    },\n                    \"liquidity\": 5440.671488977794,\n                    \"skewImpact\": 0.000020378268402563\n                },\n                {\n                    \"address\": \"0xE1d2732092CdD240afdeF5fB8bB6657B605ef6Eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.564015,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7730024910684998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7730024910684998\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.00001674563617806\n                },\n                {\n                    \"address\": \"0xBF2eD44E97B2afc2B62F5A182048A67f7206F6F3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.678572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.473682969530131,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.473682969530131\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.000012963304829202\n                },\n                {\n                    \"address\": \"0xA5a443453B4116f8048b703bfcA2241bDD3D6BaF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.629297,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5890747929832814,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5890747929832814\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.00001459020279984\n                },\n                {\n                    \"address\": \"0x8f10906d4f39085d351802f9a28E8aD74B6AF042\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.481939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0749513942635893,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0749513942635893\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.000019455560813678\n                },\n                {\n                    \"address\": \"0x4dE05d5E1604268717327Afc59f5f5a3cB96d47C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.384461,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.601044059085317,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.601044059085317\n                    },\n                    \"liquidity\": 5989.660541518779,\n                    \"skewImpact\": 0.00002267400863774\n                },\n                {\n                    \"address\": \"0x286d02eb6eEE70A2535DAB548C199F91260122fd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.27565,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.627788862688192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.627788862688192\n                    },\n                    \"liquidity\": 4654.277840283346,\n                    \"skewImpact\": 0.000026266638656006\n                },\n                {\n                    \"address\": \"0x117C72727698Aa58984691A06448447a3433a5f2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.714012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40053668565794415,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40053668565794415\n                    },\n                    \"liquidity\": 7387.393287741133,\n                    \"skewImpact\": 0.000011793186775435\n                },\n                {\n                    \"address\": \"0xcC31BdE988DD7E4967Df6A8b30Ab81b8Ec1850f1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.482824,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0711480788030423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0711480788030423\n                    },\n                    \"liquidity\": 5989.660541518779,\n                    \"skewImpact\": 0.000019426336683685\n                },\n                {\n                    \"address\": \"0x74aCEc084A51094F7cd2268084a651D456C5B212\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.374013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.673703855213589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.673703855213589\n                    },\n                    \"liquidity\": 4654.277840283346,\n                    \"skewImpact\": 0.000023018966701951\n                },\n                {\n                    \"address\": \"0x472Cfb2f5778aEc3645CF7b84D33783efcE0b6e8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.812375,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23095860901677187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23095860901677187\n                    },\n                    \"liquidity\": 10862.07359560767,\n                    \"skewImpact\": 0.00000854551482138\n                },\n                {\n                    \"address\": \"0x40D8b71d5bAF109F4b8ccC27A4F2293D437ED8fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.776935,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28710896020902643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28710896020902643\n                    },\n                    \"liquidity\": 10862.07359560767,\n                    \"skewImpact\": 0.000009715632875147\n                },\n                {\n                    \"address\": \"0x34b8C136f63C4DBb109E87Bcc60e1Ec45419d7dD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.662378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5097119771489995,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5097119771489995\n                    },\n                    \"liquidity\": 10862.07359560767,\n                    \"skewImpact\": 0.000013497964224005\n                },\n                {\n                    \"address\": \"0x0C14d0247999B14b2192409f0C4ae594cCD17Ee2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.727659,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.374270090798025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.374270090798025\n                    },\n                    \"liquidity\": 10862.07359560767,\n                    \"skewImpact\": 0.000011342530845785\n                },\n                {\n                    \"address\": \"0x0B47786db79a3d8D356a29C1b7192B172F9995bE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.580302,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7232406574507757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7232406574507757\n                    },\n                    \"liquidity\": 8061.8029439007805,\n                    \"skewImpact\": 0.000016207888859623\n                },\n                {\n                    \"address\": \"0x05EF52068c8c2A4752C6e41e2d4c38b4F818bB98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.260509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.838638972166029,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.838638972166029\n                    },\n                    \"liquidity\": 3776.0905464697958,\n                    \"skewImpact\": 0.000026766570821441\n                },\n                {\n                    \"address\": \"0xd1925615A1E94Ed2ea716b26bBe7f84E9441D06b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.660804,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5133080308230581,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5133080308230581\n                    },\n                    \"liquidity\": 8061.8029439007805,\n                    \"skewImpact\": 0.000013549975900754\n                },\n                {\n                    \"address\": \"0xC6c3D42dA921aC9ED5CE0c87EfCFcc74f4950536\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.230991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3291729980821767,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3291729980821767\n                    },\n                    \"liquidity\": 3192.244078238493,\n                    \"skewImpact\": 0.000027741290087075\n                },\n                {\n                    \"address\": \"0xc25F550B59A01dA145741b962F67aca43E93376B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.454516,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2001425692384868,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2001425692384868\n                    },\n                    \"liquidity\": 4654.277840283346,\n                    \"skewImpact\": 0.000020361053743082\n                },\n                {\n                    \"address\": \"0xA8F98bB832d398D67280f54A66c02A10111fF272\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.857437,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16626644289901182,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16626644289901182\n                    },\n                    \"liquidity\": 17660.16473239502,\n                    \"skewImpact\": 0.000007057719916278\n                },\n                {\n                    \"address\": \"0x96FCBb5e56bbF573a8831115510cC25f6f14a9d9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.341012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.932448124992669,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.932448124992669\n                    },\n                    \"liquidity\": 3776.0905464697958,\n                    \"skewImpact\": 0.000024108657862572\n                },\n                {\n                    \"address\": \"0x4eE04a40338AFa32370FdF63B2E560F8A0d64A16\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.808162,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23737567467908655,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23737567467908655\n                    },\n                    \"liquidity\": 16900.372970041266,\n                    \"skewImpact\": 0.000008684617886916\n                },\n                {\n                    \"address\": \"0x48D30379880F29C76bB25B19728bc74d20f48C36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.892878,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11997383741115814,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11997383741115814\n                    },\n                    \"liquidity\": 17660.16473239502,\n                    \"skewImpact\": 0.000005887601862511\n                },\n                {\n                    \"address\": \"0x2477fd480138bc62720080502473A51e8878E9fd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.563327,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7751678865028659,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7751678865028659\n                    },\n                    \"liquidity\": 5989.660541518779,\n                    \"skewImpact\": 0.000016768423724816\n                },\n                {\n                    \"address\": \"0x2129e792243396Ef58df227e031B22affdD6392F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.742881,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34611061529370113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34611061529370113\n                    },\n                    \"liquidity\": 11375.347348394547,\n                    \"skewImpact\": 0.000010840051265136\n                },\n                {\n                    \"address\": \"0xF064D6A03109ABB5559dFE9c256A5F3A8858E206\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.290783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.438990587482762,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.438990587482762\n                    },\n                    \"liquidity\": 3192.244078238493,\n                    \"skewImpact\": 0.000025767121761154\n                },\n                {\n                    \"address\": \"0xe63C26235E0Baf584516c8881DABB371d1608DBf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.802672,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24583889808041134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24583889808041134\n                    },\n                    \"liquidity\": 11375.347348394547,\n                    \"skewImpact\": 0.000008865882939215\n                },\n                {\n                    \"address\": \"0x99829312779d8A055a1ba041A491d29CEACbb994\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.514307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9443639693801563,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9443639693801563\n                    },\n                    \"liquidity\": 4654.277840283346,\n                    \"skewImpact\": 0.000018386885417161\n                },\n                {\n                    \"address\": \"0x7c30f70ca119Fd0FaA4e4755E78b329A21e5e49c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.623119,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6048298960551677,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6048298960551677\n                    },\n                    \"liquidity\": 5989.660541518779,\n                    \"skewImpact\": 0.000014794255398895\n                },\n                {\n                    \"address\": \"0x719434aAd667E3656Acd1EacD3ad24b5575Cdf41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.19242,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.196964972456085,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.196964972456085\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000029014793715209\n                },\n                {\n                    \"address\": \"0x55Bf4bB8399BEbF7298a7772bD6c95E3177fFF84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.867954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15213479055341642,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15213479055341642\n                    },\n                    \"liquidity\": 16900.372970041266,\n                    \"skewImpact\": 0.000006710449560995\n                },\n                {\n                    \"address\": \"0x4d152503c206A288b1C0bfC534075085999c5442\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.720596,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3877401484326862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3877401484326862\n                    },\n                    \"liquidity\": 8061.8029439007805,\n                    \"skewImpact\": 0.000011575807574833\n                },\n                {\n                    \"address\": \"0x2f3b15031170A57Af623E313ed333258e97F8eEB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.400803,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.494991304955302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.494991304955302\n                    },\n                    \"liquidity\": 3776.0905464697958,\n                    \"skewImpact\": 0.000022134489536651\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x7eba52f35bC20B912De8fcF400d05e19A94f6584\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.996299,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.003714748283396806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.003714748283396806\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002218885942131\n                },\n                {\n                    \"address\": \"0xDd3d8DC47A33F0174Ca59327f361391EF4B9616c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.948802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05396067883499399,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05396067883499399\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000018714603174428\n                },\n                {\n                    \"address\": \"0x099b1F0405a63313fdC068EAbb4aFDe2a0094593\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.932284,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0726345190950397,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0726345190950397\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003296602631241\n                },\n                {\n                    \"address\": \"0xC02737734b250feAF6534D74dDFdbA38cF567457\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.86832,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1516491615994104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1516491615994104\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000020069565492237\n                },\n                {\n                    \"address\": \"0x4ed813C73eB0b4089B82E4b5ec005660E2958dad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.851802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17398174693179877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17398174693179877\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000465156494905\n                },\n                {\n                    \"address\": \"0x34A74859Bc6fCCB5d4229DffbC2062BC01BD0ED8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.916635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09094677816142742,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09094677816142742\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000019256116506918\n                },\n                {\n                    \"address\": \"0xE76cDAae75F2cC5b612Ef93E52a565FDE48Aa027\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.821051,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21795113823623627,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21795113823623627\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000020865340418949\n                },\n                {\n                    \"address\": \"0x4df00db1d575FB60EE2c825CFF8177a8d4e24668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.885061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1298656250812091,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1298656250812091\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000019787623729839\n                },\n                {\n                    \"address\": \"0x42EAE4564Af71fFc50A71a695272421f27404F48\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.756218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3223700044167159,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3223700044167159\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006260788861081\n                },\n                {\n                    \"address\": \"0x0a0DDeB422589EdEeBA2B1319f7f796329aC9C49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.772735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2941047060117635,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2941047060117635\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000021678789404268\n                },\n                {\n                    \"address\": \"0x98d272D8732D6572FccD15803fEa8df86a2E42C6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.778365,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28474430376494325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28474430376494325\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000021583938738972\n                },\n                {\n                    \"address\": \"0x6c5f50f1Be8cD17Ecf60720e59e4473beaf00E76\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.858845,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1643544527825161,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1643544527825161\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000020228976421163\n                },\n                {\n                    \"address\": \"0x2eD83C97881e72eBb1DF08888eaFec547A6A2061\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.649521,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5395961023585072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5395961023585072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008057103870214\n                },\n                {\n                    \"address\": \"0x285ec8CC3a8707696901b795F31b87d452d1b18e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.666039,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5014135808864044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5014135808864044\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000023475104413401\n                },\n                {\n                    \"address\": \"0x14D300fdf938cDaaDfE53A29d653a319E2Eae289\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.714354,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3998661727938808,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3998661727938808\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000022661655428082\n                },\n                {\n                    \"address\": \"0xe88855b1bFf18CF199e400b990B9A1D70a891f85\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.554742,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8026397857021824,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8026397857021824\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000025348906473146\n                },\n                {\n                    \"address\": \"0xa7bcF050B9De23917B5508A6E24BB6A32A911e47\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.603057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6582180457237046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6582180457237046\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000024535457487827\n                },\n                {\n                    \"address\": \"0x99De8908B839b7A4868A599761824CB81BFd8e4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.747548,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3377067425770653,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3377067425770653\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.000022102778480908\n                },\n                {\n                    \"address\": \"0x92EC780Af75006f0CF71321DD2A649B52e0EC392\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.538224,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8579624840215225,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8579624840215225\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009930905929959\n                },\n                {\n                    \"address\": \"0x44c562843461cd6D48BF2d94848367fD73d4ab53\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.843129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18605812396442298,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18605812396442298\n                    },\n                    \"liquidity\": 3550.245897778864,\n                    \"skewImpact\": 0.000020493554568877\n                },\n                {\n                    \"address\": \"0x015BcA71dF7eAED0BD942Ec70f5268660767A2BA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.667068,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49909754327894607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49909754327894607\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000023457740798717\n                },\n                {\n                    \"address\": \"0xE1d2732092CdD240afdeF5fB8bB6657B605ef6Eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.559185,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7883169255255414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7883169255255414\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000025274056910969\n                },\n                {\n                    \"address\": \"0xBF2eD44E97B2afc2B62F5A182048A67f7206F6F3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.446859,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2378423619083425,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2378423619083425\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000027165222585398\n                },\n                {\n                    \"address\": \"0xA5a443453B4116f8048b703bfcA2241bDD3D6BaF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.495174,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0194921381171063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0194921381171063\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000026351773600079\n                },\n                {\n                    \"address\": \"0x8f10906d4f39085d351802f9a28E8aD74B6AF042\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.639665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5633182994223538,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5633182994223538\n                    },\n                    \"liquidity\": 3080.8735338815495,\n                    \"skewImpact\": 0.00002391909459316\n                },\n                {\n                    \"address\": \"0x4dE05d5E1604268717327Afc59f5f5a3cB96d47C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.735246,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3600890042244365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3600890042244365\n                    },\n                    \"liquidity\": 3192.244078238493,\n                    \"skewImpact\": 0.000022309870681129\n                },\n                {\n                    \"address\": \"0x286d02eb6eEE70A2535DAB548C199F91260122fd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.841942,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18773027120633018,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18773027120633018\n                    },\n                    \"liquidity\": 3192.244078238493,\n                    \"skewImpact\": 0.000020513555671996\n                },\n                {\n                    \"address\": \"0x117C72727698Aa58984691A06448447a3433a5f2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.430341,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.323738616585452,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.323738616585452\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00001174722204221\n                },\n                {\n                    \"address\": \"0xcC31BdE988DD7E4967Df6A8b30Ab81b8Ec1850f1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.638797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5654425427796312,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5654425427796312\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000023933706658156\n                },\n                {\n                    \"address\": \"0x74aCEc084A51094F7cd2268084a651D456C5B212\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.745493,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3413942183226403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3413942183226403\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000022137391649023\n                },\n                {\n                    \"address\": \"0x472Cfb2f5778aEc3645CF7b84D33783efcE0b6e8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.333892,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9949804128280997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9949804128280997\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013371058019238\n                },\n                {\n                    \"address\": \"0x40D8b71d5bAF109F4b8ccC27A4F2293D437ED8fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.35041,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8537998344796096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8537998344796096\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.000028789058562425\n                },\n                {\n                    \"address\": \"0x34b8C136f63C4DBb109E87Bcc60e1Ec45419d7dD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.462736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1610594377787766,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1610594377787766\n                    },\n                    \"liquidity\": 2772.2671536864054,\n                    \"skewImpact\": 0.000026897892887996\n                },\n                {\n                    \"address\": \"0x0C14d0247999B14b2192409f0C4ae594cCD17Ee2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.398725,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5079942316132673,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5079942316132673\n                    },\n                    \"liquidity\": 2567.6926711108454,\n                    \"skewImpact\": 0.000027975609577106\n                },\n                {\n                    \"address\": \"0x0B47786db79a3d8D356a29C1b7192B172F9995bE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.543216,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8408883390769049,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8408883390769049\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000025542930570187\n                },\n                {\n                    \"address\": \"0x05EF52068c8c2A4752C6e41e2d4c38b4F818bB98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.856791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16714578000936056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16714578000936056\n                    },\n                    \"liquidity\": 2804.564900252852,\n                    \"skewImpact\": 0.000020263589589278\n                },\n                {\n                    \"address\": \"0xd1925615A1E94Ed2ea716b26bBe7f84E9441D06b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.464282,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.153863384753232,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.153863384753232\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000026871887049622\n                },\n                {\n                    \"address\": \"0xC6c3D42dA921aC9ED5CE0c87EfCFcc74f4950536\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.885741,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12899820602185064,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12899820602185064\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000019776229956461\n                },\n                {\n                    \"address\": \"0xc25F550B59A01dA145741b962F67aca43E93376B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.666559,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5002422891296944,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5002422891296944\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000023466348128458\n                },\n                {\n                    \"address\": \"0xA8F98bB832d398D67280f54A66c02A10111fF272\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.271476,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.683566871472985,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.683566871472985\n                    },\n                    \"liquidity\": 2432.221992401567,\n                    \"skewImpact\": 0.00003011801504186\n                },\n                {\n                    \"address\": \"0x96FCBb5e56bbF573a8831115510cC25f6f14a9d9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.777857,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28558333986838197,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28558333986838197\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000021592546068713\n                },\n                {\n                    \"address\": \"0x4eE04a40338AFa32370FdF63B2E560F8A0d64A16\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.319792,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1270325711712608,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1270325711712608\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000029304566056541\n                },\n                {\n                    \"address\": \"0x48D30379880F29C76bB25B19728bc74d20f48C36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.254959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9221992555665817,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9221992555665817\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014700014498672\n                },\n                {\n                    \"address\": \"0x2477fd480138bc62720080502473A51e8878E9fd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.559864,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7861480645299572,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7861480645299572\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000025262663137591\n                },\n                {\n                    \"address\": \"0x2129e792243396Ef58df227e031B22affdD6392F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.383803,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6055033441635422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6055033441635422\n                    },\n                    \"liquidity\": 2551.017892083469,\n                    \"skewImpact\": 0.000028226849367431\n                },\n                {\n                    \"address\": \"0xF064D6A03109ABB5559dFE9c256A5F3A8858E206\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.827113,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2090246435493095,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2090246435493095\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000020763314119422\n                },\n                {\n                    \"address\": \"0xe63C26235E0Baf584516c8881DABB371d1608DBf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.325174,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0752766211320703,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0752766211320703\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000029213933530391\n                },\n                {\n                    \"address\": \"0x99829312779d8A055a1ba041A491d29CEACbb994\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.607931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.644923519280971,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.644923519280971\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000024453432291418\n                },\n                {\n                    \"address\": \"0x7c30f70ca119Fd0FaA4e4755E78b329A21e5e49c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.501235,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9950721717358126,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9950721717358126\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000026249747300551\n                },\n                {\n                    \"address\": \"0x719434aAd667E3656Acd1EacD3ad24b5575Cdf41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.923566,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08275965117815078,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08275965117815078\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000019139478142394\n                },\n                {\n                    \"address\": \"0x55Bf4bB8399BEbF7298a7772bD6c95E3177fFF84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.261163,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.829026316897876,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.829026316897876\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000030291650219501\n                },\n                {\n                    \"address\": \"0x4d152503c206A288b1C0bfC534075085999c5442\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.405654,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4651550336000632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4651550336000632\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000027858971212582\n                },\n                {\n                    \"address\": \"0x2f3b15031170A57Af623E313ed333258e97F8eEB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-07T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.719229,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3903777517313679,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3903777517313679\n                    },\n                    \"liquidity\": 2390.4994039284115,\n                    \"skewImpact\": 0.000022579630231673\n                }\n            ]\n        },\n        \"2023-11-10T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xA1161e4888C42b63cEDCaB6BdA7Fe7809c788cB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x72760F2d25dFaB1896431dfBC468A5968f9e8781\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.100118,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.988213907589044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.988213907589044\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000031283738982187\n                },\n                {\n                    \"address\": \"0xb594e279958244BF64B74454Df09b13A85e16c69\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.137543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.270453603600329,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.270453603600329\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.00003001092845573\n                },\n                {\n                    \"address\": \"0xdFD195263aAf50E6906972BB24B802671a350fd9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.186705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.356042955464503,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.356042955464503\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000028338945087043\n                },\n                {\n                    \"address\": \"0x6bba60c1b085565bb33d35F1CE2ab87A5DF31E3A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.24881,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0191310638639925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0191310638639925\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000026226817460495\n                },\n                {\n                    \"address\": \"0x8bCabF512D12074F4c7115a425E92CA34Ce76E4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.324002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.086400701230239,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.086400701230239\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000023669591676072\n                },\n                {\n                    \"address\": \"0x5F54b1A6De59c4060f257353B94e8A843E159871\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.410933,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4334867241131766,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4334867241131766\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": 0.000020713161628402\n                },\n                {\n                    \"address\": \"0xbABeC01C087783754D05501eB1Db51383E7d6C39\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.506509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9742985810716098,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9742985810716098\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000017462769574275\n                },\n                {\n                    \"address\": \"0x65c7D46aAf7DD3412c4BBA7C62aB3d35aE6D978a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.610161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6389116970766733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6389116970766733\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.009952581121871215\n                },\n                {\n                    \"address\": \"0xEe9aa36B72DecBACb14af1D4538473da9d5c95C4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.655355,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5258905478710012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5258905478710012\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.000012400760048751\n                },\n                {\n                    \"address\": \"0x5a2a5615A59ed6aE3782784D14780890C3B0CD73\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.703486,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42149239643717157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42149239643717157\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.000010763920261488\n                },\n                {\n                    \"address\": \"0x676d2878aE2147487A43Df05f79D3fdA4474c058\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.749607,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.334032366293271,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.334032366293271\n                    },\n                    \"liquidity\": 8156.236128876122,\n                    \"skewImpact\": 0.00000919541793726\n                },\n                {\n                    \"address\": \"0x9d0A9a84e137B16995cEc9D74e6A2a56Cc157bA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.794018,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2594172928069641,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2594172928069641\n                    },\n                    \"liquidity\": 8925.497258969888,\n                    \"skewImpact\": 0.004268200652284153\n                },\n                {\n                    \"address\": \"0xb255d1E6d2629F28D920e2884B3162d4C8519D8a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.833171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20023380554532025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20023380554532025\n                    },\n                    \"liquidity\": 11804.388646877369,\n                    \"skewImpact\": 0.000006353569188849\n                },\n                {\n                    \"address\": \"0x16Df2D265D3A1545219C2089BA95C254dB5d1C6A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.869563,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15000293250747793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15000293250747793\n                    },\n                    \"liquidity\": 14659.999828711812,\n                    \"skewImpact\": 0.000005115961860593\n                },\n                {\n                    \"address\": \"0xF8Eb2Aa98beedaf9db92888523a138aa5f347782\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.901896,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10877529116439143,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10877529116439143\n                    },\n                    \"liquidity\": 18673.357953655097,\n                    \"skewImpact\": 0.00000401641741063\n                },\n                {\n                    \"address\": \"0x7983A61536a8b75a67eb3E984003c78083F5E39f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.930016,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07525031827409426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07525031827409426\n                    },\n                    \"liquidity\": 24509.027406953304,\n                    \"skewImpact\": 0.000003060096949368\n                },\n                {\n                    \"address\": \"0x0F2D21f851EAaffCeB249A514744417714967CB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.953934,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04829055259588195,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04829055259588195\n                    },\n                    \"liquidity\": 33382.00867339637,\n                    \"skewImpact\": 0.000002246719205359\n                },\n                {\n                    \"address\": \"0x25d410A107a9027328D84A33A88c1CD989700355\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.973805,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.026899635964079016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.026899635964079016\n                    },\n                    \"liquidity\": 47741.2909173541,\n                    \"skewImpact\": 0.00000157096715566\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xA1161e4888C42b63cEDCaB6BdA7Fe7809c788cB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.977994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02250116053881718,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02250116053881718\n                    },\n                    \"liquidity\": 52502.46048143177,\n                    \"skewImpact\": 0.000001428504479833\n                },\n                {\n                    \"address\": \"0x72760F2d25dFaB1896431dfBC468A5968f9e8781\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.950511,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.052065678356168425,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.052065678356168425\n                    },\n                    \"liquidity\": 31737.487573576265,\n                    \"skewImpact\": 0.000002363136017812\n                },\n                {\n                    \"address\": \"0xb594e279958244BF64B74454Df09b13A85e16c69\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.913083,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09519068912683734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09519068912683734\n                    },\n                    \"liquidity\": 20627.365965600686,\n                    \"skewImpact\": 0.000003635946544269\n                },\n                {\n                    \"address\": \"0xdFD195263aAf50E6906972BB24B802671a350fd9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.863919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15751592452533167,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15751592452533167\n                    },\n                    \"liquidity\": 14129.802244924764,\n                    \"skewImpact\": 0.000005307929912956\n                },\n                {\n                    \"address\": \"0x6bba60c1b085565bb33d35F1CE2ab87A5DF31E3A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.801811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24717670373691547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24717670373691547\n                    },\n                    \"liquidity\": 10107.738329615415,\n                    \"skewImpact\": 0.000007420057539504\n                },\n                {\n                    \"address\": \"0x8bCabF512D12074F4c7115a425E92CA34Ce76E4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.726616,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37624274720072215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37624274720072215\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.000009977283323927\n                },\n                {\n                    \"address\": \"0x5F54b1A6De59c4060f257353B94e8A843E159871\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.639683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5632743093063283,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5632743093063283\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000012933713371597\n                },\n                {\n                    \"address\": \"0xbABeC01C087783754D05501eB1Db51383E7d6C39\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.544107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8378738005576108,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8378738005576108\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000016184105425724\n                },\n                {\n                    \"address\": \"0x65c7D46aAf7DD3412c4BBA7C62aB3d35aE6D978a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.440222,\n                    \"bonus\": 0.010037404992690627,\n                    \"roi\": {\n                        \"baseRoi\": 1.249229090224505,\n                        \"bonusRoi\": 0.022352066555483274,\n                        \"totalRoi\": 1.2715811567799882\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.00993765670763774\n                },\n                {\n                    \"address\": \"0xEe9aa36B72DecBACb14af1D4538473da9d5c95C4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.395262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.529967464618405,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.529967464618405\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000021246114951248\n                },\n                {\n                    \"address\": \"0x5a2a5615A59ed6aE3782784D14780890C3B0CD73\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.347133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8807402350107882,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8807402350107882\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000022882954738511\n                },\n                {\n                    \"address\": \"0x676d2878aE2147487A43Df05f79D3fdA4474c058\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.301012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3221266926235495,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3221266926235495\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000024451457062739\n                },\n                {\n                    \"address\": \"0x9d0A9a84e137B16995cEc9D74e6A2a56Cc157bA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.256471,\n                    \"bonus\": 0.004278246174248655,\n                    \"roi\": {\n                        \"baseRoi\": 2.882536622222952,\n                        \"bonusRoi\": 0.016539686599488235,\n                        \"totalRoi\": 2.89907630882244\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.004260020756743896\n                },\n                {\n                    \"address\": \"0xb255d1E6d2629F28D920e2884B3162d4C8519D8a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.217451,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.598737186768513,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.598737186768513\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.00002729330581115\n                },\n                {\n                    \"address\": \"0x16Df2D265D3A1545219C2089BA95C254dB5d1C6A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.181061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.523000535731052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.523000535731052\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000028530913139406\n                },\n                {\n                    \"address\": \"0xF8Eb2Aa98beedaf9db92888523a138aa5f347782\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.14873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.7235930881463055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.7235930881463055\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000029630457589369\n                },\n                {\n                    \"address\": \"0x7983A61536a8b75a67eb3E984003c78083F5E39f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.120611,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.291117725580586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.291117725580586\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000030586778050631\n                },\n                {\n                    \"address\": \"0x0F2D21f851EAaffCeB249A514744417714967CB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x27edf5349dC75b26B5d59e95b353f8CC4a9633f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.141318,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.076239403331493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.076239403331493\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000030702081104855\n                },\n                {\n                    \"address\": \"0xF01268C8183F15b479262618e24AFc87381bef1B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.166738,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.997433098633785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.997433098633785\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000029862764004764\n                },\n                {\n                    \"address\": \"0x568b0525b98c4779a1Ac4Ab39FA9D10f1C0eA8F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.205289,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8711816025213235,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8711816025213235\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000028589953478307\n                },\n                {\n                    \"address\": \"0xF8c939658b8D2797B81825E22eE0820471628FC7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.244188,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.095205333595427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.095205333595427\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000027305538220341\n                },\n                {\n                    \"address\": \"0xE18cA922aA7E4CBE28D02A119E115704aaA1C787\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.282739,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5368307874046376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5368307874046376\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000026032727693884\n                },\n                {\n                    \"address\": \"0x60257eA18b4b30838b0B2Bdf2663bFfeC26265E1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.193549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.166650305607366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.166650305607366\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000028977521589028\n                },\n                {\n                    \"address\": \"0xbB8Ed4BD39e89eA7EA34d71E27bC5651925b559B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.372279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.686157424942046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.686157424942046\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": 0.000023076297646214\n                },\n                {\n                    \"address\": \"0xaDc7C33283f53e9C73b2e555E3921F3990C4EE77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.219118,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.563751038253361,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.563751038253361\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": 0.000028133219167906\n                },\n                {\n                    \"address\": \"0x40703c45f93186EA04887be06A74cc3d8B48D1ae\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.283089,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5324579902433513,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5324579902433513\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": 0.000026021091541358\n                },\n                {\n                    \"address\": \"0x2Cd1615773047cDAaE0F2Dee5933B69D767AC456\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.333728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9964522005944958,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9964522005944958\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": 0.000024349108172671\n                },\n                {\n                    \"address\": \"0xbA03B2067a487353cb43F4360d2d023aAaB59EA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.470724,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1243871143175197,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1243871143175197\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000019825905592087\n                },\n                {\n                    \"address\": \"0x8aB9057caB2f6a9A5eFCa6d6B5846b1e877d1D5e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.432173,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3138881882949656,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3138881882949656\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000021098716118544\n                },\n                {\n                    \"address\": \"0x700b64b42AcFf90c945556f58347a7F0F37616E9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.240111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.164740474197351,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.164740474197351\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000027440052898202\n                },\n                {\n                    \"address\": \"0x4aa9A140B66FDb0feE6711B53EF97248058890e8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.317563,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1489814619461334,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1489814619461334\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000024882827113779\n                },\n                {\n                    \"address\": \"0x34f218a85e892A2135EEAc63B27dd5503F005A8D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.381534,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.620998390706988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.620998390706988\n                    },\n                    \"liquidity\": 4294.85137973098,\n                    \"skewImpact\": 0.000022770699487231\n                },\n                {\n                    \"address\": \"0xeE36D5603e8C758D7803382f32B14A72Eb31239B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.577488,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7316377136840939,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7316377136840939\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.009954944257889026\n                },\n                {\n                    \"address\": \"0xD54ebB2f694d2652b48dCEAa9ABbf637166286b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.488298,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0479297478179308,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0479297478179308\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.00995788905178417\n                },\n                {\n                    \"address\": \"0xB7e74C312619dF00672c5f8A550209a11c9589F9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.346875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8828828828828827,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8828828828828827\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.009962558405195141\n                },\n                {\n                    \"address\": \"0x8CF5aFdaF433623724cdcE1aBD2DdcAF75974974\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.257333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8860153963930006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8860153963930006\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.00996551483524281\n                },\n                {\n                    \"address\": \"0x867083662344BFc8a3479458C8A84ea6495e668a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.424327,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3566730375394447,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3566730375394447\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.009960001179410718\n                },\n                {\n                    \"address\": \"0x84cE0cA443eB253c8Da13Ca71e6BB2BfC0250D43\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.538937,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8555044467164066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8555044467164066\n                    },\n                    \"liquidity\": 4699.425702860067,\n                    \"skewImpact\": 0.009956217068415483\n                },\n                {\n                    \"address\": \"0xE9891fe9177c7B79C97640F3aA0d0a706ab4Abc7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.470876,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1237013566204264,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1237013566204264\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.000019820817588255\n                },\n                {\n                    \"address\": \"0xe465d72BFE1Ada37bcc7B6AcD1Dd54909B905bF0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.393424,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5417869779169548,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5417869779169548\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.000022378043372678\n                },\n                {\n                    \"address\": \"0x9E9552163dA023A05ace6c971Cf9Ee12E8545084\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.624037,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.60246908436519,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.60246908436519\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.000014763896066563\n                },\n                {\n                    \"address\": \"0x9230748EcB48b903812BA738DE9AD1D2c5Cb30C8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.585487,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.707979852669658,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.707979852669658\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.00001603670659302\n                },\n                {\n                    \"address\": \"0x2796380c7a5126EC2D962754589688Cc670466a3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.303882,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2907510151966886,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2907510151966886\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000025334473420348\n                },\n                {\n                    \"address\": \"0x2251E7015AdB4A89E6F106824D609C5A609b017c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.534848,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8696900801723106,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8696900801723106\n                    },\n                    \"liquidity\": 6048.016388120393,\n                    \"skewImpact\": 0.000017708689961707\n                },\n                {\n                    \"address\": \"0xdCCc58eAfd238B3a3Da701DD76FDAcDD5026a167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.353458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8291904554430793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8291904554430793\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000023697633633085\n                },\n                {\n                    \"address\": \"0xCbAaa9f2fa61fbA9993d53A25c1C840b9D1022E9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.257336343115124,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.257336343115124\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.000020741203585415\n                },\n                {\n                    \"address\": \"0xA5194D62D4e302a1C21AA5D2B3B823cDFEA84d0c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.255013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.921368714536122,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.921368714536122\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000026948025687212\n                },\n                {\n                    \"address\": \"0x94a9c2F700708037C5eA339E0655a3E476948170\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.673613,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4845319196630706,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4845319196630706\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.0000131270562793\n                },\n                {\n                    \"address\": \"0x8e25046d203cE08cCe89aa23F20bF94816eC6ab5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.584424,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7110864714659219,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7110864714659219\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.000016071850174444\n                },\n                {\n                    \"address\": \"0x3a68441130034c7dec8Ef3C999c08672e9f99765\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.520452,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9214067771859844,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9214067771859844\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.000018183977800992\n                },\n                {\n                    \"address\": \"0x152F9e065B57b37fd2ce7198CEA0858eE57dCc99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.635062,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5746494043101303,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5746494043101303\n                    },\n                    \"liquidity\": 6967.721627252776,\n                    \"skewImpact\": 0.000014399866805757\n                },\n                {\n                    \"address\": \"0xe723Cf5d07fA065d40c508A16eFAC64C97764913\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.721119,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38673367363777694,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38673367363777694\n                    },\n                    \"liquidity\": 8156.236128876122,\n                    \"skewImpact\": 0.000011558553955072\n                },\n                {\n                    \"address\": \"0xce3b794e1d5F9952Ecd7e5fe93652748f9072884\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.400964,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.49398948534033,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.49398948534033\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000022129131308857\n                },\n                {\n                    \"address\": \"0xB9B14b49A131d4685e6197dF810cB77D4dACe099\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.567958,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7606935724120447,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7606935724120447\n                    },\n                    \"liquidity\": 8156.236128876122,\n                    \"skewImpact\": 0.000016615475476764\n                },\n                {\n                    \"address\": \"0xA18d6B6EfcF75B5785c7D36dFAb62Abd7804842a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.631929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5824562569529173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5824562569529173\n                    },\n                    \"liquidity\": 8156.236128876122,\n                    \"skewImpact\": 0.000014503347850216\n                },\n                {\n                    \"address\": \"0x7105b19CB3C144f1F35800010d40cDb664adFEc3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.302519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.305577500917298,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.305577500917298\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000025379523362984\n                },\n                {\n                    \"address\": \"0x12c21e685922D8c8E7B53eF6228E2429d735D1e7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.682568,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46505549630220006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46505549630220006\n                    },\n                    \"liquidity\": 8156.236128876122,\n                    \"skewImpact\": 0.000012831364481529\n                },\n                {\n                    \"address\": \"0x0deBF599eD9466f070BB8845D7AbCe3711Df40d5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.490506,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0387110453287014,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0387110453287014\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.000019172701261187\n                },\n                {\n                    \"address\": \"0xd70E0305F437Eba9BaC050c67a763B8172d3016d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.348263,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8713931712527603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8713931712527603\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.004284384757709877\n                },\n                {\n                    \"address\": \"0x9569035888565072bdE93C47F4B1255db9D86933\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.446708,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.238598816228946,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.238598816228946\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.00428113436565575\n                },\n                {\n                    \"address\": \"0x664Bdf26C0F252885668dF464B421Fc9ebfC93cC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.241263,\n                    \"bonus\": 0.005701782058169584,\n                    \"roi\": {\n                        \"baseRoi\": 3.121487776708962,\n                        \"bonusRoi\": 0.023366593832728988,\n                        \"totalRoi\": 3.144854370541691\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.005669456055353587\n                },\n                {\n                    \"address\": \"0x543C7BE69864a3A8Ca5EF0233A79b2b7F8F78360\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.677674,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4756357776748112,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4756357776748112\n                    },\n                    \"liquidity\": 8925.497258969888,\n                    \"skewImpact\": 0.004273508582197109\n                },\n                {\n                    \"address\": \"0x281024f89D670F62BF37cF4FB32D68DA4Ffbe772\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.53625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8648018648018648,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8648018648018648\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.00427817793560808\n                },\n                {\n                    \"address\": \"0x2756C8848A6402CEd73E2DA023eC33E8aC48FFc6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.728313,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37303604356917974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37303604356917974\n                    },\n                    \"liquidity\": 8925.497258969888,\n                    \"skewImpact\": 0.004271836598828422\n                },\n                {\n                    \"address\": \"0x1FE4d353214234A7BB53589F4c48c3929d6e9c2A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.613702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6294553382586338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6294553382586338\n                    },\n                    \"liquidity\": 8925.497258969888,\n                    \"skewImpact\": 0.004275620709823657\n                },\n                {\n                    \"address\": \"0x18357e72Cbd8aFe11519EB3099894EdE91f1Ddeb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.766863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.30401388513984906,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.30401388513984906\n                    },\n                    \"liquidity\": 8925.497258969888,\n                    \"skewImpact\": 0.004270563788301965\n                },\n                {\n                    \"address\": \"0xF3d27b87bBEc19d72C4f86e52F2B5997dCc529F6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.80719,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23886569457005172,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23886569457005172\n                    },\n                    \"liquidity\": 11804.388646877369,\n                    \"skewImpact\": 0.000008716705206661\n                },\n                {\n                    \"address\": \"0xED0CCEdBCDAA7bce5064D4786eB3b62313Fc3A0A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.235278,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.250291144943429,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.250291144943429\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000027599684140097\n                },\n                {\n                    \"address\": \"0xd639D5547647A5025E87281973896aA14caa5Db0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.38859,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5734064180756067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5734064180756067\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000022537674614573\n                },\n                {\n                    \"address\": \"0xc3afE0db2562aA8B5653f8C9b76Ac12cEB8Ca663\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.718,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.392757660167131,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.392757660167131\n                    },\n                    \"liquidity\": 11804.388646877369,\n                    \"skewImpact\": 0.000011661499101805\n                },\n                {\n                    \"address\": \"0xc1157F626b761Acbf70078e45DCd97b53Ba6317C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.576577,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7343737263192948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7343737263192948\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.000016330852512776\n                },\n                {\n                    \"address\": \"0xBfDD68521f60f86E03Dc4200B22AdF749A575735\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.487035,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0532405268615193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0532405268615193\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000019287282560446\n                },\n                {\n                    \"address\": \"0xb37Ed1D66fB5ac015d89b85B20F07eEa2069A2Fc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.281589,\n                    \"bonus\": 0.010030923278284053,\n                    \"roi\": {\n                        \"baseRoi\": 2.51635311657683,\n                        \"bonusRoi\": 0.03492196874255438,\n                        \"totalRoi\": 2.5512750853193844\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.00993130313844889\n                },\n                {\n                    \"address\": \"0xa647D6e56c2c6d3279a8FAfb21C83c14A0B255D1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.768639,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3010008599615685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3010008599615685\n                    },\n                    \"liquidity\": 11804.388646877369,\n                    \"skewImpact\": 0.000009989515733118\n                },\n                {\n                    \"address\": \"0x5fA3fb8E39D5D26d9Bb9171FfbCa565ec66a574e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.654029,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5289841887745039,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5289841887745039\n                    },\n                    \"liquidity\": 10107.738329615415,\n                    \"skewImpact\": 0.000013773626728353\n                },\n                {\n                    \"address\": \"0xC0b667fD44540ae063c4c6e4dCF3912bBa2Bd611\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.755484,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32365476965759693,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32365476965759693\n                    },\n                    \"liquidity\": 14129.802244924764,\n                    \"skewImpact\": 0.000010423891773549\n                },\n                {\n                    \"address\": \"0xB0f03C63ef376D69697F2d3373bD556E01272740\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.426073,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.347015652247385,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.347015652247385\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000021300067286317\n                },\n                {\n                    \"address\": \"0xa90680746Dc4E893c898A626d9741951DAfbA37f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.272762,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.666199837220727,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.666199837220727\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000026362076811841\n                },\n                {\n                    \"address\": \"0x962EeFE446F1B3157DCAbCd8BCF06Aa59462b599\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.614061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6285027057572456,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6285027057572456\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.00001509324518452\n                },\n                {\n                    \"address\": \"0x8cB08c79E97d2e47fB84bC09EDcEd0F0f5e39666\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.691513,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44610441163072845,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44610441163072845\n                    },\n                    \"liquidity\": 10107.738329615415,\n                    \"skewImpact\": 0.000012536019400097\n                },\n                {\n                    \"address\": \"0x87DFA0402ec298A5eCA74e257C3B5936b5af72ae\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.223186,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.480567777548771,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.480567777548771\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000027998916599104\n                },\n                {\n                    \"address\": \"0x6d45227f93891424b3d95Ff8175bf74c536a6c0e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.524519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.906508629811313,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.906508629811313\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.00001804967523219\n                },\n                {\n                    \"address\": \"0x6776dE363d59b2ab7D485F992B7E2f9325098F10\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.844674,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1838886955204019,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1838886955204019\n                    },\n                    \"liquidity\": 14659.999828711812,\n                    \"skewImpact\": 0.000007479097878405\n                },\n                {\n                    \"address\": \"0x40eD6C3AFaAcBe3C8194FC6382cD1C37925506ba\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.319073,\n                    \"bonus\": 0.01003218584040619,\n                    \"roi\": {\n                        \"baseRoi\": 2.10325582032516,\n                        \"bonusRoi\": 0.0308232148799501,\n                        \"totalRoi\": 2.13407903520511\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.009932540745777147\n                },\n                {\n                    \"address\": \"0x0bCbb4AEB2508168e30E05501CC666a5903A3861\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.806123,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2405054811734685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2405054811734685\n                    },\n                    \"liquidity\": 14659.999828711812,\n                    \"skewImpact\": 0.000008751908404862\n                },\n                {\n                    \"address\": \"0xe379D1602954e890763524Ab8275DEc03637D40A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.647363,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5447283826848306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5447283826848306\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.000013993700734557\n                },\n                {\n                    \"address\": \"0xe247887c8A1401f43B1C770C3AC8c0ED554819ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.877976,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1389832979489189,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1389832979489189\n                    },\n                    \"liquidity\": 18673.357953655097,\n                    \"skewImpact\": 0.000006379553428442\n                },\n                {\n                    \"address\": \"0xd128612BC15F4765b75d501B7Ab5697ff591Ac59\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.724815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37966239661154916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37966239661154916\n                    },\n                    \"liquidity\": 10107.738329615415,\n                    \"skewImpact\": 0.000011436474950134\n                },\n                {\n                    \"address\": \"0xaf65A9c9d93D10c82841FDd4b17fF87C5A254624\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.557821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7926897696572914,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7926897696572914\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000016950130782227\n                },\n                {\n                    \"address\": \"0xA7ec19049724171BCf95427f58b1C7E2D8cDC3c0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.306064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2672905013330547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2672905013330547\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000025262532361878\n                },\n                {\n                    \"address\": \"0xA02d210d45c2082668c4C251c6ccEA2a3E81116F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.788786,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.26777097970805774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.26777097970805774\n                    },\n                    \"liquidity\": 14129.802244924764,\n                    \"skewImpact\": 0.000009324347323586\n                },\n                {\n                    \"address\": \"0x7Edb3A96b042FFaD611cFE510fad04B08Fa0b383\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.256488,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8988178784192633,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8988178784192633\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000026899372149141\n                },\n                {\n                    \"address\": \"0x76F1b92490Aa8766bED03847BA5BC1919abAa49B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.352375,\n                    \"bonus\": 0.01003330755843381,\n                    \"roi\": {\n                        \"baseRoi\": 1.8099725188696778,\n                        \"bonusRoi\": 0.02791325622787455,\n                        \"totalRoi\": 1.8378857750975524\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.00993364029022711\n                },\n                {\n                    \"address\": \"0x6A1BDBe4FB095F4BcA19015A9C3Bd606E94f3816\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.839425,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19129165798016504,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19129165798016504\n                    },\n                    \"liquidity\": 18673.357953655097,\n                    \"skewImpact\": 0.000007652363954899\n                },\n                {\n                    \"address\": \"0x4E3755E9dd8F27C30a1e07D67375a3Fdd05d09eF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.459375,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.17687074829932,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.17687074829932\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000020200522836354\n                },\n                {\n                    \"address\": \"0x3F20A42b6136f8dC71fbc2C73b140A183690D75b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.208982,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7851011091864373,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7851011091864373\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000028467874473369\n                },\n                {\n                    \"address\": \"0x0aD1a71F6B189EC47b151Ced96a771F4043fdAc4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.163114,\n                    \"bonus\": 0.004274195333218603,\n                    \"roi\": {\n                        \"baseRoi\": 5.104699979577897,\n                        \"bonusRoi\": 0.025981629603411882,\n                        \"totalRoi\": 5.130681609181309\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.004256004339333266\n                },\n                {\n                    \"address\": \"0xFDb1dDC3f5df3e1E385f2F234dE47da3af96F1a4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.285454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.503191407372116,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.503191407372116\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000025943051687879\n                },\n                {\n                    \"address\": \"0xF4F100419C92Aec3CeE615a69440B9b4FF825b1F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.381341,\n                    \"bonus\": 0.010034283166222211,\n                    \"roi\": {\n                        \"baseRoi\": 1.5965294283521014,\n                        \"bonusRoi\": 0.02579547245845948,\n                        \"totalRoi\": 1.622324900810561\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.009934596610688372\n                },\n                {\n                    \"address\": \"0xd28382479451973828BB8f2D1abcC0483792853C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.237948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2025988871518147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2025988871518147\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000027511554012107\n                },\n                {\n                    \"address\": \"0xAcF3F4b70523e2AdCe9D2CC9e3506fAFc34aE8E3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.817752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22286463377649943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22286463377649943\n                    },\n                    \"liquidity\": 14129.802244924764,\n                    \"skewImpact\": 0.000008368026862324\n                },\n                {\n                    \"address\": \"0x9887F73510f747015CBaA30f8EE49DF264466c5f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.75378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3266470322905888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3266470322905888\n                    },\n                    \"liquidity\": 10107.738329615415,\n                    \"skewImpact\": 0.000010480154488872\n                },\n                {\n                    \"address\": \"0x688c665F9E17F6517b5C4C88166F1bCAA5763F01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.586786,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7041988050157978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7041988050157978\n                    },\n                    \"liquidity\": 5798.79867793426,\n                    \"skewImpact\": 0.000015993810320965\n                },\n                {\n                    \"address\": \"0x6558936097e4bc1229756ed101012C013E40bfE1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.86839,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1515563283778026,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1515563283778026\n                    },\n                    \"liquidity\": 20627.365965600686,\n                    \"skewImpact\": 0.000006696043493637\n                },\n                {\n                    \"address\": \"0x5Fde891D8bC075365410a8d86FeAAAfFFbbC213d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.151879,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.584188729185734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.584188729185734\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000030353402760518\n                },\n                {\n                    \"address\": \"0x55AE3fcfb1Fb7800a45dd95624D2a22bA812F8E7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.488341,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0477494209988512,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0477494209988512\n                    },\n                    \"liquidity\": 4634.1764358990595,\n                    \"skewImpact\": 0.000019244202375092\n                },\n                {\n                    \"address\": \"0x28aDf79d666D6B68f41F2529dea441ceD42F63b7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.676328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47857252693959135,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47857252693959135\n                    },\n                    \"liquidity\": 7517.076298729052,\n                    \"skewImpact\": 0.000013037380273295\n                },\n                {\n                    \"address\": \"0x221CDbf0B8B59dd08d23a38fe875D092143c28E4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.33503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9848073306868044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9848073306868044\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000024306211900616\n                },\n                {\n                    \"address\": \"0x1d157Ccd59eCC90C17Fd1D7869D11d28eFC1618b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.19208,\n                    \"bonus\": 0.004275159847077871,\n                    \"roi\": {\n                        \"baseRoi\": 4.184095607235762,\n                        \"bonusRoi\": 0.02206849105661579,\n                        \"totalRoi\": 4.206164098292378\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.004256960659794528\n                },\n                {\n                    \"address\": \"0xf1977C58f25E869a6aba0b3C86dD81f3013fef00\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.359665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7803650619326317,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7803650619326317\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000023492834156607\n                },\n                {\n                    \"address\": \"0xEBa4F16d8F95Da719c21F89012799Ab48f4E1930\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.405976,\n                    \"bonus\": 0.01003511294986956,\n                    \"roi\": {\n                        \"baseRoi\": 1.438967651495644,\n                        \"bonusRoi\": 0.024232143566133013,\n                        \"totalRoi\": 1.463199795061777\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.00993540998843238\n                },\n                {\n                    \"address\": \"0xCA752EFCee2F46B66105CbC0eF7d661df4458b75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.139031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.192640490250376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.192640490250376\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000030777632344765\n                },\n                {\n                    \"address\": \"0x5cefb6A803B4CfE6e0d2Eb2662c450195fb8F704\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.310089,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2248805987958296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2248805987958296\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.00002512967394387\n                },\n                {\n                    \"address\": \"0x55cB99F85C7D6b777237bC884983b201840B8EF6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.262584,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.80830515187521,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.80830515187521\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000026698176268098\n                },\n                {\n                    \"address\": \"0x38cE9697f606B577bA47567F196b1A5fF1A6C4d5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.176515,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.665240914369884,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.665240914369884\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000029540025016509\n                },\n                {\n                    \"address\": \"0x0483C6869F95F1D3221dE097643fD219e235F0e3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.216716,\n                    \"bonus\": 0.004275980194997828,\n                    \"roi\": {\n                        \"baseRoi\": 3.5947704726084773,\n                        \"bonusRoi\": 0.019563494426721117,\n                        \"totalRoi\": 3.6143339670351984\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.004257774037538537\n                },\n                {\n                    \"address\": \"0xddc623ecEe9C793ccf61De655Ea87C1d6425F9EA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.380131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6306720577906038,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6306720577906038\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000022817082106908\n                },\n                {\n                    \"address\": \"0xcB4bcc26C48E8edfd627d0D4Aef4Bf29214c3b72\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.126195,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.92424422520702,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.92424422520702\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000031201424745029\n                },\n                {\n                    \"address\": \"0xa01fd89D26be6F4cc18fc2330683d4C5af17dA85\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.159497,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.269710402076528,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.269710402076528\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000030101880295066\n                },\n                {\n                    \"address\": \"0x731868025d019A88d755AEc82C4c97D123fb9495\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.28305,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5329447094152973,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5329447094152973\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000026022424218399\n                },\n                {\n                    \"address\": \"0x57adb5499D1610d45BA43256B82DfD577f043A78\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.426442,\n                    \"bonus\": 0.010035802332936668,\n                    \"roi\": {\n                        \"baseRoi\": 1.3219140440253065,\n                        \"bonusRoi\": 0.023070737023464627,\n                        \"totalRoi\": 1.3449847810487712\n                    },\n                    \"liquidity\": 3972.9262561142077,\n                    \"skewImpact\": -0.00993608574048208\n                },\n                {\n                    \"address\": \"0x3Dd98f9F49bBF5123C8A0B63b94AD41737f98854\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.196981,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.076631756362289,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.076631756362289\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.00002886427296681\n                },\n                {\n                    \"address\": \"0x376d51ef64C1F5Dd580E1cCD3B19289162Ddf0C4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.237182,\n                    \"bonus\": 0.004276661738870268,\n                    \"roi\": {\n                        \"baseRoi\": 3.1982933262561026,\n                        \"bonusRoi\": 0.017878221331825372,\n                        \"totalRoi\": 3.216171547587928\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.004258449789588236\n                },\n                {\n                    \"address\": \"0x206dcb935f17DcD87544F9cd1aeA0f4cd9D1DB36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.330555,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0252151684288546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0252151684288546\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000024453921894171\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x27edf5349dC75b26B5d59e95b353f8CC4a9633f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.973677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.027034632634847063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.027034632634847063\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000018295834447571\n                },\n                {\n                    \"address\": \"0xF01268C8183F15b479262618e24AFc87381bef1B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.948747,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05402177819798112,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05402177819798112\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000018715492997617\n                },\n                {\n                    \"address\": \"0x568b0525b98c4779a1Ac4Ab39FA9D10f1C0eA8F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.910948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0977575009770042,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0977575009770042\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000019351898260845\n                },\n                {\n                    \"address\": \"0xF8c939658b8D2797B81825E22eE0820471628FC7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.8728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14573785517873508,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14573785517873508\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000019994105889828\n                },\n                {\n                    \"address\": \"0xE18cA922aA7E4CBE28D02A119E115704aaA1C787\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.835001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19760335616364533,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19760335616364533\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000020630511153057\n                },\n                {\n                    \"address\": \"0x60257eA18b4b30838b0B2Bdf2663bFfeC26265E1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.922454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08406489646096174,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08406489646096174\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000019158114205485\n                },\n                {\n                    \"address\": \"0xbB8Ed4BD39e89eA7EA34d71E27bC5651925b559B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.747199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3383315555829171,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3383315555829171\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000022108726176892\n                },\n                {\n                    \"address\": \"0xaDc7C33283f53e9C73b2e555E3921F3990C4EE77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.897377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1143588480649716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1143588480649716\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000019580265416046\n                },\n                {\n                    \"address\": \"0x40703c45f93186EA04887be06A74cc3d8B48D1ae\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.834651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19810555549565023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19810555549565023\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.00002063632922932\n                },\n                {\n                    \"address\": \"0x2Cd1615773047cDAaE0F2Dee5933B69D767AC456\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.784998,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27388859589451187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27388859589451187\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000021472320913663\n                },\n                {\n                    \"address\": \"0xbA03B2067a487353cb43F4360d2d023aAaB59EA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.650667,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5368844585632897,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5368844585632897\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000023733922203955\n                },\n                {\n                    \"address\": \"0x8aB9057caB2f6a9A5eFCa6d6B5846b1e877d1D5e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.688466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4525045536017755,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4525045536017755\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000023097516940727\n                },\n                {\n                    \"address\": \"0x700b64b42AcFf90c945556f58347a7F0F37616E9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.87679,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14052395670571066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14052395670571066\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000019926848550898\n                },\n                {\n                    \"address\": \"0x4aa9A140B66FDb0feE6711B53EF97248058890e8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.800846,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24867952140611313,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24867952140611313\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000021205461443109\n                },\n                {\n                    \"address\": \"0x34f218a85e892A2135EEAc63B27dd5503F005A8D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.73812,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35479325854874544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35479325854874544\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000022261525256383\n                },\n                {\n                    \"address\": \"0xeE36D5603e8C758D7803382f32B14A72Eb31239B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.545743,\n                    \"bonus\": 0.004977842667348798,\n                    \"roi\": {\n                        \"baseRoi\": 0.8233330095836642,\n                        \"bonusRoi\": 0.009031308419498507,\n                        \"totalRoi\": 0.8323643180031627\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": -0.004953186484327776\n                },\n                {\n                    \"address\": \"0xD54ebB2f694d2652b48dCEAa9ABbf637166286b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.633196,\n                    \"bonus\": 0.004979329761701963,\n                    \"roi\": {\n                        \"baseRoi\": 0.5715035608766622,\n                        \"bonusRoi\": 0.0077862640748536105,\n                        \"totalRoi\": 0.5792898249515158\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": -0.004954658881275348\n                },\n                {\n                    \"address\": \"0xB7e74C312619dF00672c5f8A550209a11c9589F9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.771866,\n                    \"bonus\": 0.004981687752075746,\n                    \"roi\": {\n                        \"baseRoi\": 0.28917125126092735,\n                        \"bonusRoi\": 0.006390413587634369,\n                        \"totalRoi\": 0.2955616648485617\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": -0.004956993557980834\n                },\n                {\n                    \"address\": \"0x8CF5aFdaF433623724cdcE1aBD2DdcAF75974974\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.859666,\n                    \"bonus\": 0.004983180734014058,\n                    \"roi\": {\n                        \"baseRoi\": 0.1575030225222927,\n                        \"bonusRoi\": 0.005739446064344372,\n                        \"totalRoi\": 0.16324246858663707\n                    },\n                    \"liquidity\": 3620.886146958735,\n                    \"skewImpact\": -0.004958471773004669\n                },\n                {\n                    \"address\": \"0x867083662344BFc8a3479458C8A84ea6495e668a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.695922,\n                    \"bonus\": 0.004980396369810959,\n                    \"roi\": {\n                        \"baseRoi\": 0.42985668373431546,\n                        \"bonusRoi\": 0.0070859621369171455,\n                        \"totalRoi\": 0.4369426458712326\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": -0.004955714945088622\n                },\n                {\n                    \"address\": \"0x84cE0cA443eB253c8Da13Ca71e6BB2BfC0250D43\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.583542,\n                    \"bonus\": 0.004978485424643097,\n                    \"roi\": {\n                        \"baseRoi\": 0.705225324830583,\n                        \"bonusRoi\": 0.008447384246055845,\n                        \"totalRoi\": 0.7136727090766388\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": -0.004953822889591005\n                },\n                {\n                    \"address\": \"0xE9891fe9177c7B79C97640F3aA0d0a706ab4Abc7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.650512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5372506579432816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5372506579432816\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000023736466205871\n                },\n                {\n                    \"address\": \"0xe465d72BFE1Ada37bcc7B6AcD1Dd54909B905bF0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.726456,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3765458610019052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3765458610019052\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.00002245785331366\n                },\n                {\n                    \"address\": \"0x9E9552163dA023A05ace6c971Cf9Ee12E8545084\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.500333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9986688865215765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9986688865215765\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000026264926966717\n                },\n                {\n                    \"address\": \"0x9230748EcB48b903812BA738DE9AD1D2c5Cb30C8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.538133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8582766713804952,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8582766713804952\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000025628521703489\n                },\n                {\n                    \"address\": \"0x2796380c7a5126EC2D962754589688Cc670466a3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.814256,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2281149908628245,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2281149908628245\n                    },\n                    \"liquidity\": 3530.0571503118063,\n                    \"skewImpact\": 0.000020979638289825\n                },\n                {\n                    \"address\": \"0x2251E7015AdB4A89E6F106824D609C5A609b017c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.587786,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7012994525218361,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7012994525218361\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000024792530019145\n                },\n                {\n                    \"address\": \"0xdCCc58eAfd238B3a3Da701DD76FDAcDD5026a167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.765646,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3060866248893091,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3060866248893091\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000021798058183456\n                },\n                {\n                    \"address\": \"0xCbAaa9f2fa61fbA9993d53A25c1C840b9D1022E9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.677846,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4752613425468323,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4752613425468323\n                    },\n                    \"liquidity\": 3168.6224682877482,\n                    \"skewImpact\": 0.000023276273207291\n                },\n                {\n                    \"address\": \"0xA5194D62D4e302a1C21AA5D2B3B823cDFEA84d0c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.862178,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1598533017543941,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1598533017543941\n                    },\n                    \"liquidity\": 3277.548763131438,\n                    \"skewImpact\": 0.000020172862156393\n                },\n                {\n                    \"address\": \"0x94a9c2F700708037C5eA339E0655a3E476948170\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.451723,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2137460346274156,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2137460346274156\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000027083346860349\n                },\n                {\n                    \"address\": \"0x8e25046d203cE08cCe89aa23F20bF94816eC6ab5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.539176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8546819591376471,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8546819591376471\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000025610949912777\n                },\n                {\n                    \"address\": \"0x3a68441130034c7dec8Ef3C999c08672e9f99765\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.601902,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6614000285760804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6614000285760804\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000024554886099503\n                },\n                {\n                    \"address\": \"0x152F9e065B57b37fd2ce7198CEA0858eE57dCc99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.489522,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0428091076601256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0428091076601256\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.00002644694159712\n                },\n                {\n                    \"address\": \"0xe723Cf5d07fA065d40c508A16eFAC64C97764913\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.405141,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4682764765846954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4682764765846954\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000027867598022463\n                },\n                {\n                    \"address\": \"0xce3b794e1d5F9952Ecd7e5fe93652748f9072884\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.719064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39069679472202745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39069679472202745\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.00002258230934557\n                },\n                {\n                    \"address\": \"0xB9B14b49A131d4685e6197dF810cB77D4dACe099\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.55532,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8007635237340631,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8007635237340631\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": 0.000025339137261617\n                },\n                {\n                    \"address\": \"0xA18d6B6EfcF75B5785c7D36dFAb62Abd7804842a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.492594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0300693877716742,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0300693877716742\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000026395201074891\n                },\n                {\n                    \"address\": \"0x7105b19CB3C144f1F35800010d40cDb664adFEc3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.815596,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22609723441507806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22609723441507806\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000020957113318507\n                },\n                {\n                    \"address\": \"0x12c21e685922D8c8E7B53eF6228E2429d735D1e7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.44294,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.257642118571364,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.257642118571364\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000027231192759234\n                },\n                {\n                    \"address\": \"0x0deBF599eD9466f070BB8845D7AbCe3711Df40d5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.631264,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5841232828103613,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5841232828103613\n                    },\n                    \"liquidity\": 3067.3018711138216,\n                    \"skewImpact\": 0.000024060524369405\n                },\n                {\n                    \"address\": \"0xd70E0305F437Eba9BaC050c67a763B8172d3016d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.770609,\n                    \"bonus\": 0.0021257883838282313,\n                    \"roi\": {\n                        \"baseRoi\": 0.2949280521065886,\n                        \"bonusRoi\": 0.002746903675137302,\n                        \"totalRoi\": 0.2976749557817259\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.00212127899358481\n                },\n                {\n                    \"address\": \"0x9569035888565072bdE93C47F4B1255db9D86933\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.674078,\n                    \"bonus\": 0.0021241562734694124,\n                    \"roi\": {\n                        \"baseRoi\": 0.4803699714741419,\n                        \"bonusRoi\": 0.0031378718318257337,\n                        \"totalRoi\": 0.48350784330596763\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.002119653797557747\n                },\n                {\n                    \"address\": \"0x664Bdf26C0F252885668dF464B421Fc9ebfC93cC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.875298,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1424680508809571,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1424680508809571\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": 0.002846280182563659\n                },\n                {\n                    \"address\": \"0x543C7BE69864a3A8Ca5EF0233A79b2b7F8F78360\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.447607,\n                    \"bonus\": 0.0021203271808113264,\n                    \"roi\": {\n                        \"baseRoi\": 1.229385658456525,\n                        \"bonusRoi\": 0.004717025371029138,\n                        \"totalRoi\": 1.2341026838275542\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": -0.002115840905828426\n                },\n                {\n                    \"address\": \"0x281024f89D670F62BF37cF4FB32D68DA4Ffbe772\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.586277,\n                    \"bonus\": 0.0021226717740554504,\n                    \"roi\": {\n                        \"baseRoi\": 0.7020730842277658,\n                        \"bonusRoi\": 0.0036052896466994833,\n                        \"totalRoi\": 0.7056783738744653\n                    },\n                    \"liquidity\": 3006.077723439315,\n                    \"skewImpact\": -0.002118175582533912\n                },\n                {\n                    \"address\": \"0x2756C8848A6402CEd73E2DA023eC33E8aC48FFc6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.397954,\n                    \"bonus\": 0.0021194876409200967,\n                    \"roi\": {\n                        \"baseRoi\": 1.50754976427093,\n                        \"bonusRoi\": 0.005303480073894251,\n                        \"totalRoi\": 1.5128532443448242\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": -0.002115004914144083\n                },\n                {\n                    \"address\": \"0x1FE4d353214234A7BB53589F4c48c3929d6e9c2A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.510333,\n                    \"bonus\": 0.0021213877288964356,\n                    \"roi\": {\n                        \"baseRoi\": 0.9553655648700498,\n                        \"bonusRoi\": 0.004139307438815076,\n                        \"totalRoi\": 0.9595048723088648\n                    },\n                    \"liquidity\": 2859.668357129848,\n                    \"skewImpact\": -0.0021168969696417\n                },\n                {\n                    \"address\": \"0x18357e72Cbd8aFe11519EB3099894EdE91f1Ddeb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.360154,\n                    \"bonus\": 0.002118848535499402,\n                    \"roi\": {\n                        \"baseRoi\": 1.7707316664894883,\n                        \"bonusRoi\": 0.005858347782184525,\n                        \"totalRoi\": 1.7765900142716728\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": -0.002114368508880854\n                },\n                {\n                    \"address\": \"0xF3d27b87bBEc19d72C4f86e52F2B5997dCc529F6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.320744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1177512283939843,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1177512283939843\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000029288522396668\n                },\n                {\n                    \"address\": \"0xED0CCEdBCDAA7bce5064D4786eB3b62313Fc3A0A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.881534,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13438619497376159,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13438619497376159\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.00001984703292995\n                },\n                {\n                    \"address\": \"0xd639D5547647A5025E87281973896aA14caa5Db0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.731199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3676167500229075,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3676167500229075\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000022378037692712\n                },\n                {\n                    \"address\": \"0xc3afE0db2562aA8B5653f8C9b76Ac12cEB8Ca663\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.408197,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4497975242346224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4497975242346224\n                    },\n                    \"liquidity\": 2646.5346458605673,\n                    \"skewImpact\": 0.000027816125449096\n                },\n                {\n                    \"address\": \"0xc1157F626b761Acbf70078e45DCd97b53Ba6317C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.546867,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8285981783504948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8285981783504948\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000025481448743611\n                },\n                {\n                    \"address\": \"0xBfDD68521f60f86E03Dc4200B22AdF749A575735\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.634667,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5756294245643779,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5756294245643779\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000024003233719776\n                },\n                {\n                    \"address\": \"0xb37Ed1D66fB5ac015d89b85B20F07eEa2069A2Fc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.835888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19633252301743778,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19633252301743778\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.004989937213841182\n                },\n                {\n                    \"address\": \"0xa647D6e56c2c6d3279a8FAfb21C83c14A0B255D1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.358543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7890657466468456,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7890657466468456\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.00002865211713344\n                },\n                {\n                    \"address\": \"0x5fA3fb8E39D5D26d9Bb9171FfbCa565ec66a574e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.470923,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1234894027261357,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1234894027261357\n                    },\n                    \"liquidity\": 2747.9265618809027,\n                    \"skewImpact\": 0.000026760061635822\n                },\n                {\n                    \"address\": \"0xC0b667fD44540ae063c4c6e4dCF3912bBa2Bd611\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.371443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6922031105714739,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6922031105714739\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000028434929113224\n                },\n                {\n                    \"address\": \"0xB0f03C63ef376D69697F2d3373bD556E01272740\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.694445,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43999884800092165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43999884800092165\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.00002299684135684\n                },\n                {\n                    \"address\": \"0xa90680746Dc4E893c898A626d9741951DAfbA37f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.84478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1837401453632899,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1837401453632899\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000020465836594078\n                },\n                {\n                    \"address\": \"0x962EeFE446F1B3157DCAbCd8BCF06Aa59462b599\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.510113,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9603499616751581,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9603499616751581\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000026100252407739\n                },\n                {\n                    \"address\": \"0x8cB08c79E97d2e47fB84bC09EDcEd0F0f5e39666\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.434169,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3032505775400822,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3032505775400822\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.00002737886529995\n                },\n                {\n                    \"address\": \"0x87DFA0402ec298A5eCA74e257C3B5936b5af72ae\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.893392,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11932947687017574,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11932947687017574\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000019647416700447\n                },\n                {\n                    \"address\": \"0x6d45227f93891424b3d95Ff8175bf74c536a6c0e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.597913,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6724841239444533,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6724841239444533\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.000024622037383904\n                },\n                {\n                    \"address\": \"0x6776dE363d59b2ab7D485F992B7E2f9325098F10\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.28399,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5212507482657838,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5212507482657838\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000029907326060796\n                },\n                {\n                    \"address\": \"0x40eD6C3AFaAcBe3C8194FC6382cD1C37925506ba\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.799134,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2513545913451311,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2513545913451311\n                    },\n                    \"liquidity\": 2628.7276412619126,\n                    \"skewImpact\": 0.00499055601750531\n                },\n                {\n                    \"address\": \"0x0bCbb4AEB2508168e30E05501CC666a5903A3861\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.32179,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1076167687000837,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1076167687000837\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000029270920797568\n                },\n                {\n                    \"address\": \"0xe379D1602954e890763524Ab8275DEc03637D40A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.477459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0944206727698083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0944206727698083\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.00002665002463272\n                },\n                {\n                    \"address\": \"0xe247887c8A1401f43B1C770C3AC8c0ED554819ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.251336,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.978737626125983,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.978737626125983\n                    },\n                    \"liquidity\": 2397.411640683497,\n                    \"skewImpact\": 0.000030457098285778\n                },\n                {\n                    \"address\": \"0xd128612BC15F4765b75d501B7Ab5697ff591Ac59\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.401515,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4905669775724442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4905669775724442\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000027928637524932\n                },\n                {\n                    \"address\": \"0xaf65A9c9d93D10c82841FDd4b17fF87C5A254624\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.565259,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7691005362143727,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7691005362143727\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000025171809608885\n                },\n                {\n                    \"address\": \"0xA7ec19049724171BCf95427f58b1C7E2D8cDC3c0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.812125,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23133754040326307,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23133754040326307\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.00002101560881906\n                },\n                {\n                    \"address\": \"0xA02d210d45c2082668c4C251c6ccEA2a3E81116F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.338789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9516896947657687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9516896947657687\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000028984701338206\n                },\n                {\n                    \"address\": \"0x7Edb3A96b042FFaD611cFE510fad04B08Fa0b383\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.860738,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16179371655486338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16179371655486338\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000020197188925428\n                },\n                {\n                    \"address\": \"0x76F1b92490Aa8766bED03847BA5BC1919abAa49B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.766479,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3046671859242066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3046671859242066\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.004991105789730291\n                },\n                {\n                    \"address\": \"0x6A1BDBe4FB095F4BcA19015A9C3Bd606E94f3816\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.289135,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.458592007193872,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.458592007193872\n                    },\n                    \"liquidity\": 2499.089626988131,\n                    \"skewImpact\": 0.000029820693022549\n                },\n                {\n                    \"address\": \"0x4E3755E9dd8F27C30a1e07D67375a3Fdd05d09eF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.661791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.511051072015183,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.511051072015183\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000023546613581822\n                },\n                {\n                    \"address\": \"0x3F20A42b6136f8dC71fbc2C73b140A183690D75b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.90732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10214698232156239,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10214698232156239\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.000019412937763314\n                },\n                {\n                    \"address\": \"0x0aD1a71F6B189EC47b151Ced96a771F4043fdAc4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.952175,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.050227111612886295,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.050227111612886295\n                    },\n                    \"liquidity\": 2531.1792696346433,\n                    \"skewImpact\": 0.002148915554936761\n                },\n                {\n                    \"address\": \"0xFDb1dDC3f5df3e1E385f2F234dE47da3af96F1a4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.832337,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2014364374045609,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2014364374045609\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000020675349156059\n                },\n                {\n                    \"address\": \"0xF4F100419C92Aec3CeE615a69440B9b4FF825b1F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.738079,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35486851678478853,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35486851678478853\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.004991583949960922\n                },\n                {\n                    \"address\": \"0xd28382479451973828BB8f2D1abcC0483792853C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.87892,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13775997815500837,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13775997815500837\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000019891097993945\n                },\n                {\n                    \"address\": \"0xAcF3F4b70523e2AdCe9D2CC9e3506fAFc34aE8E3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.310389,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2217636578615862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2217636578615862\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000029462861568837\n                },\n                {\n                    \"address\": \"0x9887F73510f747015CBaA30f8EE49DF264466c5f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.373115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6801388311914558,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6801388311914558\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000028406797755563\n                },\n                {\n                    \"address\": \"0x688c665F9E17F6517b5C4C88166F1bCAA5763F01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.536859,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8626864782000488,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8626864782000488\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000025649969839516\n                },\n                {\n                    \"address\": \"0x6558936097e4bc1229756ed101012C013E40bfE1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.260735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8353117149596336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8353117149596336\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.00003029885325318\n                },\n                {\n                    \"address\": \"0x5Fde891D8bC075365410a8d86FeAAAfFFbbC213d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.963319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.038077729184205815,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.038077729184205815\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.00001847017361974\n                },\n                {\n                    \"address\": \"0x55AE3fcfb1Fb7800a45dd95624D2a22bA812F8E7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.633391,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5788036141972335,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5788036141972335\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000024024773812453\n                },\n                {\n                    \"address\": \"0x28aDf79d666D6B68f41F2529dea441ceD42F63b7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.449059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2268788733774405,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2268788733774405\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000027128184863351\n                },\n                {\n                    \"address\": \"0x221CDbf0B8B59dd08d23a38fe875D092143c28E4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.783725,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27595776579795206,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27595776579795206\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.000021493769049691\n                },\n                {\n                    \"address\": \"0x1d157Ccd59eCC90C17Fd1D7869D11d28eFC1618b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.923775,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08251468160536926,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08251468160536926\n                    },\n                    \"liquidity\": 2452.0398937033797,\n                    \"skewImpact\": 0.002149393715167392\n                },\n                {\n                    \"address\": \"0xf1977C58f25E869a6aba0b3C86dD81f3013fef00\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.759806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3161254320181731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3161254320181731\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006200380024375\n                },\n                {\n                    \"address\": \"0xEBa4F16d8F95Da719c21F89012799Ab48f4E1930\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.71416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4002464433740338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4002464433740338\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.004976290560935607\n                },\n                {\n                    \"address\": \"0xCA752EFCee2F46B66105CbC0eF7d661df4458b75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x5cefb6A803B4CfE6e0d2Eb2662c450195fb8F704\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.808419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23698230744205664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23698230744205664\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005381960130744\n                },\n                {\n                    \"address\": \"0x55cB99F85C7D6b777237bC884983b201840B8EF6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                },\n                {\n                    \"address\": \"0x38cE9697f606B577bA47567F196b1A5fF1A6C4d5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x0483C6869F95F1D3221dE097643fD219e235F0e3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0xddc623ecEe9C793ccf61De655Ea87C1d6425F9EA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.759806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3161254320181731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3161254320181731\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006200380024375\n                },\n                {\n                    \"address\": \"0xa01fd89D26be6F4cc18fc2330683d4C5af17dA85\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x731868025d019A88d755AEc82C4c97D123fb9495\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                },\n                {\n                    \"address\": \"0x57adb5499D1610d45BA43256B82DfD577f043A78\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.71416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4002464433740338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4002464433740338\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.004976290560935607\n                },\n                {\n                    \"address\": \"0x3Dd98f9F49bBF5123C8A0B63b94AD41737f98854\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x376d51ef64C1F5Dd580E1cCD3B19289162Ddf0C4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0x206dcb935f17DcD87544F9cd1aeA0f4cd9D1DB36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.808419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23698230744205664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23698230744205664\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005381960130744\n                },\n                {\n                    \"address\": \"0xfD20030680d4b83cDF9777e27b969CB544C8500c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.808419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23698230744205664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23698230744205664\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005381960130744\n                },\n                {\n                    \"address\": \"0x90b1e3c882aD4eAf91135d9ff8462D6c248dAf7b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x772A226A3BfD35354Da5654DF37211bEDe359220\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                },\n                {\n                    \"address\": \"0x76d7b27128f79E2Daf8cE8eC1EB6BEdB624C1452\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.759806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3161254320181731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3161254320181731\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006200380024375\n                },\n                {\n                    \"address\": \"0x5dc214dEdd0980DDF1d82e24e346412c272bAb4b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.71416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4002464433740338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4002464433740338\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.004976290560935607\n                },\n                {\n                    \"address\": \"0x465a3cE5f38832a3DAB4e071Fde498c56b971acA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x2029b44d18aDcAbFe82cf74BA1D31BD3AbF0e0BB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0xfCD058E17ff865Dc4CA9bcEc31b2B89b41Ed0046\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.808419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23698230744205664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23698230744205664\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005381960130744\n                },\n                {\n                    \"address\": \"0xEF1c6D26Acb972F12B58c0C86721DE7934b90B4e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x9EF32024b38Af41b833DCfA8E049Fe53Ab2E032A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.71416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4002464433740338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4002464433740338\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.004976290560935607\n                },\n                {\n                    \"address\": \"0x8E0dC9853d5046a503227634E43738423FE4A539\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.759806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3161254320181731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3161254320181731\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006200380024375\n                },\n                {\n                    \"address\": \"0x5Bdfbd38b94Dfb2B498Dd2340C1223C1C5dD3a79\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                },\n                {\n                    \"address\": \"0x58ec2010a74d7A0e4ff1B6413Ee80b6Aa2a6c028\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x3023b8F58377199BF7C995e5f882af2eaD178EB9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0xCA2032E0f2C42F0CC2bCBb8e83373CC966099074\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0x7f37EEfb2889dccD585f8e203F2E64A2e188BbCD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.808419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23698230744205664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23698230744205664\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005381960130744\n                },\n                {\n                    \"address\": \"0x7C986Ee19549139552094971668fc188cB33f0C6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x69107313a1B1FD4cf9e62f820FFDBe378897fEE7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.71416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4002464433740338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4002464433740338\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.004976290560935607\n                },\n                {\n                    \"address\": \"0x592C73feE5aEC25263059ce7B7Ab1aAADB7d5848\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.759806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3161254320181731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3161254320181731\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006200380024375\n                },\n                {\n                    \"address\": \"0x1c15c3c6623b51e4dDe424c4A99ADA5605995bDD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x05F6651822E66fe5396a45B00B94f737E87Ab7a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                },\n                {\n                    \"address\": \"0xef7970fe78fA30350aDaBB900083d69c5Fb99EeD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.899856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11128891733788518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11128891733788518\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.002134100326142076\n                },\n                {\n                    \"address\": \"0xe75CA29A2beeC3188ecc848ce66931e014Fa4ee3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.939401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06450812805181169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06450812805181169\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003176784594424\n                },\n                {\n                    \"address\": \"0x82b8606C73Ade00b747BcB0953B98e09964f631F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.976156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.024426423645400916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.024426423645400916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002557980930296\n                },\n                {\n                    \"address\": \"0x691fCB8458bB6AE5D17e8ABeCf9b4449c5763a2c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.855001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1695892753341809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1695892753341809\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000459770896863\n                }\n            ]\n        },\n        \"2023-11-14T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x070bAFcce5A2Fc537d28b14Ea1905007a5a1Cdb5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xE6fA811e17b7ac468F5cd6565D2C83e6fBbdEE08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.125299,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.980909664083512,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.980909664083512\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000030427353327803\n                },\n                {\n                    \"address\": \"0xeE32beA65AfB2bf4cFcD3E3D0d8560e0eE185ECd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.164705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.071461097113021,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.071461097113021\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000029087159181304\n                },\n                {\n                    \"address\": \"0xBecA69926C7F43162130e759AccEbaBD11F772e9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.213981,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6733121164963243,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6733121164963243\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000027411329400932\n                },\n                {\n                    \"address\": \"0xdfDa785CA4dD6f40e6CFD6931F0a61bc2fbCeb57\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.273707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6535419262203748,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6535419262203748\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000025380090169385\n                },\n                {\n                    \"address\": \"0xEe45FB8bdE0d1899e41dC60cD818197D9be26340\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.343691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9095903005897739,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9095903005897739\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000022999994349597\n                },\n                {\n                    \"address\": \"0xc8fD6DbDE70265fCed9d1831fdb915288bA96F50\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.422732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3655649442199786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3655649442199786\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000020311916966433\n                },\n                {\n                    \"address\": \"0x66D159825b3b3e9C89Dac2785002dF2eFB1E5066\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.508493,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9665954103596314,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9665954103596314\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000017395295061758\n                },\n                {\n                    \"address\": \"0xd6d095F8DC187f41A44A4742fCF2CB40cA5e8699\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.597546,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6735113279981791,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6735113279981791\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000014366750533754\n                },\n                {\n                    \"address\": \"0xcb01096e7dE3f4A57AebAcAD43FB690d00A41023\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.685745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4582680150784912,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4582680150784912\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000011367240668415\n                },\n                {\n                    \"address\": \"0x1F2233e07c060E90a118815e1366249950fE74af\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.768633,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.30101101566026955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.30101101566026955\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.000008548383335686\n                },\n                {\n                    \"address\": \"0x3DC3D7ea9D0674CBdb798729a87b7a3E914998ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.842192,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18737770009688995,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18737770009688995\n                    },\n                    \"liquidity\": 12403.280469540923,\n                    \"skewImpact\": 0.00000604678739501\n                },\n                {\n                    \"address\": \"0xFdD36260bcC56a01f050C25D1f07896af4A341B8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.903492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10681666246076339,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10681666246076339\n                    },\n                    \"liquidity\": 18929.27390105993,\n                    \"skewImpact\": 0.000003962117109827\n                },\n                {\n                    \"address\": \"0xE6D3dAe4f155BFE194E954D01e18651Cb0387E37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.951158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.051350038584546474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.051350038584546474\n                    },\n                    \"liquidity\": 32036.033236085732,\n                    \"skewImpact\": 0.000002341113815412\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x9672611178a82579F811D84f571DD7cd6E58788d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.979127,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.021317969987550166,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.021317969987550166\n                    },\n                    \"liquidity\": 53958.112799630384,\n                    \"skewImpact\": 0.000001389967070911\n                },\n                {\n                    \"address\": \"0x070bAFcce5A2Fc537d28b14Ea1905007a5a1Cdb5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.955952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04607762732856877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04607762732856877\n                    },\n                    \"liquidity\": 34433.940254918605,\n                    \"skewImpact\": 0.000002178083583951\n                },\n                {\n                    \"address\": \"0xE6fA811e17b7ac468F5cd6565D2C83e6fBbdEE08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.925328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08069787145747233,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08069787145747233\n                    },\n                    \"liquidity\": 23295.38597229789,\n                    \"skewImpact\": 0.000003219521672196\n                },\n                {\n                    \"address\": \"0xeE32beA65AfB2bf4cFcD3E3D0d8560e0eE185ECd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.88592,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12877009210763946,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12877009210763946\n                    },\n                    \"liquidity\": 16448.393492527568,\n                    \"skewImpact\": 0.000004559715818695\n                },\n                {\n                    \"address\": \"0xBecA69926C7F43162130e759AccEbaBD11F772e9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.836642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1952543620807944,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1952543620807944\n                    },\n                    \"liquidity\": 12027.816781776683,\n                    \"skewImpact\": 0.000006235545599067\n                },\n                {\n                    \"address\": \"0xdfDa785CA4dD6f40e6CFD6931F0a61bc2fbCeb57\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.776913,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28714540752954326,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28714540752954326\n                    },\n                    \"liquidity\": 9072.450963311336,\n                    \"skewImpact\": 0.000008266784830614\n                },\n                {\n                    \"address\": \"0xEe45FB8bdE0d1899e41dC60cD818197D9be26340\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.706927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4145732161878101,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4145732161878101\n                    },\n                    \"liquidity\": 7044.316778094181,\n                    \"skewImpact\": 0.000010646880650402\n                },\n                {\n                    \"address\": \"0xc8fD6DbDE70265fCed9d1831fdb915288bA96F50\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.627885,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5926483352843275,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5926483352843275\n                    },\n                    \"liquidity\": 5624.314663099167,\n                    \"skewImpact\": 0.000013334958033566\n                },\n                {\n                    \"address\": \"0x66D159825b3b3e9C89Dac2785002dF2eFB1E5066\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.542123,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8445998417333335,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8445998417333335\n                    },\n                    \"liquidity\": 4614.93591915437,\n                    \"skewImpact\": 0.000016251579938241\n                },\n                {\n                    \"address\": \"0xd6d095F8DC187f41A44A4742fCF2CB40cA5e8699\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.453071,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2071595842594207,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2071595842594207\n                    },\n                    \"liquidity\": 3890.0163809266096,\n                    \"skewImpact\": 0.000019280124466245\n                },\n                {\n                    \"address\": \"0xcb01096e7dE3f4A57AebAcAD43FB690d00A41023\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.364873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7406796337355737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7406796337355737\n                    },\n                    \"liquidity\": 3366.3030049679332,\n                    \"skewImpact\": 0.000022279634331584\n                },\n                {\n                    \"address\": \"0x1F2233e07c060E90a118815e1366249950fE74af\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.281987,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.546262770978804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.546262770978804\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.000025098491664313\n                },\n                {\n                    \"address\": \"0x3DC3D7ea9D0674CBdb798729a87b7a3E914998ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.208431,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7977508144182006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7977508144182006\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000027600087604989\n                },\n                {\n                    \"address\": \"0xFdD36260bcC56a01f050C25D1f07896af4A341B8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.147134,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.796525616105048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.796525616105048\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000029684757890172\n                },\n                {\n                    \"address\": \"0xE6D3dAe4f155BFE194E954D01e18651Cb0387E37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.09947,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.053282396702524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.053282396702524\n                    },\n                    \"liquidity\": 2395.7251688524043,\n                    \"skewImpact\": 0.000031305761184587\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x8753ec6970DD9A6Fd0f6335a45b0fA69544eb4a8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.124263,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.04744775194547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.04744775194547\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000031265242765255\n                },\n                {\n                    \"address\": \"0x2D6D1342bE577C83B6002FDf094138607FEf10F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.175019,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.713665373473737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.713665373473737\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000029589412984883\n                },\n                {\n                    \"address\": \"0x0F96607aA807F1AABeB0dBe90EEc994559eAA7Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.143476,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.969806796955589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.969806796955589\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000030630851073128\n                },\n                {\n                    \"address\": \"0xE6eeA473E88470E99da0c9219031910c4bA27165\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.164404,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.08257706625143,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.08257706625143\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.00002993980598808\n                },\n                {\n                    \"address\": \"0x80D7bF45Cb4a83A41E630b9168BA048ACd250668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.236537,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2276683986014874,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2276683986014874\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000027558173753336\n                },\n                {\n                    \"address\": \"0x199Fa39abc5eBEf94464f64C5215e3bdBb9267f0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.204994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8781915568260534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8781915568260534\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000028599611841581\n                },\n                {\n                    \"address\": \"0xD04aAABC449E9Ab5BDbe7E3e6797E06B73eD99B5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.27708,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.609065973726,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.609065973726\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000026219516021793\n                },\n                {\n                    \"address\": \"0xCc44f508873A0b003CB1E5BeB565272d466dd827\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.308623,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.240199207447274,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.240199207447274\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000025178077933548\n                },\n                {\n                    \"address\": \"0xbFC32006e12e442D975a2A8d128f86E10B8d04c9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.23649,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.228508605015011,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.228508605015011\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000027559710168292\n                },\n                {\n                    \"address\": \"0x9Fd64a643227bCf42a34dDD1EA62B8401c0e4246\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.185731,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.384130812842229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.384130812842229\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000029235539948664\n                },\n                {\n                    \"address\": \"0xf5Eef1278FA50F9C8f69486908d731735c29e670\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.205627,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.863174583104359,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.863174583104359\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000028578701797047\n                },\n                {\n                    \"address\": \"0x78782b3A8992211E983Ba38715AAD1688ff315e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.317905,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.145593809471383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.145593809471383\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000024871632785128\n                },\n                {\n                    \"address\": \"0x24b79FCE1b60cf9aAAd3BfeEAb45a3A9b2d3442A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.390038,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5638527528087007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5638527528087007\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000022490000550384\n                },\n                {\n                    \"address\": \"0x1AE52249b804dF574A3e9BB5929FDeCEAA9A5CEe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.358495,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7894391832522072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7894391832522072\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000023531438638629\n                },\n                {\n                    \"address\": \"0x1032e5460e73d59fa3f7499d057607a81B38Eb3e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.267146,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7432714695335134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7432714695335134\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.0000265474625655\n                },\n                {\n                    \"address\": \"0xe4c3A52Cb4C043837a7c9635601Af786Eb1c7C82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.478373,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0904189826766981,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0904189826766981\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000019573378645709\n                },\n                {\n                    \"address\": \"0xdCC537bCe897CA68d5043905bE1F9f7571AA2b57\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.221874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.507062567042556,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.507062567042556\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.00002804217571216\n                },\n                {\n                    \"address\": \"0xdB8Dfb57513684aB59f313aDA048faA82F933E7f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.293962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4018002326831356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4018002326831356\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000025662079892372\n                },\n                {\n                    \"address\": \"0x389a7054186d819412c32Cf4100604a3f26119b6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.355481,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.81308986978207,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.81308986978207\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000023630840660825\n                },\n                {\n                    \"address\": \"0x1E04f89c452A7BE73cb6952b2c25DEB014fcaCA7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.40624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4615990547459632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4615990547459632\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000021955010880453\n                },\n                {\n                    \"address\": \"0x03c1472fCA933C709615Fc7Cdb88C9B55fBBD708\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.44683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2379876015486873,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2379876015486873\n                    },\n                    \"liquidity\": 4311.510654675776,\n                    \"skewImpact\": 0.000020614816733954\n                },\n                {\n                    \"address\": \"0xEFbd3607542CFE9dD26421C8Bd10B2F485Ab9743\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.538556,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8568171183683776,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8568171183683776\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.00001758627220595\n                },\n                {\n                    \"address\": \"0xEf4D20A0d246118A45Ab9D5c92B463148618fFDC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.447207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2361009554859381,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2361009554859381\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000020602296132821\n                },\n                {\n                    \"address\": \"0xda6192a13d7465b9aBBc3859F7f2BDC438e57eA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.570098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7540843854916173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7540843854916173\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000016544834117705\n                },\n                {\n                    \"address\": \"0xD21A233eCC6C30EED294CdcC794b4B7a6D912eEE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.385687,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5927760074879371,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5927760074879371\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000022633535364368\n                },\n                {\n                    \"address\": \"0x9F5Fe7Ce700c2C4F850873f3C9964c3072932806\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.232186,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3068918883998175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3068918883998175\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.00002770170856732\n                },\n                {\n                    \"address\": \"0x312c542e1bFe0C2104b287A9c901353A13f8C4af\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.313599,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1887856785257607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1887856785257607\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000025013631184156\n                },\n                {\n                    \"address\": \"0x1635732f09bF5E8eEE8C4D3f16fAf3F091C2A545\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.497965,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0081732651893205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0081732651893205\n                    },\n                    \"liquidity\": 5220.387158793488,\n                    \"skewImpact\": 0.000018926466352449\n                },\n                {\n                    \"address\": \"0xA2E5c79e8Be64a02fE7b21f006dc5C8a9f7E4c99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.538053,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8585529678303067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8585529678303067\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000017602786267482\n                },\n                {\n                    \"address\": \"0xa1F4c309844335dEe783a4225a6678F990806C0d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.404445,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4725240762031921,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4725240762031921\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000022014121318817\n                },\n                {\n                    \"address\": \"0x7bA236AB4B107dfef23d132886d050350798891A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.323032,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0956685405780235,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0956685405780235\n                    },\n                    \"liquidity\": 5624.314663099167,\n                    \"skewImpact\": 0.000024702198701981\n                },\n                {\n                    \"address\": \"0x5EeFaAd4c4fC105051E27AEc1997997A4dDFa18A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.588811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6983378367591638,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6983378367591638\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.00001592695648711\n                },\n                {\n                    \"address\": \"0x5555f25ff7b2fb47cbcf976B44c8BA5A37317bf1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.476533,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.098490555743254,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.098490555743254\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000019634025499029\n                },\n                {\n                    \"address\": \"0x40Ca140d45aC45e2ff2B1FC33456AC5177F88171\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.660944,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5129874845675277,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5129874845675277\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000013545324252366\n                },\n                {\n                    \"address\": \"0x19d1a1996dcAd758DD9Bc086038A089a8e57F242\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.629402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5888096955522861,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5888096955522861\n                    },\n                    \"liquidity\": 6597.907283549675,\n                    \"skewImpact\": 0.000014586762340611\n                },\n                {\n                    \"address\": \"0x13C259d7672c96531e7FcaC5a04037851BB0CFE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.234695,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.260849187243018,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.260849187243018\n                    },\n                    \"liquidity\": 4614.93591915437,\n                    \"skewImpact\": 0.000027618820606656\n                },\n                {\n                    \"address\": \"0xC98d2Ea822eea1Cf6766e2B1231b5C2CDeb0974c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.320072,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.124297033167537,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.124297033167537\n                    },\n                    \"liquidity\": 4614.93591915437,\n                    \"skewImpact\": 0.000024799963273927\n                },\n                {\n                    \"address\": \"0x8f160387022F4A2cF5e1DdB4CBd7E4Bb3CD384D9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.489822,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0415579537056319,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0415579537056319\n                    },\n                    \"liquidity\": 7044.316778094181,\n                    \"skewImpact\": 0.000019195263986088\n                },\n                {\n                    \"address\": \"0x88e785C7229cd9a2AB7c69D50703bA19B6A0C015\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.62343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6040293216559998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6040293216559998\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.000014783928934753\n                },\n                {\n                    \"address\": \"0x6F2AD04066964124945fBA17Ff94811210E78F2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.408409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4485258650029749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4485258650029749\n                    },\n                    \"liquidity\": 5624.314663099167,\n                    \"skewImpact\": 0.000021883341369252\n                },\n                {\n                    \"address\": \"0x6eFCfB1239c1F28516757d4E268C87AB4c570c1A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.228346,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3793191034657935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3793191034657935\n                    },\n                    \"liquidity\": 3890.0163809266096,\n                    \"skewImpact\": 0.000027828507801931\n                },\n                {\n                    \"address\": \"0x6cB3c7220Ac8Bc612A0d4eFeC03A475A1eC2628a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.714778,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3990357845372968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3990357845372968\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.000011767905007882\n                },\n                {\n                    \"address\": \"0x63832642175F1f061C09e07D7f337fFb1b3Fc9a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.746321,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3399060189918279,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3399060189918279\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.000010726466919637\n                },\n                {\n                    \"address\": \"0x447A6Cac025Dc5EC19Ff50Fdb752D4DB51F59188\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.674188,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4832657952974541,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4832657952974541\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.000013108099154381\n                },\n                {\n                    \"address\": \"0x22B395c644FB3448144e44b23ebe37ed1602752c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.56191,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7796444270434767,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7796444270434767\n                    },\n                    \"liquidity\": 8773.588765831711,\n                    \"skewImpact\": 0.0000168151681663\n                },\n                {\n                    \"address\": \"0xdcc78579dBD0AFB64cE2f9B5A06765aaE9e8Ebc2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.304113,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2882514065495387,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2882514065495387\n                    },\n                    \"liquidity\": 3890.0163809266096,\n                    \"skewImpact\": 0.000025326911861255\n                },\n                {\n                    \"address\": \"0xd700B26e10966A9Bfa22570720F710D93346DCa7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.213267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.688957972869689,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.688957972869689\n                    },\n                    \"liquidity\": 3366.3030049679332,\n                    \"skewImpact\": 0.000028326421726594\n                },\n                {\n                    \"address\": \"0xbBbd11319dF597B884079958D4B4d5F21F9a7192\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.699196,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.430214131659792,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.430214131659792\n                    },\n                    \"liquidity\": 12027.816781776683,\n                    \"skewImpact\": 0.000012282332994077\n                },\n                {\n                    \"address\": \"0x8B2d2c3e33969A4703E58Bf240089B6ed3600B35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.790545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.26495012934115064,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.26495012934115064\n                    },\n                    \"liquidity\": 12403.280469540923,\n                    \"skewImpact\": 0.000009266309067206\n                },\n                {\n                    \"address\": \"0x7768B4b0f170da892E2882064Ff3A2b8B2BAEF90\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.395839,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5262796237864382,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5262796237864382\n                    },\n                    \"liquidity\": 4614.93591915437,\n                    \"skewImpact\": 0.000022298367333251\n                },\n                {\n                    \"address\": \"0x7406DCE02069b2C4C8BB63185f6B72fA8AAa6A54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.822088,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2164147877112912,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2164147877112912\n                    },\n                    \"liquidity\": 12403.280469540923,\n                    \"skewImpact\": 0.000008224870978961\n                },\n                {\n                    \"address\": \"0x6c41D461562d4566AfF6845Fd23beF381a58aF82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.484176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0653646607845082,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0653646607845082\n                    },\n                    \"liquidity\": 5624.314663099167,\n                    \"skewImpact\": 0.000019381745428576\n                },\n                {\n                    \"address\": \"0x445D3A88905cadB81e23e4C0387345D821A41f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.637677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5681920470708524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5681920470708524\n                    },\n                    \"liquidity\": 9072.450963311336,\n                    \"skewImpact\": 0.000014313572225624\n                },\n                {\n                    \"address\": \"0x272A69fD7C6Db2358CB85357C734aC1c0a8888a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.565589,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7680683323049069,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7680683323049069\n                    },\n                    \"liquidity\": 7044.316778094181,\n                    \"skewImpact\": 0.000016693668045412\n                },\n                {\n                    \"address\": \"0x0671BBeE3c3f6FF20076B1dBC93EdE8fBB5b9EF4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.749955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3334133381336213,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3334133381336213\n                    },\n                    \"liquidity\": 12403.280469540923,\n                    \"skewImpact\": 0.000010606503213705\n                },\n                {\n                    \"address\": \"0xF83bAff182E554818176CEaDfAa19E558824E326\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.191034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.23467026811981,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.23467026811981\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.00002906060877414\n                },\n                {\n                    \"address\": \"0xB1ac996BEE9568dAC5E50Fd5E3298c3991f8A3C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.458978,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1787536657530426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1787536657530426\n                    },\n                    \"liquidity\": 4614.93591915437,\n                    \"skewImpact\": 0.000020213697048068\n                },\n                {\n                    \"address\": \"0x9291AB18BE02e03FF2ab4bB8004045093768B3F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.628728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5905129086027663,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5905129086027663\n                    },\n                    \"liquidity\": 7044.316778094181,\n                    \"skewImpact\": 0.000014608997760229\n                },\n                {\n                    \"address\": \"0x7C32f4a8F93042e01900E2Fba2239D7e2Bf7b530\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.547315,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.827101394991915,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.827101394991915\n                    },\n                    \"liquidity\": 5624.314663099167,\n                    \"skewImpact\": 0.000017297075143393\n                },\n                {\n                    \"address\": \"0x7BB67a6a7795d0Efb294aB1178717FAc9246e67d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.853684,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17139363042999517,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17139363042999517\n                    },\n                    \"liquidity\": 18929.27390105993,\n                    \"skewImpact\": 0.000007181638782023\n                },\n                {\n                    \"address\": \"0x661AdB476Cc4a85C69283a9fcbc88E969A6e0bCe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.367252,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7229259473059368,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7229259473059368\n                    },\n                    \"liquidity\": 3890.0163809266096,\n                    \"skewImpact\": 0.000023242241576072\n                },\n                {\n                    \"address\": \"0x63A61b5577B71551911C1f7FDe9244E86AF7Ef52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.276406,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.61786647178426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.61786647178426\n                    },\n                    \"liquidity\": 3366.3030049679332,\n                    \"skewImpact\": 0.000026241751441411\n                },\n                {\n                    \"address\": \"0x44766419d40C05cbDE7a068B640F67B013B552e2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.700816,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42690806145978405,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42690806145978405\n                    },\n                    \"liquidity\": 9072.450963311336,\n                    \"skewImpact\": 0.000012228901940441\n                },\n                {\n                    \"address\": \"0x42e58917f7d1d96770abB3B1023C03eF7C0d951B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.813094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22987010111991973,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22987010111991973\n                    },\n                    \"liquidity\": 16448.393492527568,\n                    \"skewImpact\": 0.000008521832928522\n                },\n                {\n                    \"address\": \"0x3D34844a4F8C53842C6E0E66495f93B67c3462AD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.885227,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12965374982913988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12965374982913988\n                    },\n                    \"liquidity\": 18929.27390105993,\n                    \"skewImpact\": 0.000006140200693778\n                },\n                {\n                    \"address\": \"0x0B071d49F1F03d92ABE220a29a886aED4968f2eF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.762335,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3117592659395148,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3117592659395148\n                    },\n                    \"liquidity\": 12027.816781776683,\n                    \"skewImpact\": 0.000010197662708894\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x8753ec6970DD9A6Fd0f6335a45b0fA69544eb4a8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.992677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.007377021931605113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.007377021931605113\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002279857909347\n                },\n                {\n                    \"address\": \"0x2D6D1342bE577C83B6002FDf094138607FEf10F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.942906,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06055110477608582,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06055110477608582\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003117772799533\n                },\n                {\n                    \"address\": \"0x0F96607aA807F1AABeB0dBe90EEc994559eAA7Cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.97156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.029272510189797873,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.029272510189797873\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000018331449463435\n                },\n                {\n                    \"address\": \"0xE6eeA473E88470E99da0c9219031910c4bA27165\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.951034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0514871182313145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0514871182313145\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000018676972005959\n                },\n                {\n                    \"address\": \"0x80D7bF45Cb4a83A41E630b9168BA048ACd250668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.88258,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13304176391941802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13304176391941802\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004133392415307\n                },\n                {\n                    \"address\": \"0x199Fa39abc5eBEf94464f64C5215e3bdBb9267f0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.911234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09741295869118143,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09741295869118143\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000019347069079208\n                },\n                {\n                    \"address\": \"0xD04aAABC449E9Ab5BDbe7E3e6797E06B73eD99B5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.840548,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1897000528226824,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1897000528226824\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000020537116989102\n                },\n                {\n                    \"address\": \"0xCc44f508873A0b003CB1E5BeB565272d466dd827\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.811894,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23168788043759406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23168788043759406\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005323440325201\n                },\n                {\n                    \"address\": \"0xbFC32006e12e442D975a2A8d128f86E10B8d04c9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.880348,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13591443383752785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13591443383752785\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000019867019915853\n                },\n                {\n                    \"address\": \"0x9Fd64a643227bCf42a34dDD1EA62B8401c0e4246\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.930117,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07513355846630052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07513355846630052\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000019029105025667\n                },\n                {\n                    \"address\": \"0xf5Eef1278FA50F9C8f69486908d731735c29e670\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.910607,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0981685842520428,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0981685842520428\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000019357524101475\n                },\n                {\n                    \"address\": \"0x78782b3A8992211E983Ba38715AAD1688ff315e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.800515,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24919583018431887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24919583018431887\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000021211058607435\n                },\n                {\n                    \"address\": \"0x24b79FCE1b60cf9aAAd3BfeEAb45a3A9b2d3442A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.732062,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36600451874294804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36600451874294804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006667479016783\n                },\n                {\n                    \"address\": \"0x1AE52249b804dF574A3e9BB5929FDeCEAA9A5CEe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.760715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3145527562884917,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3145527562884917\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000021881155680684\n                },\n                {\n                    \"address\": \"0x1032e5460e73d59fa3f7499d057607a81B38Eb3e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.850284,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17607763994147832,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17607763994147832\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000020373143717249\n                },\n                {\n                    \"address\": \"0xe4c3A52Cb4C043837a7c9635601Af786Eb1c7C82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.645442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5493258883059982,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5493258883059982\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000812578996912\n                },\n                {\n                    \"address\": \"0xdCC537bCe897CA68d5043905bE1F9f7571AA2b57\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.894672,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11772806123361408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11772806123361408\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000019625787143919\n                },\n                {\n                    \"address\": \"0xdB8Dfb57513684aB59f313aDA048faA82F933E7f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.823988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21360990694039225,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21360990694039225\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000020815835053813\n                },\n                {\n                    \"address\": \"0x389a7054186d819412c32Cf4100604a3f26119b6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.763665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.30947470422240114,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.30947470422240114\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000021831454669586\n                },\n                {\n                    \"address\": \"0x1E04f89c452A7BE73cb6952b2c25DEB014fcaCA7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.713896,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40076425697860757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40076425697860757\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000022669369559772\n                },\n                {\n                    \"address\": \"0x03c1472fCA933C709615Fc7Cdb88C9B55fBBD708\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.674096,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4834682300443853,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4834682300443853\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000023339466633022\n                },\n                {\n                    \"address\": \"0xEFbd3607542CFE9dD26421C8Bd10B2F485Ab9743\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.584153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7118802779408818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7118802779408818\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000024853738897024\n                },\n                {\n                    \"address\": \"0xEf4D20A0d246118A45Ab9D5c92B463148618fFDC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.673722,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48429174051018065,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48429174051018065\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000023345726933588\n                },\n                {\n                    \"address\": \"0xda6192a13d7465b9aBBc3859F7f2BDC438e57eA8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.5555,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8001800180018002,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8001800180018002\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009640062233122\n                },\n                {\n                    \"address\": \"0xD21A233eCC6C30EED294CdcC794b4B7a6D912eEE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.734045,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36231429953204514,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36231429953204514\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000022330107317815\n                },\n                {\n                    \"address\": \"0x9F5Fe7Ce700c2C4F850873f3C9964c3072932806\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.884561,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13050428404598433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13050428404598433\n                    },\n                    \"liquidity\": 3692.413676362568,\n                    \"skewImpact\": 0.000019796020716339\n                },\n                {\n                    \"address\": \"0x312c542e1bFe0C2104b287A9c901353A13f8C4af\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.804729,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24265435941789096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24265435941789096\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.000021140059407921\n                },\n                {\n                    \"address\": \"0x1635732f09bF5E8eEE8C4D3f16fAf3F091C2A545\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.623953,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6026848176064544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6026848176064544\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000024183641823774\n                },\n                {\n                    \"address\": \"0xA2E5c79e8Be64a02fE7b21f006dc5C8a9f7E4c99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.584642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.710448445373408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.710448445373408\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000024845481866258\n                },\n                {\n                    \"address\": \"0xa1F4c309844335dEe783a4225a6678F990806C0d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.715649,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39733305014050185,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39733305014050185\n                    },\n                    \"liquidity\": 3260.870366314419,\n                    \"skewImpact\": 0.00002263981434059\n                },\n                {\n                    \"address\": \"0x7bA236AB4B107dfef23d132886d050350798891A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.795481,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2571010495536663,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2571010495536663\n                    },\n                    \"liquidity\": 3366.3030049679332,\n                    \"skewImpact\": 0.000021295775649008\n                },\n                {\n                    \"address\": \"0x5EeFaAd4c4fC105051E27AEc1997997A4dDFa18A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.534873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8696026907321923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8696026907321923\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000025683396756444\n                },\n                {\n                    \"address\": \"0x5555f25ff7b2fb47cbcf976B44c8BA5A37317bf1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.644965,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.550471731024164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.550471731024164\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000023829862250484\n                },\n                {\n                    \"address\": \"0x40Ca140d45aC45e2ff2B1FC33456AC5177F88171\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.46642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1439903949230306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1439903949230306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011139817165792\n                },\n                {\n                    \"address\": \"0x19d1a1996dcAd758DD9Bc086038A089a8e57F242\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.495073,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0199041353497365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0199041353497365\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000026353493829693\n                },\n                {\n                    \"address\": \"0x13C259d7672c96531e7FcaC5a04037851BB0CFE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.882099,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13365960056637638,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13365960056637638\n                    },\n                    \"liquidity\": 3366.3030049679332,\n                    \"skewImpact\": 0.000019837464696671\n                },\n                {\n                    \"address\": \"0xC98d2Ea822eea1Cf6766e2B1231b5C2CDeb0974c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.798384,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25253011082386423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25253011082386423\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.000021246893363035\n                },\n                {\n                    \"address\": \"0x8f160387022F4A2cF5e1DdB4CBd7E4Bb3CD384D9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.631934,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.582443736212959,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.582443736212959\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.000024049243006955\n                },\n                {\n                    \"address\": \"0x88e785C7229cd9a2AB7c69D50703bA19B6A0C015\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.500927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9962988619100188,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9962988619100188\n                    },\n                    \"liquidity\": 2736.0949519452747,\n                    \"skewImpact\": 0.000026254910532622\n                },\n                {\n                    \"address\": \"0x6F2AD04066964124945fBA17Ff94811210E78F2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.711766,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4049561232202718,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4049561232202718\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.000022705204315373\n                },\n                {\n                    \"address\": \"0x6eFCfB1239c1F28516757d4E268C87AB4c570c1A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.888328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12571032321394798,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12571032321394798\n                    },\n                    \"liquidity\": 2988.227380477954,\n                    \"skewImpact\": 0.000019732621099033\n                },\n                {\n                    \"address\": \"0x6cB3c7220Ac8Bc612A0d4eFeC03A475A1eC2628a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.411358,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.430972534872301,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.430972534872301\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000027762922496058\n                },\n                {\n                    \"address\": \"0x63832642175F1f061C09e07D7f337fFb1b3Fc9a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.382705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6129786650291997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6129786650291997\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012549245832156\n                },\n                {\n                    \"address\": \"0x447A6Cac025Dc5EC19Ff50Fdb752D4DB51F59188\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.451158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2165183815869387,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2165183815869387\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000027092825422808\n                },\n                {\n                    \"address\": \"0x22B395c644FB3448144e44b23ebe37ed1602752c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.56125,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7817371937639197,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7817371937639197\n                    },\n                    \"liquidity\": 2955.072243615168,\n                    \"skewImpact\": 0.000025239290916849\n                },\n                {\n                    \"address\": \"0xdcc78579dBD0AFB64cE2f9B5A06765aaE9e8Ebc2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.814036,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2284468991543372,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2284468991543372\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000020983419069371\n                },\n                {\n                    \"address\": \"0xd700B26e10966A9Bfa22570720F710D93346DCa7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.903117,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10727624438472541,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10727624438472541\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000019483664136702\n                },\n                {\n                    \"address\": \"0xbBbd11319dF597B884079958D4B4d5F21F9a7192\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.426636,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3439184691399693,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3439184691399693\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.00002750570850296\n                },\n                {\n                    \"address\": \"0x8B2d2c3e33969A4703E58Bf240089B6ed3600B35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.337067,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9667692179893017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9667692179893017\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000029013720466396\n                },\n                {\n                    \"address\": \"0x7768B4b0f170da892E2882064Ff3A2b8B2BAEF90\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.724093,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3810380710765054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3810380710765054\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000022497691333373\n                },\n                {\n                    \"address\": \"0x7406DCE02069b2C4C8BB63185f6B72fA8AAa6A54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.308413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.242405475774367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.242405475774367\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013800043802494\n                },\n                {\n                    \"address\": \"0x6c41D461562d4566AfF6845Fd23beF381a58aF82\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.637474,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5686914289837703,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5686914289837703\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000023956002285711\n                },\n                {\n                    \"address\": \"0x445D3A88905cadB81e23e4C0387345D821A41f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.486959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0535609774128831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0535609774128831\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000026490088887187\n                },\n                {\n                    \"address\": \"0x272A69fD7C6Db2358CB85357C734aC1c0a8888a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.557643,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7932619973710779,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7932619973710779\n                    },\n                    \"liquidity\": 2717.3826791202514,\n                    \"skewImpact\": 0.000025300040977293\n                },\n                {\n                    \"address\": \"0x0671BBeE3c3f6FF20076B1dBC93EdE8fBB5b9EF4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.376867,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6534559937590714,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6534559937590714\n                    },\n                    \"liquidity\": 2578.4573712583315,\n                    \"skewImpact\": 0.000028343623393146\n                },\n                {\n                    \"address\": \"0xF83bAff182E554818176CEaDfAa19E558824E326\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.924924,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08116991233874354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08116991233874354\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000019116570612929\n                },\n                {\n                    \"address\": \"0xB1ac996BEE9568dAC5E50Fd5E3298c3991f8A3C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.662183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5101565579303607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5101565579303607\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000023540026475965\n                },\n                {\n                    \"address\": \"0x9291AB18BE02e03FF2ab4bB8004045093768B3F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.495733,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.017214912059516,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.017214912059516\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000026342376119884\n                },\n                {\n                    \"address\": \"0x7C32f4a8F93042e01900E2Fba2239D7e2Bf7b530\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.575564,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7374262462558465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7374262462558465\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000024998337428302\n                },\n                {\n                    \"address\": \"0x7BB67a6a7795d0Efb294aB1178717FAc9246e67d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.275157,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.634288787855661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.634288787855661\n                    },\n                    \"liquidity\": 2464.887405486825,\n                    \"skewImpact\": 0.000030056055608987\n                },\n                {\n                    \"address\": \"0x661AdB476Cc4a85C69283a9fcbc88E969A6e0bCe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.752126,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32956446127377603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32956446127377603\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000022025754211963\n                },\n                {\n                    \"address\": \"0x63A61b5577B71551911C1f7FDe9244E86AF7Ef52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.841207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.188768044012948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.188768044012948\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000020525999279293\n                },\n                {\n                    \"address\": \"0x44766419d40C05cbDE7a068B640F67B013B552e2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.425049,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.352669927467186,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.352669927467186\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000027532424029778\n                },\n                {\n                    \"address\": \"0x42e58917f7d1d96770abB3B1023C03eF7C0d951B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.314957,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1750365922967267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1750365922967267\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000029385958535738\n                },\n                {\n                    \"address\": \"0x3D34844a4F8C53842C6E0E66495f93B67c3462AD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.246503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0567457596864944,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0567457596864944\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014842378945086\n                },\n                {\n                    \"address\": \"0x0B071d49F1F03d92ABE220a29a886aED4968f2eF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-14T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.364726,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7417842435143094,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7417842435143094\n                    },\n                    \"liquidity\": 2526.5491562196494,\n                    \"skewImpact\": 0.000028548043645552\n                }\n            ]\n        },\n        \"2023-11-17T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xe5C57C267d96abeFC5B08d2a73900689c0d22121\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x1721aE322AfEB045A92de56d779552E7BB76675d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.109892,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.099843482692098,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.099843482692098\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000030951339110966\n                },\n                {\n                    \"address\": \"0x5923B8538963e992fcA7AA0920351A8870E7F19D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.14192,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.046223224351747,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.046223224351747\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000029862057306197\n                },\n                {\n                    \"address\": \"0x56F812001C40022f98D3d43F575d6C1c47b0aF55\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.181936,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.496438307976431,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.496438307976431\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000028501136289696\n                },\n                {\n                    \"address\": \"0x58930CFB236D07fd92D4D1E4de150bd619E7C29b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.230702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3345961456771076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3345961456771076\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000026842638366419\n                },\n                {\n                    \"address\": \"0x9C6Bc86606bD338E67fE3ac056f8d9C64A56787e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.288548,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.465627902463368,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.465627902463368\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.00002487535723561\n                },\n                {\n                    \"address\": \"0x7b490C8315983c08cCc23D1627BEbcDD6E6F7668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.35518,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8154738442479867,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8154738442479867\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000022609285122219\n                },\n                {\n                    \"address\": \"0xdE731ebA7a72BB9b246Ba31644646EAf6d5566F9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.42952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3281802942819891,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3281802942819891\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000020081048704856\n                },\n                {\n                    \"address\": \"0x742EFe2F7fd63F6F22232954A67FE600858d737C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.509628,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9622155768521354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9622155768521354\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000017356702260276\n                },\n                {\n                    \"address\": \"0xc225fB1aeb4F6f8B6d158418CDC859b3e6831eb2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.592717,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6871458048275989,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6871458048275989\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000014530970589063\n                },\n                {\n                    \"address\": \"0x9B18119155099232A5Efa0C31bE1D672758a2f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.634354,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.57640686430605,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.57640686430605\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000013114944388699\n                },\n                {\n                    \"address\": \"0xD93594f242b6E57E14Ad5896A9Ac31AFE70D3cf6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.675442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48051202027709267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48051202027709267\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.000011717637301787\n                },\n                {\n                    \"address\": \"0x83DA5A527DDD200398b7928F67f96a58aF794BD9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.715517,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39759083292220876,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39759083292220876\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.000010354737031928\n                },\n                {\n                    \"address\": \"0x84e63aa10a27d0386c68F1789a39A5BF6285e841\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.754133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32602604580359157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32602604580359157\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.000009041483474318\n                },\n                {\n                    \"address\": \"0xec06a50b4e95a0571A68650bA006b175dD63AC0D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.790871,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2644287121414238,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2644287121414238\n                    },\n                    \"liquidity\": 9625.120842286515,\n                    \"skewImpact\": 0.000007792109961934\n                },\n                {\n                    \"address\": \"0x78b6F1fb7B3624A4711AdeC7d65E4416f6Cc6441\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.825358,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21159545312458347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21159545312458347\n                    },\n                    \"liquidity\": 11330.500641479513,\n                    \"skewImpact\": 0.00000661930150954\n                },\n                {\n                    \"address\": \"0x23294081FaC314545C105A193793786c86AbD17b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.85728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1664800298618887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1664800298618887\n                    },\n                    \"liquidity\": 13553.307218106474,\n                    \"skewImpact\": 0.000005533704710817\n                },\n                {\n                    \"address\": \"0x829A649a52588CF89B88D8eA6aD3318d6Cd8c9a6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.886396,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1281639357578329,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1281639357578329\n                    },\n                    \"liquidity\": 16507.01265191524,\n                    \"skewImpact\": 0.000004543523506132\n                },\n                {\n                    \"address\": \"0x73B7436534cB5b72a196b19bAe8B0aAa1F7bdD5b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.912546,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0958351688572412,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0958351688572412\n                    },\n                    \"liquidity\": 20524.152021810558,\n                    \"skewImpact\": 0.000003654231362167\n                },\n                {\n                    \"address\": \"0x42eCa8E535257d7d1E51AA407B464bC987F33fF5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.935653,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0687722905820855,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0687722905820855\n                    },\n                    \"liquidity\": 26146.76727624516,\n                    \"skewImpact\": 0.000002868423434821\n                },\n                {\n                    \"address\": \"0x234a3dCB68397Fc2950461aEa92349Ccc4aE7549\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 27500,\n                    \"price\": 0.955725,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04632608752517717,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04632608752517717\n                    },\n                    \"liquidity\": 34312.02862612911,\n                    \"skewImpact\": 0.000002185822377837\n                },\n                {\n                    \"address\": \"0x80BFEDd62F3C7a1900dA04676CCCC44033BeeDfA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 27000,\n                    \"price\": 0.97285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02790769388908877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02790769388908877\n                    },\n                    \"liquidity\": 46774.45251885203,\n                    \"skewImpact\": 0.000001603439398243\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xe5C57C267d96abeFC5B08d2a73900689c0d22121\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.965792,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03541963486961998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03541963486961998\n                    },\n                    \"liquidity\": 40684.158734256154,\n                    \"skewImpact\": 0.000001843469358427\n                },\n                {\n                    \"address\": \"0x1721aE322AfEB045A92de56d779552E7BB76675d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.940736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06299748282196066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06299748282196066\n                    },\n                    \"liquidity\": 27823.780905727574,\n                    \"skewImpact\": 0.000002695535889033\n                },\n                {\n                    \"address\": \"0x5923B8538963e992fcA7AA0920351A8870E7F19D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.908706,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10046593727784342,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10046593727784342\n                    },\n                    \"liquidity\": 19816.01389224527,\n                    \"skewImpact\": 0.000003784817693802\n                },\n                {\n                    \"address\": \"0x56F812001C40022f98D3d43F575d6C1c47b0aF55\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.868688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15116129151087615,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15116129151087615\n                    },\n                    \"liquidity\": 14575.16679768847,\n                    \"skewImpact\": 0.000005145738710303\n                },\n                {\n                    \"address\": \"0x58930CFB236D07fd92D4D1E4de150bd619E7C29b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.81992,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21963118353010053,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21963118353010053\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.00000680423663358\n                },\n                {\n                    \"address\": \"0x9C6Bc86606bD338E67fE3ac056f8d9C64A56787e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.762072,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3122119694727008,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3122119694727008\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000008771517764389\n                },\n                {\n                    \"address\": \"0x7b490C8315983c08cCc23D1627BEbcDD6E6F7668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.695438,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4379427066107978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4379427066107978\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.00001103758987778\n                },\n                {\n                    \"address\": \"0xdE731ebA7a72BB9b246Ba31644646EAf6d5566F9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.621096,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6100570604222214,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6100570604222214\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000013565826295143\n                },\n                {\n                    \"address\": \"0x742EFe2F7fd63F6F22232954A67FE600858d737C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.540988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8484698366692052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8484698366692052\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000016290172739723\n                },\n                {\n                    \"address\": \"0xc225fB1aeb4F6f8B6d158418CDC859b3e6831eb2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.4579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1838829438742084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1838829438742084\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000019115904410936\n                },\n                {\n                    \"address\": \"0x9B18119155099232A5Efa0C31bE1D672758a2f84\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.416262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4023331459513477,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4023331459513477\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.0000205319306113\n                },\n                {\n                    \"address\": \"0xD93594f242b6E57E14Ad5896A9Ac31AFE70D3cf6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.375176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6654156982322963,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6654156982322963\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000021929237698212\n                },\n                {\n                    \"address\": \"0x83DA5A527DDD200398b7928F67f96a58aF794BD9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.335101,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9841749203971342,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9841749203971342\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000023292137968071\n                },\n                {\n                    \"address\": \"0x84e63aa10a27d0386c68F1789a39A5BF6285e841\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.296486,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3728405388450042,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3728405388450042\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000024605391525681\n                },\n                {\n                    \"address\": \"0xec06a50b4e95a0571A68650bA006b175dD63AC0D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.25975,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.84985563041386,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.84985563041386\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000025854765038065\n                },\n                {\n                    \"address\": \"0x78b6F1fb7B3624A4711AdeC7d65E4416f6Cc6441\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.225265,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.4392160344483163,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.4392160344483163\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000027027573490459\n                },\n                {\n                    \"address\": \"0x23294081FaC314545C105A193793786c86AbD17b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.193344,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.172128434293281,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.172128434293281\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000028113170289181\n                },\n                {\n                    \"address\": \"0x829A649a52588CF89B88D8eA6aD3318d6Cd8c9a6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.164229,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.089058570654391,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.089058570654391\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000029103351493867\n                },\n                {\n                    \"address\": \"0x73B7436534cB5b72a196b19bAe8B0aAa1F7bdD5b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.138081,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.242125998508121,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.242125998508121\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000029992643637832\n                },\n                {\n                    \"address\": \"0x42eCa8E535257d7d1E51AA407B464bC987F33fF5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.114975,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.697542944118287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.697542944118287\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000030778451565178\n                },\n                {\n                    \"address\": \"0x234a3dCB68397Fc2950461aEa92349Ccc4aE7549\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 27500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xE164926Ce276877799dF324e3ddE2c0C772e61B4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.126339,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.915212246416387,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.915212246416387\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000031196672178729\n                },\n                {\n                    \"address\": \"0xC36acd7cffEBD8dF43cD06Aed431319252B4DaC8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.143579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.964806831082539,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.964806831082539\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000030627456060221\n                },\n                {\n                    \"address\": \"0x86d81327075103522ad8743730253C9ECFd138B6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.17657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.663476241717166,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.663476241717166\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000029538174255452\n                },\n                {\n                    \"address\": \"0xfF62cBE320486BbB0CE1311e8b61F88264fee873\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.16194,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.175126590095097,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.175126590095097\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000030021095945913\n                },\n                {\n                    \"address\": \"0xD0FF192bF81290b08D1D1649496a6b33525a7597\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.203161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9222045569769786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9222045569769786\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000028660174929412\n                },\n                {\n                    \"address\": \"0x6Ca353eFA5599cEF2737F34d5CCC90B3ce3B557C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.236152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2345607913547205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2345607913547205\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000027570893124643\n                },\n                {\n                    \"address\": \"0xb1667472871EDF36576eCaC190b29F872b1314f7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.271794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6792570844095165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6792570844095165\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000026394102816021\n                },\n                {\n                    \"address\": \"0x62e202B7302b304c548591521bCd4Fb5885dFc37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.180342,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.545020017522263,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.545020017522263\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000029413521755799\n                },\n                {\n                    \"address\": \"0x607a0cA488378A19f3bb741c7939422a9Ea318aE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.230573,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3370212470670895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3370212470670895\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000027755023832522\n                },\n                {\n                    \"address\": \"0x5eAF39283baadd8f528C0FECafF21290B8460157\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.304785,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2810013616155653,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2810013616155653\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000025304821011252\n                },\n                {\n                    \"address\": \"0xFbab1913C992b32206aEFb2AEF51952fCE940811\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.256914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8923530831328774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8923530831328774\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000026885285338436\n                },\n                {\n                    \"address\": \"0x7005F6EEba1b6c6f80CDe6Fc550a3feDA170913c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.307146,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2557806385236994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2557806385236994\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000025226787415159\n                },\n                {\n                    \"address\": \"0x6600fe22007dD426C7e6bd076B36837bE057C4D6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.381357,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6222148800205582,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6222148800205582\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000022776584593889\n                },\n                {\n                    \"address\": \"0x5fe0106EEE3a67Aa4327d398839Ba4e963F427Ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.348366,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8705441977690132,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8705441977690132\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000023865866398658\n                },\n                {\n                    \"address\": \"0x54Ba41Ee9278242D24f33a1D1BADcfE0dAc9Dc14\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.197331,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.06762748883855,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.06762748883855\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000028852566469245\n                },\n                {\n                    \"address\": \"0xc1D03845a3EC3BbB85BeAA6E68f3ec6d2d3Aa6a3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.430877,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.320847945005187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.320847945005187\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000021141519954078\n                },\n                {\n                    \"address\": \"0x66E8C24b4ADbA49e27c853eAF4101dc7ca929948\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.279842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5734450154015485,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5734450154015485\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000026128220024665\n                },\n                {\n                    \"address\": \"0x41ac6904f841120Bf653074f86F6060BC4E2766C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.339426,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9461502654481388,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9461502654481388\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000024160938893856\n                },\n                {\n                    \"address\": \"0x3D056180fF75Fd05862bB41f881345CC117D87Ca\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.463868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1557856976553675,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1557856976553675\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000020052238149309\n                },\n                {\n                    \"address\": \"0x3827f9C4d5591ae856cdA3F64265EC721FD268a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.211209,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.734646724334664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.734646724334664\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000028394292138056\n                },\n                {\n                    \"address\": \"0x11Be5EFD8C63f1Ed7A1fB9a651Efa8B0916e0907\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.389657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5663596445078622,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5663596445078622\n                    },\n                    \"liquidity\": 4321.097341840589,\n                    \"skewImpact\": 0.000022502440970579\n                },\n                {\n                    \"address\": \"0xfCdcd2c2942B37250F5Ac429a768e50AE6dAb2Ab\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.549453,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8199918828362026,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8199918828362026\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000017226506478096\n                },\n                {\n                    \"address\": \"0xd4Dc6435ae0231250aC38f882251624A999738d2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.42501,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3528858144514246,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3528858144514246\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000021335207222643\n                },\n                {\n                    \"address\": \"0xA30aFb02DE601dc7ECCF6bf90441b906464c52D0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.516462,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9362508761535215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9362508761535215\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000018315788282865\n                },\n                {\n                    \"address\": \"0x605ABb2FAF2f6a1A42e2F203f0F0cFeA6509Ffb4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.296794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.36934035054617,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.36934035054617\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000025568560466843\n                },\n                {\n                    \"address\": \"0x47b10a1602859c58E6410f2eBb09C935C5Fe2524\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.365427,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7365246684016233,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7365246684016233\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000023302488353452\n                },\n                {\n                    \"address\": \"0x3a12f2454bE59B398Af8A143DebAF088BAA499dB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.220222,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5408723924040286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5408723924040286\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000028096796884206\n                },\n                {\n                    \"address\": \"0x24781ecA227e38e2EeA2bcE3b7f79e04aD2f3E08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.475242,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1041911278885286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1041911278885286\n                    },\n                    \"liquidity\": 5161.389567221977,\n                    \"skewImpact\": 0.000019676709299366\n                },\n                {\n                    \"address\": \"0xf89305B99533bCBA24a2801faDf1686fF8d839bf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.559349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7877925946055147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7877925946055147\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000016899762082501\n                },\n                {\n                    \"address\": \"0xd10660328FD5790b18A185a5B7debC4B87427967\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.339681,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9439385776655156,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9439385776655156\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000024152534266479\n                },\n                {\n                    \"address\": \"0xa8864bF6067c48A7a874DF2843E2eE3eD0d04749\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.263109,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.80070617120661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.80070617120661\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000026680770683842\n                },\n                {\n                    \"address\": \"0xA432E910Db445950a3e2EA804371d8f2E97b2C9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.408314,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.449095549013749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.449095549013749\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000021886462153088\n                },\n                {\n                    \"address\": \"0x6A39848Ffa909E438f3b043571Cc815aA7491673\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.467898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1372179406622813,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1372179406622813\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000019919181022279\n                },\n                {\n                    \"address\": \"0x3dFd83b9bF2039491A649fEd6D1Af72c1911B6f4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.518129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9300212881348083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9300212881348083\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000018260683099002\n                },\n                {\n                    \"address\": \"0x3a0763De495980f27B7948F8d5FafF7d76C7fe39\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.59234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6882196036060372,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6882196036060372\n                    },\n                    \"liquidity\": 5718.66702420974,\n                    \"skewImpact\": 0.000015810480277732\n                },\n                {\n                    \"address\": \"0xF9637Af845990247C072D9e16c41efC493356167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.450635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2190908384834733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2190908384834733\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.000020489155066176\n                },\n                {\n                    \"address\": \"0xF2dD894b21834322e7dE8165A39E27Aaa6A31954\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.382002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6177873414275319,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6177873414275319\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.000022755227179567\n                },\n                {\n                    \"address\": \"0xab7EF8EA2DE891094EE60AA8516Bbd58b83B9C31\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.60167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6620406535143849,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6620406535143849\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.000015502454995589\n                },\n                {\n                    \"address\": \"0x99f397812eB2B22cE5e89c574cEEEb719B17cBAD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.510218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9599465326585893,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9599465326585893\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.000018521873935367\n                },\n                {\n                    \"address\": \"0x77AbD1a247609cd3980Da175961c6719571ee304\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.222916,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.485994724470204,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.485994724470204\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.00002800781004151\n                },\n                {\n                    \"address\": \"0x71Bb1FECeC08faEf107c8D287ECbb182909EEe4e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.634661,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5756443203537006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5756443203537006\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.00001441317319082\n                },\n                {\n                    \"address\": \"0x55cF4aF46D6dEb6dF2931B9449C976D1aC7072CD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.560449,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7842836725553977,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7842836725553977\n                    },\n                    \"liquidity\": 6400.6077392889465,\n                    \"skewImpact\": 0.00001686337601209\n                },\n                {\n                    \"address\": \"0x1767C692193846366869dF230008643BAa0097f3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.30543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.274072618930688,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.274072618930688\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.00002528346359693\n                },\n                {\n                    \"address\": \"0xEbe88eDe8daa2bDc02dAcD5944B6A482e96d56AB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.642948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.555335734771708,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.555335734771708\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.00001413955472573\n                },\n                {\n                    \"address\": \"0xE2851c6fD7993d7ECb04Ce8fB9c652f434342147\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.42328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3625023625023625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3625023625023625\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000021392326909708\n                },\n                {\n                    \"address\": \"0xC0BD03e8192530B2060FeCe53536BE178A891FB7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.551497,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8132464909147284,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8132464909147284\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.000017158973665508\n                },\n                {\n                    \"address\": \"0xB2343e756DD00F78C7ECeEF652059746c923715C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.601728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6618804509678791,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6618804509678791\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.000015500475742231\n                },\n                {\n                    \"address\": \"0xA3d1A006fB71637DC60F2Ea146C949e4833AC56A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.675939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4794234390973151,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4794234390973151\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.000013050272920961\n                },\n                {\n                    \"address\": \"0x779aA9d1Fa7783F243bA7fdb0514f8da34c93C44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.491913,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.032879797850433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.032879797850433\n                    },\n                    \"liquidity\": 7243.061776339012,\n                    \"skewImpact\": 0.000019126254796317\n                },\n                {\n                    \"address\": \"0x6B200D35C6722260Df67aE3727198Ee74f6f5841\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.346708,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8842714907068772,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8842714907068772\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000023920563327071\n                },\n                {\n                    \"address\": \"0x2823D523c7E5404D9812366D3421411b5b9A7111\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.264195,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7850829879445107,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7850829879445107\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000026644909771651\n                },\n                {\n                    \"address\": \"0xfE5E37Cf965dBd7002Fe52C751DCF86D999F4005\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.641502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.558841593634938,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.558841593634938\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.000014187222184621\n                },\n                {\n                    \"address\": \"0xFc4795A6df95842324a0e29c98C1dF2C56A62eEd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.591271,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.691271853346435,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.691271853346435\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.000015845720107898\n                },\n                {\n                    \"address\": \"0xF09F41bC6aB4C77C9f812B88c5d5F4A8FF82E080\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.303969,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2898091581707347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2898091581707347\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000025331656214041\n                },\n                {\n                    \"address\": \"0xC1BFa4aDC4Cd3F74626b502a8dD4287cC733F48e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.682723,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46472288175438653,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46472288175438653\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.00001282630116812\n                },\n                {\n                    \"address\": \"0xb1e1Bba9f7624A154cCE77DFa9f8cD289Fe393FD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.715714,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39720614658928016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39720614658928016\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.000011737019363351\n                },\n                {\n                    \"address\": \"0x675C7DD4bE93dc52Eb60474035BCF2770c29A422\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.463055,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.159570677349343,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.159570677349343\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000020079073352098\n                },\n                {\n                    \"address\": \"0x3AE06000D1EC9e84036D738Af5d6e355882B4d29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.218386,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.579048107479417,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.579048107479417\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000028157387885254\n                },\n                {\n                    \"address\": \"0x289a5Bf9D047226EbA62c8eCE3E87723e220b2D5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.531688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8808022750184317,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8808022750184317\n                    },\n                    \"liquidity\": 8295.098941786155,\n                    \"skewImpact\": 0.000017813001238707\n                },\n                {\n                    \"address\": \"0x0607a8F93C99758cEEF016d3e8a6B38701849409\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.386482,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.587442623459825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.587442623459825\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000022607309769461\n                },\n                {\n                    \"address\": \"0xFAEe93Bf6934527C497063b184fFa1cF3D5860Cd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.720563,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3878037034929632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3878037034929632\n                    },\n                    \"liquidity\": 9625.120842286515,\n                    \"skewImpact\": 0.000011576927655736\n                },\n                {\n                    \"address\": \"0xE536dFfAbd535b15d0B148fF8cF1D46EC341a454\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.424322,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3567008074056968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3567008074056968\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000021357936257077\n                },\n                {\n                    \"address\": \"0xD161a844dc348839fb10F6D04645C1aabD7D6515\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.679342,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4720126239802632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4720126239802632\n                    },\n                    \"liquidity\": 9625.120842286515,\n                    \"skewImpact\": 0.000012937848672237\n                },\n                {\n                    \"address\": \"0xcE26fb4154110B039303Cba2A28A8854832C4d08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.213339,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.687375491588505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.687375491588505\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000028324040573234\n                },\n                {\n                    \"address\": \"0xC997F82f2282c8bBa09DAE796e1DB1B8596F2d89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.256226,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9028045553534767,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9028045553534767\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.00002690801437287\n                },\n                {\n                    \"address\": \"0x8EcA542C30f5FF9E5819B79Ea7f475eca46c0976\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.753554,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3270449098538394,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3270449098538394\n                    },\n                    \"liquidity\": 9625.120842286515,\n                    \"skewImpact\": 0.000010487645850967\n                },\n                {\n                    \"address\": \"0x6c67d28346Cc5cBA90b93a76c913265280361602\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.569528,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7558399235858464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7558399235858464\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000016563627726323\n                },\n                {\n                    \"address\": \"0x3A8FD7A155741b85Cd5C0B044a0066f517a29A89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.629111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5895446113642903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5895446113642903\n                    },\n                    \"liquidity\": 9625.120842286515,\n                    \"skewImpact\": 0.000014596346595514\n                },\n                {\n                    \"address\": \"0x384d80605aBb7dd6751ce2304857BB5cC0C781Aa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.500895,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9964263967498179,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9964263967498179\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000018829699839714\n                },\n                {\n                    \"address\": \"0x23e956c807223f074582cA55fD418bB72aB38Ae7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.341809,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9256105017714573,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9256105017714573\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000024082282701657\n                },\n                {\n                    \"address\": \"0xe6C302cA2Ed482CEe8CB1D109B0Bf754c65A1224\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.206539,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.841700598918364,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.841700598918364\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000028548539207752\n                },\n                {\n                    \"address\": \"0xd05af807eDec9248A24598FC6EFCD3089f7bF577\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.756083,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32260611599520167,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32260611599520167\n                    },\n                    \"liquidity\": 11330.500641479513,\n                    \"skewImpact\": 0.000010404119203342\n                },\n                {\n                    \"address\": \"0xb143C1507646E3c2D9bA176eDe6De06237a177eB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.37733,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6502000901068032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6502000901068032\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000022909474249263\n                },\n                {\n                    \"address\": \"0xa8942Ed66582d6dfC230837c7A8b749b15938DAA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.664632,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5045920148292589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5045920148292589\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.00001342353814312\n                },\n                {\n                    \"address\": \"0x9B57c19844d8d52af282179Cfb3e2d9e8B6aB7F1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.714863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39886943372366446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39886943372366446\n                    },\n                    \"liquidity\": 11330.500641479513,\n                    \"skewImpact\": 0.000011765040219843\n                },\n                {\n                    \"address\": \"0x9257AD1aEc6dfa4dDf8529fcE75053347aa20682\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.789074,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2673082625964104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2673082625964104\n                    },\n                    \"liquidity\": 11330.500641479513,\n                    \"skewImpact\": 0.000009314837398573\n                },\n                {\n                    \"address\": \"0x472A776445C7F58237d2213091789E707Db8Bff8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.605048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.652761433803599,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.652761433803599\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000015390819273929\n                },\n                {\n                    \"address\": \"0x2EFce039AD806f2cE408DF3d763B0A90638bCe29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.291747,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4276273620637063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4276273620637063\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000025735205920476\n                },\n                {\n                    \"address\": \"0x25ea2c1DE5392BC0109D48C4a846d28b48a03b24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.24886,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.018323555412682,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.018323555412682\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.00002715123212084\n                },\n                {\n                    \"address\": \"0x0Cf7DE76C35f180AE0c78fF9Dba8A98C1865E56a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.536415,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.864228256107678,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.864228256107678\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.00001765689138732\n                },\n                {\n                    \"address\": \"0x06e75f9F1174e922Ce24af2fCaBAA361bB57b19A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.459843,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1746552627744686,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1746552627744686\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000020185127804683\n                },\n                {\n                    \"address\": \"0xe62d4063d69b813dC4b3Eb62B4FaF0785e9fD6F0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.492723,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0295378945167974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0295378945167974\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.00001909953100596\n                },\n                {\n                    \"address\": \"0xb8Cb57f8197063cDE2Ba0AAf029594C8d43Aecb2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.637928,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5675750241406552,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5675750241406552\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000014305222475206\n                },\n                {\n                    \"address\": \"0xb4cF3e24823cFf00ee8ca6C13B71912558B54A8c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.821954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21661309513671087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21661309513671087\n                    },\n                    \"liquidity\": 13553.307218106474,\n                    \"skewImpact\": 0.00000822924059985\n                },\n                {\n                    \"address\": \"0xae2bf24e4A18e6308aF164d6988F7845d8CaE752\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.198141,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.0469110380991316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.0469110380991316\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000028825842678888\n                },\n                {\n                    \"address\": \"0xa0a90B0892657637098579Ca17416ebC193330E8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.239419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1767779499538467,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1767779499538467\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000027462942409029\n                },\n                {\n                    \"address\": \"0x58524C12879372C06CcAb48bc23f68F0c93E6C6C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.324627,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.080458495442462,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.080458495442462\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000024649609121753\n                },\n                {\n                    \"address\": \"0x5405b81A45a154156A43604049d263850DCDee54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.410209,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4377817161495725,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4377817161495725\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.00002182387745054\n                },\n                {\n                    \"address\": \"0x3873b6D58895015c872a09BCd628899548010477\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.569295,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7565585504878841,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7565585504878841\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000016571294588597\n                },\n                {\n                    \"address\": \"0x2Cdc5aa8188C0bB3df02F55dBcF72ff9D36e7d67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.788963,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.267486561473732,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.267486561473732\n                    },\n                    \"liquidity\": 13553.307218106474,\n                    \"skewImpact\": 0.000009318522404619\n                },\n                {\n                    \"address\": \"0x28525c11A6200f62D59b83784b1dCe9424Fe2BcB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.747742,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3373596775358345,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3373596775358345\n                    },\n                    \"liquidity\": 13553.307218106474,\n                    \"skewImpact\": 0.00001067944342112\n                },\n                {\n                    \"address\": \"0x1a2810A337b8D0e1deBAbdC632Ef790E82E2d68A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.697511,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4336691464364003,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4336691464364003\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.000012337941344397\n                },\n                {\n                    \"address\": \"0x13e2b7e1eD7E2c6BAA741AF33D8Bc8222426dE2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.158366,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.314486695376533,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.314486695376533\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000030139096236498\n                },\n                {\n                    \"address\": \"0x0b09dd6a03Ce471D83e7f5B49a87ACBd9c11776a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.28174,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.549371761198268,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.549371761198268\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000026065635322117\n                },\n                {\n                    \"address\": \"0xEDD08F10640C033F7ca747a81D1D7ffa80f34878\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.15052,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.643635397289398,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.643635397289398\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000030398288544197\n                },\n                {\n                    \"address\": \"0xeDa7413840Ffd5DF62202E433d3cEA3a2e872192\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.26941,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7118147062098665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7118147062098665\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000026472761204344\n                },\n                {\n                    \"address\": \"0xd8A3F7a41ECd51Dba5bFc87691cD89f5F8b43f3C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.311731,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2078939855195667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2078939855195667\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000025075454117432\n                },\n                {\n                    \"address\": \"0xd2bd197e15707870E7509F3EEA410a036cD10219\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.818955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22106831266675217,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22106831266675217\n                    },\n                    \"liquidity\": 16507.01265191524,\n                    \"skewImpact\": 0.000008328341199934\n                },\n                {\n                    \"address\": \"0xC177e54930F0CF7c000a15890c304de3AF55292a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.440201,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2716895236494237,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2716895236494237\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000020833696245855\n                },\n                {\n                    \"address\": \"0xB8552BDD3B12D76A3bAc149b7Ad108e9F41bF4fE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.727503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3745647784270305,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3745647784270305\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.000011347760139712\n                },\n                {\n                    \"address\": \"0xB2c3d4a8266a2222C7D787576eeA0DA06aef4961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.228132,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.383427138674101,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.383427138674101\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000027835661474203\n                },\n                {\n                    \"address\": \"0xAAC9497305338b6118f4210fFd48a6009b790231\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.522714,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9130920541634622,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9130920541634622\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000018109349801275\n                },\n                {\n                    \"address\": \"0x7d6217630587116D3967fF39a58Dd735687443Ea\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.188358,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.309039170090997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.309039170090997\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000029148915031813\n                },\n                {\n                    \"address\": \"0x3D6ce49286f70D44A4d1AFBBFDad33f0264fE253\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.667919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4971875332188483,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4971875332188483\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000013315041270521\n                },\n                {\n                    \"address\": \"0x24c0A9173953952d44B9Eba38d8F081EF5fFc167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.599286,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6686523629786113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6686523629786113\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000015581113383912\n                },\n                {\n                    \"address\": \"0x1C647a10e76Fb4D480bF9694F8eBAbB4f9bd6894\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.777734,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2857866571347015,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2857866571347015\n                    },\n                    \"liquidity\": 14575.16679768847,\n                    \"skewImpact\": 0.000009689262216435\n                },\n                {\n                    \"address\": \"0x13201C58D3E2cF4B03F64F13448b5a1eC68F924a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.851945,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1737846926738229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1737846926738229\n                    },\n                    \"liquidity\": 16507.01265191524,\n                    \"skewImpact\": 0.000007239059395165\n                },\n                {\n                    \"address\": \"0x0203b77A789f9539FAD7e9906524D4BfE88110b6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.354618,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8199358182607765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8199358182607765\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000023659427917068\n                },\n                {\n                    \"address\": \"0xFF33a2B76bf5E3a361438540C6787c0fAFF606aF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.804668,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24274856213991353,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24274856213991353\n                    },\n                    \"liquidity\": 14575.16679768847,\n                    \"skewImpact\": 0.00000879997007247\n                },\n                {\n                    \"address\": \"0xfbEF97c734C6BE907e34772753b77ee4f466Bb18\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.549649,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8193428897350853,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8193428897350853\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.00001722005765731\n                },\n                {\n                    \"address\": \"0xF36921FA9B4630A56192184829Ca5658d66C933e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.626221,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5968803345783676,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5968803345783676\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000014691821239947\n                },\n                {\n                    \"address\": \"0xDEF37559820A279679f5E95B6FCBB85D440C5e0b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.381553,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6208678741878586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6208678741878586\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000022770135773103\n                },\n                {\n                    \"address\": \"0xbF35a43ddbc3870C0f0c9b256EdDaBe60d66F2Bd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.694854,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4391512461610641,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4391512461610641\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.000012425749126556\n                },\n                {\n                    \"address\": \"0xb749Af3D65AF1eA59aF3D31F9C45869b1bd38660\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.754437,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32549172429241935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32549172429241935\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.000010458467995747\n                },\n                {\n                    \"address\": \"0xB20B2678b47DAF5Cd0EA81fe0bbB1c4E74B841D5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.467135,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1407087886799316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1407087886799316\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.00001994440410189\n                },\n                {\n                    \"address\": \"0x9a7057C14085f84590916964b5803c25C3832C5F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.177454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.635263223145153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.635263223145153\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000029508996400232\n                },\n                {\n                    \"address\": \"0x8347Dced1C23402297593A56503BEd2F7ffFD363\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.255067,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.920538525171818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.920538525171818\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000026946369330238\n                },\n                {\n                    \"address\": \"0x7bfA58AB7E04b3935Cecf50527747e1Fc1962776\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.141934,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.045528203249398,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.045528203249398\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000030681804852626\n                },\n                {\n                    \"address\": \"0x5cC6e6290dC64d40A145E542047fbD525783775c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.338666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9527617180348777,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9527617180348777\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000024186161973467\n                },\n                {\n                    \"address\": \"0x437De86486445f1Fa959CFB2c85Bfe160cAA4554\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.87888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13781176042235574,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13781176042235574\n                    },\n                    \"liquidity\": 20524.152021810558,\n                    \"skewImpact\": 0.0000063497672512\n                },\n                {\n                    \"address\": \"0x32Bc97554c029504071675C5Daa411aF48041a19\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.215292,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6448544302621553,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6448544302621553\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000028259622887848\n                },\n                {\n                    \"address\": \"0x27d87D01624eE902380d29Da2FE4e139D10887AF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.845889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18218820672688732,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18218820672688732\n                    },\n                    \"liquidity\": 19816.01389224527,\n                    \"skewImpact\": 0.000007439049055969\n                },\n                {\n                    \"address\": \"0x169A8cFa21A76bbe42DE7b266D57a8Ee6b7351F8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.296345,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3744453255496123,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3744453255496123\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000025583469060379\n                },\n                {\n                    \"address\": \"0xf0C4545cd558cCE711b69721A1FCea6C3CcF52D1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.869688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.149837642924819,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.149837642924819\n                    },\n                    \"liquidity\": 19816.01389224527,\n                    \"skewImpact\": 0.000006653241128623\n                },\n                {\n                    \"address\": \"0xe6e609AF7BA5B2B02a2f121587C9b72fD3D1831e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.362465,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.758887064957996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.758887064957996\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000023400354046121\n                },\n                {\n                    \"address\": \"0xDBd45c97784699f61f5a6B1688dA38217f25D01d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.828468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20704722451561197,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20704722451561197\n                    },\n                    \"liquidity\": 14575.16679768847,\n                    \"skewImpact\": 0.000008014162145124\n                },\n                {\n                    \"address\": \"0xbd5C98a43568906D13a7a809661947e196B55Db7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.718653,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3914921387651621,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3914921387651621\n                    },\n                    \"liquidity\": 8550.40165391695,\n                    \"skewImpact\": 0.00001163994119921\n                },\n                {\n                    \"address\": \"0xaaf29bFC250d767899C9F008144F05f2451B23E7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.490935,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0369295324228258,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0369295324228258\n                    },\n                    \"liquidity\": 4604.002744373214,\n                    \"skewImpact\": 0.000019158596174544\n                },\n                {\n                    \"address\": \"0x9C477f5660D76658129dAfD41521B625dF3f2066\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.405352,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4669916517002508,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4669916517002508\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000021984327845757\n                },\n                {\n                    \"address\": \"0x9749D919Ee9051199031456cA5839038596Abd71\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.239091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.18250791539623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.18250791539623\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000027473814960502\n                },\n                {\n                    \"address\": \"0x9224816326b5f5B542E4F20eb88e326604a36B24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.778237,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2849556112084109,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2849556112084109\n                    },\n                    \"liquidity\": 11022.544340956467,\n                    \"skewImpact\": 0.000009672660068401\n                },\n                {\n                    \"address\": \"0x73707d02773F912Be3BE81aD732B83dCba3905f5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.165733,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.033801355191785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.033801355191785\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.00002989599692528\n                },\n                {\n                    \"address\": \"0x7332DbcC2264Fb90bdE32AeB19B4bf01da156165\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.65002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5384142026399187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5384142026399187\n                    },\n                    \"liquidity\": 6794.961656528027,\n                    \"skewImpact\": 0.000013906013312601\n                },\n                {\n                    \"address\": \"0x7239DBBbD074723C43131E5689F6C0560B249Acd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.278866,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5859516757152177,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5859516757152177\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000026160561402892\n                },\n                {\n                    \"address\": \"0x620F7d7E47848a995978fb2AC8E31859CE629215\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.320144,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1235943825278625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1235943825278625\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000024797661133033\n                },\n                {\n                    \"address\": \"0x32214AC347f4402BE7dAb3BabDd27054Efa48C06\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.132853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.527116436964164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.527116436964164\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000030981593724002\n                },\n                {\n                    \"address\": \"0x177E6689cE64e6dF918fd88023d9225804cfC451\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.201253,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9688700292666446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9688700292666446\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000028723188472886\n                },\n                {\n                    \"address\": \"0x0a7D273D4A45bA87514A422c4Ef2Ac5C87192c73\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.573448,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7438372790558169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7438372790558169\n                    },\n                    \"liquidity\": 5528.597990883146,\n                    \"skewImpact\": 0.000016434249729964\n                },\n                {\n                    \"address\": \"0xF6B3f15A7d9E304Eaf63dce06A8ce396528c24c1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.383139,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6100188182356794,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6100188182356794\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000022717752989137\n                },\n                {\n                    \"address\": \"0xEc71b834C3364533ca126cDB07854F523F229d45\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.123538,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.094675322572812,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.094675322572812\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000031289173871704\n                },\n                {\n                    \"address\": \"0xDceac17e628830a64CA3db5ABC82a64bdfe3475F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.426026,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.347274579485759,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.347274579485759\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000021301726788773\n                },\n                {\n                    \"address\": \"0xc964C8a85f3024692F53C27F79cDf0518a7364A9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.221927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5059862026702473,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5059862026702473\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000028040587415902\n                },\n                {\n                    \"address\": \"0xB0B3cf7a1B570255726EeB6DA50e726B0579E01f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.259766,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.849618502806372,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.849618502806372\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000026791213903518\n                },\n                {\n                    \"address\": \"0x9FE3B06C3EE840507B899FEbF117DE0EB765382A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.340818,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9341173294837712,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9341173294837712\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000024115060076049\n                },\n                {\n                    \"address\": \"0x90D42e210fc28b75C6c12c9249d19a41d5360cDF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.186407,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.3646054064493285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.3646054064493285\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000029213395868296\n                },\n                {\n                    \"address\": \"0x9068462A600d87e116c300471C584bcbAe5Ac109\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.29954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3384522935167262,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3384522935167262\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000025477960345908\n                },\n                {\n                    \"address\": \"0x15438fE8f4857AA8A568aDb5505A6cf6ECB4fE3d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.153527,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.513512281227406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.513512281227406\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000030298992667018\n                },\n                {\n                    \"address\": \"0xf23fE08328B0cdfe59032628232d17A84996fb77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.171167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.842247629508024,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.842247629508024\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000029716609687424\n                },\n                {\n                    \"address\": \"0xEE029645b907Cf61195433bCF51ad8FEB29C70f8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.239567,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1741976148634827,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1741976148634827\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000027458204436308\n                },\n                {\n                    \"address\": \"0xe236303Ad0BEb8b704b8C3830378053Ca28F4849\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.141177,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.083306770932943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.083306770932943\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.00003070679089211\n                },\n                {\n                    \"address\": \"0xd3cC63F51428F1Dd9Adb16135a17A55D674D991a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.204047,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9008316711345916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9008316711345916\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000028631012888702\n                },\n                {\n                    \"address\": \"0xCc2a7ac44819Cf0e3d4226d5A9784ad67D34a144\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.277405,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6048376921829095,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6048376921829095\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000026208830923924\n                },\n                {\n                    \"address\": \"0xA8b00C245288AC007bC51CF66d5DA078260082fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.31718,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1527839081909326,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1527839081909326\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000024895577366314\n                },\n                {\n                    \"address\": \"0x7a154FEeE8e8000792bbc946eb76DcE50A36aaE9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.443666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2539477895534028,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2539477895534028\n                    },\n                    \"liquidity\": 3923.434559397045,\n                    \"skewImpact\": 0.000020719343809179\n                },\n                {\n                    \"address\": \"0x5deCb574a5F8925f677cB3366bBFe192ba68B220\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.400779,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4951407134605357,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4951407134605357\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000022135370009543\n                },\n                {\n                    \"address\": \"0x4A3369e3239c7e06B5EF8817F3B6F473f6242721\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.358458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7897271088942082,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7897271088942082\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000023532677096455\n                },\n                {\n                    \"address\": \"0x04A5B894cBF55Fe9ee4AEB17432A9068e083B816\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.114243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.753271535236295,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.753271535236295\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000031596083036075\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xE164926Ce276877799dF324e3ddE2c0C772e61B4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.988365,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.011771966834114876,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.011771966834114876\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000018048538910634\n                },\n                {\n                    \"address\": \"0xC36acd7cffEBD8dF43cD06Aed431319252B4DaC8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.971458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02938058052947215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02938058052947215\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000018333146969888\n                },\n                {\n                    \"address\": \"0x86d81327075103522ad8743730253C9ECFd138B6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.93911,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06483798490059738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06483798490059738\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000018877787872273\n                },\n                {\n                    \"address\": \"0xfF62cBE320486BbB0CE1311e8b61F88264fee873\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.953448,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04882489658586524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04882489658586524\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000018636327027042\n                },\n                {\n                    \"address\": \"0xD0FF192bF81290b08D1D1649496a6b33525a7597\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.913031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09525306369663238,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09525306369663238\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000019316787535293\n                },\n                {\n                    \"address\": \"0x6Ca353eFA5599cEF2737F34d5CCC90B3ce3B557C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.880683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1354823472236889,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1354823472236889\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000019861428437677\n                },\n                {\n                    \"address\": \"0xb1667472871EDF36576eCaC190b29F872b1314f7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.845731,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18240906387492004,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18240906387492004\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000020449823591988\n                },\n                {\n                    \"address\": \"0x62e202B7302b304c548591521bCd4Fb5885dFc37\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.935401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06906022123132213,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06906022123132213\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000018940114122099\n                },\n                {\n                    \"address\": \"0x607a0cA488378A19f3bb741c7939422a9Ea318aE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.886147,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12848094052115505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12848094052115505\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000019769363083738\n                },\n                {\n                    \"address\": \"0x5eAF39283baadd8f528C0FECafF21290B8460157\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.813383,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2294331206823846,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2294331206823846\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000020994464494373\n                },\n                {\n                    \"address\": \"0xFbab1913C992b32206aEFb2AEF51952fCE940811\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.860315,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1623649477226364,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1623649477226364\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000020204232330781\n                },\n                {\n                    \"address\": \"0x7005F6EEba1b6c6f80CDe6Fc550a3feDA170913c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.811062,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23295136500045627,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23295136500045627\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000021033481292419\n                },\n                {\n                    \"address\": \"0x6600fe22007dD426C7e6bd076B36837bE057C4D6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.738297,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35446845917022557,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35446845917022557\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000022258582703054\n                },\n                {\n                    \"address\": \"0x5fe0106EEE3a67Aa4327d398839Ba4e963F427Ad\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.770646,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29761265224240435,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29761265224240435\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.00002171394180067\n                },\n                {\n                    \"address\": \"0x54Ba41Ee9278242D24f33a1D1BADcfE0dAc9Dc14\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.91874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0884472211942443,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0884472211942443\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000019220591765376\n                },\n                {\n                    \"address\": \"0xc1D03845a3EC3BbB85BeAA6E68f3ec6d2d3Aa6a3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.689737,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44982797791042084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44982797791042084\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.00002307611502296\n                },\n                {\n                    \"address\": \"0x66E8C24b4ADbA49e27c853eAF4101dc7ca929948\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.837831,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19355812807117426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19355812807117426\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000020582764987666\n                },\n                {\n                    \"address\": \"0x41ac6904f841120Bf653074f86F6060BC4E2766C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.779406,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28302835749275723,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28302835749275723\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000021566405553071\n                },\n                {\n                    \"address\": \"0x3D056180fF75Fd05862bB41f881345CC117D87Ca\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.657388,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5211716672649942,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5211716672649942\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000023620755925344\n                },\n                {\n                    \"address\": \"0x3827f9C4d5591ae856cdA3F64265EC721FD268a5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.905129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10481489378862023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10481489378862023\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000019449728930971\n                },\n                {\n                    \"address\": \"0x11Be5EFD8C63f1Ed7A1fB9a651Efa8B0916e0907\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.730153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36957596558529504,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36957596558529504\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000022395654514709\n                },\n                {\n                    \"address\": \"0xfCdcd2c2942B37250F5Ac429a768e50AE6dAb2Ab\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.573469,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7437734210567616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7437734210567616\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000025033621760951\n                },\n                {\n                    \"address\": \"0xd4Dc6435ae0231250aC38f882251624A999738d2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.695488,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43783933008189935,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43783933008189935\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000022979271388677\n                },\n                {\n                    \"address\": \"0xA30aFb02DE601dc7ECCF6bf90441b906464c52D0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.605818,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6506607595020287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6506607595020287\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000024488980858566\n                },\n                {\n                    \"address\": \"0x605ABb2FAF2f6a1A42e2F203f0F0cFeA6509Ffb4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.82121,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21771532251190318,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21771532251190318\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000020862594766577\n                },\n                {\n                    \"address\": \"0x47b10a1602859c58E6410f2eBb09C935C5Fe2524\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.753912,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32641475397659137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32641475397659137\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000021995630823273\n                },\n                {\n                    \"address\": \"0x3a12f2454bE59B398Af8A143DebAF088BAA499dB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.896294,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11570533775747685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11570533775747685\n                    },\n                    \"liquidity\": 3734.8647026517874,\n                    \"skewImpact\": 0.000019598476557896\n                },\n                {\n                    \"address\": \"0x24781ecA227e38e2EeA2bcE3b7f79e04aD2f3E08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.646234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5474270929725147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5474270929725147\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000023808520350316\n                },\n                {\n                    \"address\": \"0xf89305B99533bCBA24a2801faDf1686fF8d839bf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.563763,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7737950167002801,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7737950167002801\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000025196993958748\n                },\n                {\n                    \"address\": \"0xd10660328FD5790b18A185a5B7debC4B87427967\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.779156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2834400299811592,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2834400299811592\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000021570607866759\n                },\n                {\n                    \"address\": \"0xa8864bF6067c48A7a874DF2843E2eE3eD0d04749\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.854239,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17063257472440388,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17063257472440388\n                    },\n                    \"liquidity\": 3652.8469445888713,\n                    \"skewImpact\": 0.000020306489658078\n                },\n                {\n                    \"address\": \"0xA432E910Db445950a3e2EA804371d8f2E97b2C9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.711858,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4047745477328344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4047745477328344\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000022703643923455\n                },\n                {\n                    \"address\": \"0x6A39848Ffa909E438f3b043571Cc815aA7491673\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.653433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5303787840528408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5303787840528408\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000023687284488859\n                },\n                {\n                    \"address\": \"0x3dFd83b9bF2039491A649fEd6D1Af72c1911B6f4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.604179,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6551386261356319,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6551386261356319\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000024516533450498\n                },\n                {\n                    \"address\": \"0x3a0763De495980f27B7948F8d5FafF7d76C7fe39\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.531415,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8817684860231647,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8817684860231647\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000025741634861133\n                },\n                {\n                    \"address\": \"0xF9637Af845990247C072D9e16c41efC493356167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.670361,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4917335584856518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4917335584856518\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000023402297466911\n                },\n                {\n                    \"address\": \"0xF2dD894b21834322e7dE8165A39E27Aaa6A31954\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.737659,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35563993661027665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35563993661027665\n                    },\n                    \"liquidity\": 3317.2212033494516,\n                    \"skewImpact\": 0.000022269261410215\n                },\n                {\n                    \"address\": \"0xab7EF8EA2DE891094EE60AA8516Bbd58b83B9C31\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.522266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9147331053524449,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9147331053524449\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000025895647502204\n                },\n                {\n                    \"address\": \"0x99f397812eB2B22cE5e89c574cEEEb719B17cBAD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.611936,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6341578204256654,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6341578204256654\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000024385938032315\n                },\n                {\n                    \"address\": \"0x77AbD1a247609cd3980Da175961c6719571ee304\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.893652,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11900381804102715,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11900381804102715\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000019642969979244\n                },\n                {\n                    \"address\": \"0x71Bb1FECeC08faEf107c8D287ECbb182909EEe4e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.489918,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.041157908058083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.041157908058083\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000026440288404589\n                },\n                {\n                    \"address\": \"0x55cF4aF46D6dEb6dF2931B9449C976D1aC7072CD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.562683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7771995955093719,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7771995955093719\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000025215186993954\n                },\n                {\n                    \"address\": \"0x1767C692193846366869dF230008643BAa0097f3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.812742,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23040276003947138,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23040276003947138\n                    },\n                    \"liquidity\": 3420.0915249376126,\n                    \"skewImpact\": 0.000021005143201534\n                },\n                {\n                    \"address\": \"0xEbe88eDe8daa2bDc02dAcD5944B6A482e96d56AB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.481791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.075588792650755,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.075588792650755\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000026577097637134\n                },\n                {\n                    \"address\": \"0xE2851c6fD7993d7ECb04Ce8fB9c652f434342147\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.697183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4343436371799083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4343436371799083\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000022950711545145\n                },\n                {\n                    \"address\": \"0xC0BD03e8192530B2060FeCe53536BE178A891FB7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.571461,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7499006931356645,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7499006931356645\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000025067388167245\n                },\n                {\n                    \"address\": \"0xB2343e756DD00F78C7ECeEF652059746c923715C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.522207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9149494357601489,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9149494357601489\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000025896637128883\n                },\n                {\n                    \"address\": \"0xA3d1A006fB71637DC60F2Ea146C949e4833AC56A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.449442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2249811989088693,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2249811989088693\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000027121738539518\n                },\n                {\n                    \"address\": \"0x779aA9d1Fa7783F243bA7fdb0514f8da34c93C44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.629885,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5875913857291409,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5875913857291409\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.00002408374760184\n                },\n                {\n                    \"address\": \"0x6B200D35C6722260Df67aE3727198Ee74f6f5841\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.772267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2948889438497307,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2948889438497307\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000021686593336463\n                },\n                {\n                    \"address\": \"0x2823D523c7E5404D9812366D3421411b5b9A7111\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.853176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17209110429735477,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17209110429735477\n                    },\n                    \"liquidity\": 3219.970622825922,\n                    \"skewImpact\": 0.000020324420114173\n                },\n                {\n                    \"address\": \"0xfE5E37Cf965dBd7002Fe52C751DCF86D999F4005\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.483206,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0695107262740942,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0695107262740942\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000026553263907688\n                },\n                {\n                    \"address\": \"0xFc4795A6df95842324a0e29c98C1dF2C56A62eEd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.532459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8780788755566156,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8780788755566156\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.00002572401494605\n                },\n                {\n                    \"address\": \"0xF09F41bC6aB4C77C9f812B88c5d5F4A8FF82E080\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.814175,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2282371725980287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2282371725980287\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000020981046892978\n                },\n                {\n                    \"address\": \"0xC1BFa4aDC4Cd3F74626b502a8dD4287cC733F48e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.44279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2584069197588021,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2584069197588021\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000027233724415939\n                },\n                {\n                    \"address\": \"0xb1e1Bba9f7624A154cCE77DFa9f8cD289Fe393FD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.410441,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4364037705784751,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4364037705784751\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000027778365318323\n                },\n                {\n                    \"address\": \"0x675C7DD4bE93dc52Eb60474035BCF2770c29A422\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.658182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5193365968683433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5193365968683433\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.00002360733832395\n                },\n                {\n                    \"address\": \"0x3AE06000D1EC9e84036D738Af5d6e355882B4d29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.898095,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11346795160868285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11346795160868285\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000019568181057372\n                },\n                {\n                    \"address\": \"0x289a5Bf9D047226EbA62c8eCE3E87723e220b2D5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.590884,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6923795533471884,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6923795533471884\n                    },\n                    \"liquidity\": 3015.032077313605,\n                    \"skewImpact\": 0.000024740374380645\n                },\n                {\n                    \"address\": \"0x0607a8F93C99758cEEF016d3e8a6B38701849409\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.733266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36376158174523304,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36376158174523304\n                    },\n                    \"liquidity\": 3048.1124399797186,\n                    \"skewImpact\": 0.000022343220115268\n                },\n                {\n                    \"address\": \"0xFAEe93Bf6934527C497063b184fFa1cF3D5860Cd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.405686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4649605852802414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4649605852802414\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000027858411172131\n                },\n                {\n                    \"address\": \"0xE536dFfAbd535b15d0B148fF8cF1D46EC341a454\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.696162,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43644726371160747,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43644726371160747\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.00002296790687146\n                },\n                {\n                    \"address\": \"0xD161a844dc348839fb10F6D04645C1aabD7D6515\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.446102,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.241639804349678,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.241639804349678\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.00002717795066388\n                },\n                {\n                    \"address\": \"0xcE26fb4154110B039303Cba2A28A8854832C4d08\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.903045,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10736452779208125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10736452779208125\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000019484854713382\n                },\n                {\n                    \"address\": \"0xC997F82f2282c8bBa09DAE796e1DB1B8596F2d89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.860991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16145232644708254,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16145232644708254\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000020192867813564\n                },\n                {\n                    \"address\": \"0x8EcA542C30f5FF9E5819B79Ea7f475eca46c0976\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.373338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6785379468470931,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6785379468470931\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000028403052074515\n                },\n                {\n                    \"address\": \"0x6c67d28346Cc5cBA90b93a76c913265280361602\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.55378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8057712448986961,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8057712448986961\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000025365061136837\n                },\n                {\n                    \"address\": \"0x3A8FD7A155741b85Cd5C0B044a0066f517a29A89\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.495356,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0187501514062614,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0187501514062614\n                    },\n                    \"liquidity\": 2794.062155001337,\n                    \"skewImpact\": 0.000026348701702242\n                },\n                {\n                    \"address\": \"0x384d80605aBb7dd6751ce2304857BB5cC0C781Aa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.621079,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6101011304520035,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6101011304520035\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.000024232025080142\n                },\n                {\n                    \"address\": \"0x23e956c807223f074582cA55fD418bB72aB38Ae7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.777071,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2868836953122688,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2868836953122688\n                    },\n                    \"liquidity\": 2900.819245101536,\n                    \"skewImpact\": 0.00002160573364917\n                },\n                {\n                    \"address\": \"0xe6C302cA2Ed482CEe8CB1D109B0Bf754c65A1224\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.909714,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09924657639653779,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09924657639653779\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000019372605396123\n                },\n                {\n                    \"address\": \"0xd05af807eDec9248A24598FC6EFCD3089f7bF577\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.370856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6964643958841163,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6964643958841163\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000028444815398328\n                },\n                {\n                    \"address\": \"0xb143C1507646E3c2D9bA176eDe6De06237a177eB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.742241,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3472713040643133,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3472713040643133\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000022192137875367\n                },\n                {\n                    \"address\": \"0xa8942Ed66582d6dfC230837c7A8b749b15938DAA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.460526,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1714300604091843,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1714300604091843\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000026935105928439\n                },\n                {\n                    \"address\": \"0x9B57c19844d8d52af282179Cfb3e2d9e8B6aB7F1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.411273,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4314749570236802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4314749570236802\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000027764354890077\n                },\n                {\n                    \"address\": \"0x9257AD1aEc6dfa4dDf8529fcE75053347aa20682\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.338508,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9541399317002848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9541399317002848\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000028989456300712\n                },\n                {\n                    \"address\": \"0x472A776445C7F58237d2213091789E707Db8Bff8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.518951,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9269642027860047,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9269642027860047\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000025951465363034\n                },\n                {\n                    \"address\": \"0x2EFce039AD806f2cE408DF3d763B0A90638bCe29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.826161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21041782412871093,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21041782412871093\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000020779272039761\n                },\n                {\n                    \"address\": \"0x25ea2c1DE5392BC0109D48C4a846d28b48a03b24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.868215,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1517884394994328,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1517884394994328\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000020071258939579\n                },\n                {\n                    \"address\": \"0x0Cf7DE76C35f180AE0c78fF9Dba8A98C1865E56a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.586249,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7057598392491927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7057598392491927\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000024818429306339\n                },\n                {\n                    \"address\": \"0x06e75f9F1174e922Ce24af2fCaBAA361bB57b19A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.661332,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5120998227819007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5120998227819007\n                    },\n                    \"liquidity\": 2774.943893001552,\n                    \"skewImpact\": 0.000023554311097657\n                },\n                {\n                    \"address\": \"0xe62d4063d69b813dC4b3Eb62B4FaF0785e9fD6F0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.629092,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5895926192035505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5895926192035505\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000024097109497018\n                },\n                {\n                    \"address\": \"0xb8Cb57f8197063cDE2Ba0AAf029594C8d43Aecb2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.48671,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0546115756816175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0546115756816175\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000026494263762395\n                },\n                {\n                    \"address\": \"0xb4cF3e24823cFf00ee8ca6C13B71912558B54A8c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.306268,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2651142136951954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2651142136951954\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000029532254700073\n                },\n                {\n                    \"address\": \"0xae2bf24e4A18e6308aF164d6988F7845d8CaE752\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.917949,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08938514013305748,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08938514013305748\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000019233953660554\n                },\n                {\n                    \"address\": \"0xa0a90B0892657637098579Ca17416ebC193330E8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.877473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13963620533053445,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13963620533053445\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000019915403795484\n                },\n                {\n                    \"address\": \"0x58524C12879372C06CcAb48bc23f68F0c93E6C6C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.793921,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2595711664006872,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2595711664006872\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000021322070439122\n                },\n                {\n                    \"address\": \"0x5405b81A45a154156A43604049d263850DCDee54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.710001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4084487204947599,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4084487204947599\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000022734936274728\n                },\n                {\n                    \"address\": \"0x3873b6D58895015c872a09BCd628899548010477\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.554009,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8050248281165109,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8050248281165109\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.0000253612277057\n                },\n                {\n                    \"address\": \"0x2Cdc5aa8188C0bB3df02F55dBcF72ff9D36e7d67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.338616,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9531977224939165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9531977224939165\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000028987613797689\n                },\n                {\n                    \"address\": \"0x28525c11A6200f62D59b83784b1dCe9424Fe2BcB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.379032,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6382996686295617,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6382996686295617\n                    },\n                    \"liquidity\": 2631.474030988517,\n                    \"skewImpact\": 0.000028307153289438\n                },\n                {\n                    \"address\": \"0x1a2810A337b8D0e1deBAbdC632Ef790E82E2d68A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.428286,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.334888368987079,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.334888368987079\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.0000274779043278\n                },\n                {\n                    \"address\": \"0x13e2b7e1eD7E2c6BAA741AF33D8Bc8222426dE2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.956951,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04498558442386288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04498558442386288\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.000018577326881749\n                },\n                {\n                    \"address\": \"0x0b09dd6a03Ce471D83e7f5B49a87ACBd9c11776a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.835974,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19620945149011812,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19620945149011812\n                    },\n                    \"liquidity\": 2667.7887704774535,\n                    \"skewImpact\": 0.00002061405733894\n                },\n                {\n                    \"address\": \"0xEDD08F10640C033F7ca747a81D1D7ffa80f34878\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.964651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03664434080304687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03664434080304687\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.0000184477307279\n                },\n                {\n                    \"address\": \"0xeDa7413840Ffd5DF62202E433d3cEA3a2e872192\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.848067,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17915211887739999,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17915211887739999\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000020410494397827\n                },\n                {\n                    \"address\": \"0xd8A3F7a41ECd51Dba5bFc87691cD89f5F8b43f3C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.806568,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23982106902331862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23982106902331862\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000021109147941283\n                },\n                {\n                    \"address\": \"0xd2bd197e15707870E7509F3EEA410a036cD10219\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.30921,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2340480579541415,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2340480579541415\n                    },\n                    \"liquidity\": 2511.5483247175307,\n                    \"skewImpact\": 0.000029482704400032\n                },\n                {\n                    \"address\": \"0xC177e54930F0CF7c000a15890c304de3AF55292a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.680595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4693025955230351,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4693025955230351\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000023230026877071\n                },\n                {\n                    \"address\": \"0xB8552BDD3B12D76A3bAc149b7Ad108e9F41bF4fE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.39888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5070196550340953,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5070196550340953\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000027972994930143\n                },\n                {\n                    \"address\": \"0xB2c3d4a8266a2222C7D787576eeA0DA06aef4961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.888543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12543793603686038,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12543793603686038\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000019729044262897\n                },\n                {\n                    \"address\": \"0xAAC9497305338b6118f4210fFd48a6009b790231\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.599686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.667539345590859,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.667539345590859\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000024592200099361\n                },\n                {\n                    \"address\": \"0x7d6217630587116D3967fF39a58Dd735687443Ea\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.927545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07811480844595146,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07811480844595146\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000019072417484092\n                },\n                {\n                    \"address\": \"0x3D6ce49286f70D44A4d1AFBBFDad33f0264fE253\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.457304,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1867291779647675,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1867291779647675\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000026989354364738\n                },\n                {\n                    \"address\": \"0x24c0A9173953952d44B9Eba38d8F081EF5fFc167\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.524603,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9062033575865939,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9062033575865939\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000025856318308043\n                },\n                {\n                    \"address\": \"0x1C647a10e76Fb4D480bF9694F8eBAbB4f9bd6894\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.349626,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8601991842711927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8601991842711927\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000028802243891781\n                },\n                {\n                    \"address\": \"0x13201C58D3E2cF4B03F64F13448b5a1eC68F924a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.276862,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6119077374287554,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6119077374287554\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000030027345302416\n                },\n                {\n                    \"address\": \"0x0203b77A789f9539FAD7e9906524D4BfE88110b6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.764515,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.308018809310478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.308018809310478\n                    },\n                    \"liquidity\": 2577.0227877639127,\n                    \"skewImpact\": 0.000021817161041465\n                },\n                {\n                    \"address\": \"0xFF33a2B76bf5E3a361438540C6787c0fAFF606aF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.323217,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0938966700390145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0938966700390145\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000029246889963764\n                },\n                {\n                    \"address\": \"0xfbEF97c734C6BE907e34772753b77ee4f466Bb18\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.573277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7443574397716984,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7443574397716984\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000025036846171344\n                },\n                {\n                    \"address\": \"0xF36921FA9B4630A56192184829Ca5658d66C933e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.498193,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.007254216739296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.007254216739296\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000026300964380025\n                },\n                {\n                    \"address\": \"0xDEF37559820A279679f5E95B6FCBB85D440C5e0b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.738105,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35482079107985987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35482079107985987\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000022261807113447\n                },\n                {\n                    \"address\": \"0xbF35a43ddbc3870C0f0c9b256EdDaBe60d66F2Bd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.430895,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3207509950219891,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3207509950219891\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000027434000436721\n                },\n                {\n                    \"address\": \"0xb749Af3D65AF1eA59aF3D31F9C45869b1bd38660\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.37247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.684779982280452,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.684779982280452\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000028417641002125\n                },\n                {\n                    \"address\": \"0xB20B2678b47DAF5Cd0EA81fe0bbB1c4E74B841D5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.654186,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5286172434139526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5286172434139526\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000023674672949054\n                },\n                {\n                    \"address\": \"0x9a7057C14085f84590916964b5803c25C3832C5F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.938241,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06582423918801247,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06582423918801247\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000018892376799883\n                },\n                {\n                    \"address\": \"0x8347Dced1C23402297593A56503BEd2F7ffFD363\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.862133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15991384159984592,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15991384159984592\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.00002017369033488\n                },\n                {\n                    \"address\": \"0x7bfA58AB7E04b3935Cecf50527747e1Fc1962776\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.973073,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02767212737379419,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02767212737379419\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000018305972573686\n                },\n                {\n                    \"address\": \"0x5cC6e6290dC64d40A145E542047fbD525783775c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.780159,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28178999409094807,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28178999409094807\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000021553794013265\n                },\n                {\n                    \"address\": \"0x437De86486445f1Fa959CFB2c85Bfe160cAA4554\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.250452,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9927810518582403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9927810518582403\n                    },\n                    \"liquidity\": 2423.158485360234,\n                    \"skewImpact\": 0.000030471991374399\n                },\n                {\n                    \"address\": \"0x32Bc97554c029504071675C5Daa411aF48041a19\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.901136,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1097104099714138,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1097104099714138\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000019517063556075\n                },\n                {\n                    \"address\": \"0x27d87D01624eE902380d29Da2FE4e139D10887AF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.282801,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5360553887716093,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5360553887716093\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000029927350472014\n                },\n                {\n                    \"address\": \"0x169A8cFa21A76bbe42DE7b266D57a8Ee6b7351F8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.821658,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2170513766068121,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2170513766068121\n                    },\n                    \"liquidity\": 2500.613180539922,\n                    \"skewImpact\": 0.000020855140469809\n                },\n                {\n                    \"address\": \"0xf0C4545cd558cCE711b69721A1FCea6C3CcF52D1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.259463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8541140740683644,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8541140740683644\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000030320254435687\n                },\n                {\n                    \"address\": \"0xe6e609AF7BA5B2B02a2f121587C9b72fD3D1831e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.756822,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32131465522936703,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32131465522936703\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000021946697976938\n                },\n                {\n                    \"address\": \"0xDBd45c97784699f61f5a6B1688dA38217f25D01d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.29988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3346672002134192,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3346672002134192\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000029639793927437\n                },\n                {\n                    \"address\": \"0xbd5C98a43568906D13a7a809661947e196B55Db7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.407558,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4536385005324397,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4536385005324397\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000027826904400394\n                },\n                {\n                    \"address\": \"0xaaf29bFC250d767899C9F008144F05f2451B23E7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.630849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5851653882307811,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5851653882307811\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000024067576912727\n                },\n                {\n                    \"address\": \"0x9C477f5660D76658129dAfD41521B625dF3f2066\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.714768,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39905535782239837,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39905535782239837\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.00002265471107712\n                },\n                {\n                    \"address\": \"0x9749D919Ee9051199031456cA5839038596Abd71\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.877799,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13921296333215236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13921296333215236\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000019909967519748\n                },\n                {\n                    \"address\": \"0x9224816326b5f5B542E4F20eb88e326604a36B24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.349133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8642379838055982,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8642379838055982\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000028810544965798\n                },\n                {\n                    \"address\": \"0x73707d02773F912Be3BE81aD732B83dCba3905f5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.949736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05292418103557196,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05292418103557196\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000018698876537359\n                },\n                {\n                    \"address\": \"0x7332DbcC2264Fb90bdE32AeB19B4bf01da156165\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.474856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1059015785838233,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1059015785838233\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000026693868343698\n                },\n                {\n                    \"address\": \"0x7239DBBbD074723C43131E5689F6C0560B249Acd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.838796,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.192184988960367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.192184988960367\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000020566594298553\n                },\n                {\n                    \"address\": \"0x620F7d7E47848a995978fb2AC8E31859CE629215\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.798321,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25262895501934696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25262895501934696\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000021248044433482\n                },\n                {\n                    \"address\": \"0x32214AC347f4402BE7dAb3BabDd27054Efa48C06\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.981977,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.018353790363725433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.018353790363725433\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000018156078137997\n                },\n                {\n                    \"address\": \"0x177E6689cE64e6dF918fd88023d9225804cfC451\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.914904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09301085141173275,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09301085141173275\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000019285280763556\n                },\n                {\n                    \"address\": \"0x0a7D273D4A45bA87514A422c4Ef2Ac5C87192c73\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.549939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8183834934420001,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8183834934420001\n                    },\n                    \"liquidity\": 2436.7697589066324,\n                    \"skewImpact\": 0.000025429750135017\n                },\n                {\n                    \"address\": \"0xF6B3f15A7d9E304Eaf63dce06A8ce396528c24c1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.738595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35392197347666854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35392197347666854\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006557472194349\n                },\n                {\n                    \"address\": \"0xEc71b834C3364533ca126cDB07854F523F229d45\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.993158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.006889135464850522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.006889135464850522\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002271761753066\n                },\n                {\n                    \"address\": \"0xDceac17e628830a64CA3db5ABC82a64bdfe3475F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.696542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4356636067889661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4356636067889661\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007265485294531\n                },\n                {\n                    \"address\": \"0xc964C8a85f3024692F53C27F79cDf0518a7364A9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.896678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11522753987496072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11522753987496072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003896054980967\n                },\n                {\n                    \"address\": \"0xB0B3cf7a1B570255726EeB6DA50e726B0579E01f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.859572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16336967700204288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16336967700204288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004520741737159\n                },\n                {\n                    \"address\": \"0x9FE3B06C3EE840507B899FEbF117DE0EB765382A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.780094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28189679705266296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28189679705266296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005858818650893\n                },\n                {\n                    \"address\": \"0x90D42e210fc28b75C6c12c9249d19a41d5360cDF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.931509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07352693318046306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07352693318046306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000330965075477\n                },\n                {\n                    \"address\": \"0x9068462A600d87e116c300471C584bcbAe5Ac109\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.82057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21866507427763623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21866507427763623\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005177368515964\n                },\n                {\n                    \"address\": \"0x15438fE8f4857AA8A568aDb5505A6cf6ECB4fE3d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.963751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03761241233472128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03761241233472128\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002766852355408\n                },\n                {\n                    \"address\": \"0xf23fE08328B0cdfe59032628232d17A84996fb77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.963751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03761241233472128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03761241233472128\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002766852355408\n                },\n                {\n                    \"address\": \"0xEE029645b907Cf61195433bCF51ad8FEB29C70f8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.896678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11522753987496072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11522753987496072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003896054980967\n                },\n                {\n                    \"address\": \"0xe236303Ad0BEb8b704b8C3830378053Ca28F4849\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.993158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.006889135464850522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.006889135464850522\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002271761753066\n                },\n                {\n                    \"address\": \"0xd3cC63F51428F1Dd9Adb16135a17A55D674D991a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.931509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07352693318046306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07352693318046306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000330965075477\n                },\n                {\n                    \"address\": \"0xCc2a7ac44819Cf0e3d4226d5A9784ad67D34a144\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.859572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16336967700204288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16336967700204288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004520741737159\n                },\n                {\n                    \"address\": \"0xA8b00C245288AC007bC51CF66d5DA078260082fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.82057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21866507427763623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21866507427763623\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005177368515964\n                },\n                {\n                    \"address\": \"0x7a154FEeE8e8000792bbc946eb76DcE50A36aaE9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.696542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4356636067889661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4356636067889661\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007265485294531\n                },\n                {\n                    \"address\": \"0x5deCb574a5F8925f677cB3366bBFe192ba68B220\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.738595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35392197347666854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35392197347666854\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006557472194349\n                },\n                {\n                    \"address\": \"0x4A3369e3239c7e06B5EF8817F3B6F473f6242721\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.780094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28189679705266296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28189679705266296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005858818650893\n                },\n                {\n                    \"address\": \"0xe0329869FD49fc529EC44D80214640cFBc3480ff\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.696542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4356636067889661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4356636067889661\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007265485294531\n                },\n                {\n                    \"address\": \"0xD8cb5cB7103f4A7D7f127b3D21CEa513b7470A68\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.896678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11522753987496072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11522753987496072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003896054980967\n                },\n                {\n                    \"address\": \"0xD52B872f0D3DdeD2689f48813fcf73B51d75D0f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.993158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.006889135464850522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.006889135464850522\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002271761753066\n                },\n                {\n                    \"address\": \"0xd01C35378580F206797EE1B31094bC1F8A5bd010\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.963751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03761241233472128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03761241233472128\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002766852355408\n                },\n                {\n                    \"address\": \"0xAeA35182148DED22149DDd600AAb3adf87ca7125\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.780094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28189679705266296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28189679705266296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005858818650893\n                },\n                {\n                    \"address\": \"0xA1AE44a16254673E44E9CF7923d3C8a7db35a843\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.859572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16336967700204288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16336967700204288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004520741737159\n                },\n                {\n                    \"address\": \"0x943CED388c273d4E1f42B9CebD04eBB040d9c664\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.738595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35392197347666854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35392197347666854\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006557472194349\n                },\n                {\n                    \"address\": \"0x6Ec8cD1f9c8046b58C41feCF2D070288E3D2d08B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.82057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21866507427763623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21866507427763623\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005177368515964\n                },\n                {\n                    \"address\": \"0x60b46159342aAD1a1C391a28B4175051a31083e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.931509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07352693318046306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07352693318046306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000330965075477\n                },\n                {\n                    \"address\": \"0xF3BD913Debc4D7658DF909657893d47A25923f0F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.738595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35392197347666854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35392197347666854\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006557472194349\n                },\n                {\n                    \"address\": \"0xa61c86FF7586E9c5fCAb1DC396A23dA25f2bee1f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.896678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11522753987496072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11522753987496072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003896054980967\n                },\n                {\n                    \"address\": \"0x8030d4CF0c0C565754792e6272a8C86FAb843a86\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.696542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4356636067889661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4356636067889661\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007265485294531\n                },\n                {\n                    \"address\": \"0x7ee9758907A540BAAE81150f8569B323b68aE536\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.859572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16336967700204288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16336967700204288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004520741737159\n                },\n                {\n                    \"address\": \"0x7EA658EFf37384D3A01287D04d2fcC8140b17DdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.931509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07352693318046306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07352693318046306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000330965075477\n                },\n                {\n                    \"address\": \"0x6997E428700a3f7f34cC8Bd37d5AC74fBb9BA09f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.780094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28189679705266296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28189679705266296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005858818650893\n                },\n                {\n                    \"address\": \"0x5d3dd7406FF5259010f3d078FfB5D7A1685f4b2d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.82057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21866507427763623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21866507427763623\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005177368515964\n                },\n                {\n                    \"address\": \"0x44aeF7E93bF0E6d8c709Adea84E1A589Ec5F17B2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.963751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03761241233472128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03761241233472128\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002766852355408\n                },\n                {\n                    \"address\": \"0x365A668CFE097802d77dFAc7C128426c17E223AC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.993158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.006889135464850522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.006889135464850522\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002271761753066\n                },\n                {\n                    \"address\": \"0xe82215Cd43D4702584d754Fc8F58F7cfe7c033b1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.780094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28189679705266296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28189679705266296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005858818650893\n                },\n                {\n                    \"address\": \"0x9DcCA672B8A6A218AADfB7d000bb01E77a56600a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.82057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21866507427763623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21866507427763623\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005177368515964\n                },\n                {\n                    \"address\": \"0x98616D6a2E241A8DD6d6B7668b37d518921C2918\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.993158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.006889135464850522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.006889135464850522\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002271761753066\n                },\n                {\n                    \"address\": \"0x8c25B2491bBfF265E9988A1EBc6835A8C70c1638\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.859572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16336967700204288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16336967700204288\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004520741737159\n                },\n                {\n                    \"address\": \"0x7F5dDCFAEd27509b6934e186684E1aaAE659aC2c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.963751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03761241233472128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03761241233472128\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002766852355408\n                },\n                {\n                    \"address\": \"0x2d0D4CabeF97a71fa6C64972f701dA2F9a8aD1b7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.931509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07352693318046306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07352693318046306\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000330965075477\n                },\n                {\n                    \"address\": \"0x2362cDb0c999B5aC1caEa7b7B025e39C64f5a08A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.896678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11522753987496072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11522753987496072\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003896054980967\n                }\n            ]\n        },\n        \"2023-11-21T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x9413beEF5BF2DF8026039F6F05Bad8d2B4D91EFE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x3F3Aa6eD06Ba16d5B0E9ac5053f7F158e7f8a0Fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.101586,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.843876124662849,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.843876124662849\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000031233796617716\n                },\n                {\n                    \"address\": \"0xe10364f69E1FbA709b93C51476e72e3Ed1F82d79\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.12835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.791195948578108,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.791195948578108\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000030323586595293\n                },\n                {\n                    \"address\": \"0x7aD98029991cA14bA1C585155719229CD02b01EE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.161463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.193369378743117,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.193369378743117\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000029197424741812\n                },\n                {\n                    \"address\": \"0x9B3f187041B40BB3D566926EC5E079f5819C0A28\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.201642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9592842760932747,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9592842760932747\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000027830948846435\n                },\n                {\n                    \"address\": \"0x61ec07c620311dAa8C10FD2573fD87fb144d7a60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.249377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0099929023125633,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0099929023125633\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000026207517875565\n                },\n                {\n                    \"address\": \"0xA92f6253E3376B91e692D346406Bdb72F9A6C7E6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.304804,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2807968399364835,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2807968399364835\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000024322505799481\n                },\n                {\n                    \"address\": \"0x64E1dD6597Ea8bA432dB2604200B151B75551711\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.367579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.720503619630066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.720503619630066\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000022187589722796\n                },\n                {\n                    \"address\": \"0x737F2B582B0E245C103C2b53DE28ceFBc330bcE1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.436777,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2894978444377794,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2894978444377794\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000019834263623204\n                },\n                {\n                    \"address\": \"0x3f0c294607C06bcda1A281A9c5Db95cd5D4c6bdc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.510836,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9575754253811402,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9575754253811402\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000017315617543433\n                },\n                {\n                    \"address\": \"0x4167175b6C29Ae97e38D79a7ec0068E20417fb92\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.587566,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7019364633079517,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7019364633079517\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000014706136328644\n                },\n                {\n                    \"address\": \"0x4aeFa4a3B778B5ff653C19d32795DEC8aB5D26da\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.664357,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5052148167325701,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5052148167325701\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000012094608155755\n                },\n                {\n                    \"address\": \"0x99d0D5D6174C174ff40046daD1F1a825c66eF6dE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.738285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3544904745457378,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3544904745457378\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000009580445991531\n                },\n                {\n                    \"address\": \"0x26e6232A7F533BC14b68610C71afD4c7896cE7D4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.806514,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23990408102029234,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23990408102029234\n                    },\n                    \"liquidity\": 10330.39165888985,\n                    \"skewImpact\": 0.00000726013131704\n                },\n                {\n                    \"address\": \"0xB5eC3441b415c87035a540bbbBfF18518Bfe4b78\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.866627,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15389896691425486,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15389896691425486\n                    },\n                    \"liquidity\": 14379.282421716294,\n                    \"skewImpact\": 0.000005215837466738\n                },\n                {\n                    \"address\": \"0xe07f4E1826BcE0bF84061AF22754Eb61be3E8548\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.91695,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09057200501663117,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09057200501663117\n                    },\n                    \"liquidity\": 21401.26085270113,\n                    \"skewImpact\": 0.000003504466419815\n                },\n                {\n                    \"address\": \"0xE08Dca97d4a42d92b2211bbDc82094900a0023b3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 27000,\n                    \"price\": 0.956767,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04518655012139838,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04518655012139838\n                    },\n                    \"liquidity\": 34877.61299616817,\n                    \"skewImpact\": 0.000002150376518262\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x9413beEF5BF2DF8026039F6F05Bad8d2B4D91EFE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.970289,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03062077381068944,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03062077381068944\n                    },\n                    \"liquidity\": 44365.02926542297,\n                    \"skewImpact\": 0.000001690520692577\n                },\n                {\n                    \"address\": \"0x3F3Aa6eD06Ba16d5B0E9ac5053f7F158e7f8a0Fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.949042,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05369414630753955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05369414630753955\n                    },\n                    \"liquidity\": 31080.631508129147,\n                    \"skewImpact\": 0.000002413078382283\n                },\n                {\n                    \"address\": \"0xe10364f69E1FbA709b93C51476e72e3Ed1F82d79\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.922277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08427294619729211,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08427294619729211\n                    },\n                    \"liquidity\": 22568.008209511052,\n                    \"skewImpact\": 0.000003323288404706\n                },\n                {\n                    \"address\": \"0x7aD98029991cA14bA1C585155719229CD02b01EE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.889162,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12465444992026199,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12465444992026199\n                    },\n                    \"liquidity\": 16856.014933977185,\n                    \"skewImpact\": 0.000004449450258187\n                },\n                {\n                    \"address\": \"0x9B3f187041B40BB3D566926EC5E079f5819C0A28\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.848981,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17788266168500827,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17788266168500827\n                    },\n                    \"liquidity\": 12895.62453506029,\n                    \"skewImpact\": 0.000005815926153564\n                },\n                {\n                    \"address\": \"0x61ec07c620311dAa8C10FD2573fD87fb144d7a60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.801244,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24805926783851118,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24805926783851118\n                    },\n                    \"liquidity\": 10081.516285011718,\n                    \"skewImpact\": 0.000007439357124434\n                },\n                {\n                    \"address\": \"0xA92f6253E3376B91e692D346406Bdb72F9A6C7E6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.745815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3408150814880366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3408150814880366\n                    },\n                    \"liquidity\": 8043.439549329507,\n                    \"skewImpact\": 0.000009324369200518\n                },\n                {\n                    \"address\": \"0x64E1dD6597Ea8bA432dB2604200B151B75551711\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.683039,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4640452448542471,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4640452448542471\n                    },\n                    \"liquidity\": 6544.9108025265905,\n                    \"skewImpact\": 0.000011459285277203\n                },\n                {\n                    \"address\": \"0x737F2B582B0E245C103C2b53DE28ceFBc330bcE1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.61384,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6290890134236933,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6290890134236933\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.000013812611376795\n                },\n                {\n                    \"address\": \"0x3f0c294607C06bcda1A281A9c5Db95cd5D4c6bdc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.53978,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8526066175108377,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8526066175108377\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000016331257456566\n                },\n                {\n                    \"address\": \"0x4167175b6C29Ae97e38D79a7ec0068E20417fb92\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.46305,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1595939963286903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1595939963286903\n                    },\n                    \"liquidity\": 3959.718852645654,\n                    \"skewImpact\": 0.000018940738671355\n                },\n                {\n                    \"address\": \"0x4aeFa4a3B778B5ff653C19d32795DEC8aB5D26da\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.38626,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5889297364469528,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5889297364469528\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000021552266844244\n                },\n                {\n                    \"address\": \"0x99d0D5D6174C174ff40046daD1F1a825c66eF6dE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.312334,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2017007434349125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2017007434349125\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000024066429008468\n                },\n                {\n                    \"address\": \"0x26e6232A7F533BC14b68610C71afD4c7896cE7D4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.244107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.096564211595735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.096564211595735\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000026386743682959\n                },\n                {\n                    \"address\": \"0xB5eC3441b415c87035a540bbbBfF18518Bfe4b78\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.183998,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.434841683061773,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.434841683061773\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000028431037533261\n                },\n                {\n                    \"address\": \"0xe07f4E1826BcE0bF84061AF22754Eb61be3E8548\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.133677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.480718448199765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.480718448199765\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000030142408580184\n                },\n                {\n                    \"address\": \"0xE08Dca97d4a42d92b2211bbDc82094900a0023b3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 27000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x1D9360bb688db976203760A1A2C7c7dD5f2798E5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.127623,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.835578226495224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.835578226495224\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000031154237251141\n                },\n                {\n                    \"address\": \"0x1c69185fFfe577d417c352eDdbA0c1fAEfa3DB30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.155192,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.443631115005928,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.443631115005928\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000030244027228718\n                },\n                {\n                    \"address\": \"0xe517bE5F0db3B0212667DFe2A6e1D4fC47C10201\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.176791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.656396536022761,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.656396536022761\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000029530806280271\n                },\n                {\n                    \"address\": \"0xB81A58d8739c20D0FCd198Aa57b15a26232A645e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.142683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.0085434144221805,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.0085434144221805\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000030656968133752\n                },\n                {\n                    \"address\": \"0x33d2dc2C4dCd003B46e7E4ebE05f866Db161B3bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.20436,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8933255040125267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8933255040125267\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000028620596257848\n                },\n                {\n                    \"address\": \"0xf0DD23143890852F21DE35f423107325302d4697\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.261451,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8248084727157288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8248084727157288\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000026735584181764\n                },\n                {\n                    \"address\": \"0xBa38099E7AaB4914488bc640F29b7A2655509ca4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.233882,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2756603757450335,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2756603757450335\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000027645794204187\n                },\n                {\n                    \"address\": \"0xB502B4b9549d24Fa0dD355161F827672C5266001\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.199774,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.005656391722646,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.005656391722646\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000028771956057668\n                },\n                {\n                    \"address\": \"0x4fF0bF582ec9E60EB991B3B9b00Ae058a8898532\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.158387,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.313649478808236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.313649478808236\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000030138431953045\n                },\n                {\n                    \"address\": \"0xfabd2d0c909dc8a40C1D9AE772B03474EA765eaA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.223048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.483339908898533,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.483339908898533\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.00002800351587636\n                },\n                {\n                    \"address\": \"0xb6AD6645D8DaeE043Af25369Bb5aea7ad62f5Df6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.298543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3496012299735716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3496012299735716\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000025510878127502\n                },\n                {\n                    \"address\": \"0x94f5a0eb4edaA6DE32932D7727E6f9728B8763e1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.173878,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.7511588585099895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.7511588585099895\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.00002962694684723\n                },\n                {\n                    \"address\": \"0x4C97f604d36586D3684b76007Dd00F1F0edF409F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.326112,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.066431164753214,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.066431164753214\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000024600668105079\n                },\n                {\n                    \"address\": \"0x43EF718145D8Be5BD68B13FcbFEDa8cccb6AE4F2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.264436,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7816333630821823,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7816333630821823\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000026637039980983\n                },\n                {\n                    \"address\": \"0xa24f77d0F694e4aC187B11cE296Bc2347d9d1895\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.188061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.317423601916399,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.317423601916399\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000029158632823722\n                },\n                {\n                    \"address\": \"0x8A4FD714fD55073220eb2eD0B4a366Af97FFc69b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.245152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.079101944915807,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.079101944915807\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000027273620747638\n                },\n                {\n                    \"address\": \"0x818549F348e06864E6baD71F94cBEa9d68b988bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.397386,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5164449678649976,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5164449678649976\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000022247342005487\n                },\n                {\n                    \"address\": \"0x2BE2BCc2a489614dB568669B9C3E4058F3b79a3B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.294322,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.397639320200325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.397639320200325\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000025650189776768\n                },\n                {\n                    \"address\": \"0x25D03f0Adbc8462e1Fe069809b348182cecEf382\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.369817,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7040401063228567,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7040401063228567\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.00002315755202791\n                },\n                {\n                    \"address\": \"0x25a14A42921F23A1D9209d521851c8AD58dedA1a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.335709,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9787703040430848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9787703040430848\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000024283713881391\n                },\n                {\n                    \"address\": \"0xffF12414064EF1F6B7C13304Ab3537f05237AAD3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.446099,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2416548792980928,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2416548792980928\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000020638905948139\n                },\n                {\n                    \"address\": \"0xc213fa21F8c3476Ac30D64EB567bD77bc795419B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.411991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4272374881975578,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4272374881975578\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.00002176506780162\n                },\n                {\n                    \"address\": \"0xbcD70D9347fCd36d3ACaDdb415b5fF604615B101\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.199681,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.007987740446011,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.007987740446011\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000028774902820636\n                },\n                {\n                    \"address\": \"0xB5f56374F9Fb05d0D199eA9bE5a2A233F1368FCa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.473668,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.111183360497226,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.111183360497226\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000019728695925716\n                },\n                {\n                    \"address\": \"0x9308D4C70B9a25031b4Ee84d74aC2c2EC0F901CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.370604,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6982979136760534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6982979136760534\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000023131543696997\n                },\n                {\n                    \"address\": \"0x774c98911117264830E9fbe84F395709585B455d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.264343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.78296380081939,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.78296380081939\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000026639986743951\n                },\n                {\n                    \"address\": \"0x5A274F197629da246321412354597145abc33f42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.321434,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.111058568788616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.111058568788616\n                    },\n                    \"liquidity\": 4331.349997300095,\n                    \"skewImpact\": 0.000024754974667867\n                },\n                {\n                    \"address\": \"0xe088D7ec5cb3389196aA390c0E7A1e63C2c023A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.400468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4970784182506467,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4970784182506467\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000022145493453078\n                },\n                {\n                    \"address\": \"0xDC95048A9f19Ce6B411f94962784a414f52034F8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.525133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.904279487291791,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.904279487291791\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.00001802942473335\n                },\n                {\n                    \"address\": \"0xD35B4D2bcC2Bb1cBB9ea5e3D5B2E9414697d1691\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.278715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.587894444145453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.587894444145453\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000026165421605847\n                },\n                {\n                    \"address\": \"0xD26E5d4d3e0B35FB47412cb72A60B1c67dBf5a6c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.491025,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.036556183493712,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.036556183493712\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000019155586586831\n                },\n                {\n                    \"address\": \"0x55CCB8158E23D3776B99b4E2A9A61fd730a99353\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.343377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.912250966139258,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.912250966139258\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000024030505529162\n                },\n                {\n                    \"address\": \"0x3dFfAaCEb2af6F92370FCf5a92F26F89284ccB97\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.552702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8092932538691735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8092932538691735\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000017119214710927\n                },\n                {\n                    \"address\": \"0x04eCE59eabaA0DBB2033ba6fc53699bDAF8907e2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.449638,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2240113157695747,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2240113157695747\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000020522062482208\n                },\n                {\n                    \"address\": \"0x01648c508ABB042a3C1Bb1832Bc1C6b500702185\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.207439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8206942763896854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8206942763896854\n                    },\n                    \"liquidity\": 5099.911922747127,\n                    \"skewImpact\": 0.000028518747705439\n                },\n                {\n                    \"address\": \"0xC3c62970DF074e79B8948C8D76AA13380c6101aa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.210253,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7561747038092204,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7561747038092204\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000028425865612321\n                },\n                {\n                    \"address\": \"0xAb7126cBd607e28cDcc15DA985D8521fCEdaBE7B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.631797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5827868761643374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5827868761643374\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000014507686538038\n                },\n                {\n                    \"address\": \"0x7cCCED65d7db22188b799eA8B5D44038d158e1fb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.604228,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6550044023117102,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6550044023117102\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000015417896560461\n                },\n                {\n                    \"address\": \"0x51C05D06dc2BE06E9527f35fe739388fC0B5481D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.422473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3670151702002258,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3670151702002258\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000021418977356273\n                },\n                {\n                    \"address\": \"0x4F99396eC02C88879A7610582fA03b5865e1b3c3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.528734,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8913101862184007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8913101862184007\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000017910534309319\n                },\n                {\n                    \"address\": \"0x4737112A6B1Ea03e99D860b9e295a5797EeBCbBa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.570121,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7540136216697859,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7540136216697859\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000016544058413942\n                },\n                {\n                    \"address\": \"0x21aC4C0ED3C40e9E1Fe7c1B8561F427128c1cD05\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.286535,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4899750466784165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4899750466784165\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.00002590721953255\n                },\n                {\n                    \"address\": \"0x102467D814D7cb0c056B6acc6fa5ADF66D08F3a1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.479563,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.085231763084308,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.085231763084308\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000019533965280189\n                },\n                {\n                    \"address\": \"0x098970c122fc304C4a48273fb9DbFa91A23a5ebD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.357811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7947715414003482,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7947715414003482\n                    },\n                    \"liquidity\": 6201.110365391199,\n                    \"skewImpact\": 0.000023553893432958\n                },\n                {\n                    \"address\": \"0xf9c0Ed070777b37C00461Fa79169CaAb0B58eD01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.680376,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4697755358801604,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4697755358801604\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000012903734396237\n                },\n                {\n                    \"address\": \"0xf8A21F58ef572cCDb16763AD7c5e3a05E7212eC5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.207367,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8223680720654687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8223680720654687\n                    },\n                    \"liquidity\": 3959.718852645654,\n                    \"skewImpact\": 0.000028521184662886\n                },\n                {\n                    \"address\": \"0xAB8FA1053A8FE5444e772A80E853a03Ddb11A8de\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.604881,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6532177403489281,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6532177403489281\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000015396372145095\n                },\n                {\n                    \"address\": \"0x8C50C647A1c9DAdd6A6fe816a91d52EbC72EbF87\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.49862,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0055352773655286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0055352773655286\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000018904815192049\n                },\n                {\n                    \"address\": \"0x74F40353520776480f409926a3edc910766A6036\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.286401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4916079203634065,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4916079203634065\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000025911703448097\n                },\n                {\n                    \"address\": \"0x662d79c96A6b9B4f281244BBa4583f7E6956e221\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.433959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3043651589205432,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3043651589205432\n                    },\n                    \"liquidity\": 6544.9108025265905,\n                    \"skewImpact\": 0.000021039731268734\n                },\n                {\n                    \"address\": \"0x552D3a72D9E7cf8c669c8619f756a81Adc11BFe6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.646269,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5473432889400545,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5473432889400545\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000014029896249718\n                },\n                {\n                    \"address\": \"0x4f5414bdA5B5F90e02a2B6474c7CB1e3B1C992E0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.555711,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7994965008790542,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7994965008790542\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000017019803115965\n                },\n                {\n                    \"address\": \"0x183a01eb0BDC34FE11d4184E954EfA6bf4c45961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.707945,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41253910967659907,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41253910967659907\n                    },\n                    \"liquidity\": 7828.445571980003,\n                    \"skewImpact\": 0.000011993524373814\n                },\n                {\n                    \"address\": \"0x15Ce011794820D965a7154F953A3E51EfB0cE44E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.362683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.757228764513363,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.757228764513363\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.000023393057368326\n                },\n                {\n                    \"address\": \"0xE6466FE5814e07b2d580F7E04f8C966a948a8b30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.625986,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5974798158425267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5974798158425267\n                    },\n                    \"liquidity\": 10081.516285011718,\n                    \"skewImpact\": 0.000014699488441474\n                },\n                {\n                    \"address\": \"0xC3c6C90a88aDeb50e61D032081873D0E6F10f55C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.77822,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.284983680707255,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.284983680707255\n                    },\n                    \"liquidity\": 10330.39165888985,\n                    \"skewImpact\": 0.000009673209699323\n                },\n                {\n                    \"address\": \"0xb8c77fb3F0DBcCeF8EB8738029c7835ed5D37f09\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.675156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48113917376132337,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48113917376132337\n                    },\n                    \"liquidity\": 10330.39165888985,\n                    \"skewImpact\": 0.000013076057470604\n                },\n                {\n                    \"address\": \"0xac99f2C916A0C06210aa1076Fe061E711406718a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.568895,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7577936174513749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7577936174513749\n                    },\n                    \"liquidity\": 8043.439549329507,\n                    \"skewImpact\": 0.000016584500517558\n                },\n                {\n                    \"address\": \"0x925345f61Ce2E50E8656CcBc19817a501D68FbdD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.716544,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39558770989639164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39558770989639164\n                    },\n                    \"liquidity\": 10330.39165888985,\n                    \"skewImpact\": 0.000011709581575227\n                },\n                {\n                    \"address\": \"0x893792266fD84015a019d73cc9352ACC0e0C1958\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.750651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3321770036941269,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3321770036941269\n                    },\n                    \"liquidity\": 10330.39165888985,\n                    \"skewImpact\": 0.000010583419721746\n                },\n                {\n                    \"address\": \"0x8081E578aA454673DBf9a52b303f3A6173983e81\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.356676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8036649508237168,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8036649508237168\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000023591388773606\n                },\n                {\n                    \"address\": \"0x4B2FBF5879F65eCA008239A5AC2e22ceb226a747\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.504234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9832062098152843,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9832062098152843\n                    },\n                    \"liquidity\": 6544.9108025265905,\n                    \"skewImpact\": 0.000018719416594243\n                },\n                {\n                    \"address\": \"0x3b5Cba00982Bf9977d0DEb1eAf708Cc35F7e72cE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.277642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.601760540552222,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.601760540552222\n                    },\n                    \"liquidity\": 3959.718852645654,\n                    \"skewImpact\": 0.000026200869988395\n                },\n                {\n                    \"address\": \"0x302BcFEBde38B787C510D303AA028143A8576c8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.432958,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3096928570438704,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3096928570438704\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.000021072742693835\n                },\n                {\n                    \"address\": \"0x14D4b93cfa9348d26771673208718BdB2f7F2C19\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.198546,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.036616199772345,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.036616199772345\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000028812398161284\n                },\n                {\n                    \"address\": \"0xe466c13cA7015d092D99f684711e9a85995d0890\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.33956,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9449876310519498,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9449876310519498\n                    },\n                    \"liquidity\": 3959.718852645654,\n                    \"skewImpact\": 0.000024156576138093\n                },\n                {\n                    \"address\": \"0xD6Ed3Dc0D65F45abF4A9f25B54E89B493e0F5fA3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.737074,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3567158792739942,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3567158792739942\n                    },\n                    \"liquidity\": 12895.62453506029,\n                    \"skewImpact\": 0.000011031763620302\n                },\n                {\n                    \"address\": \"0xD57ad3754af073100D1b69d5f63E76628d3Ef853\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.184318,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.42540609164596,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.42540609164596\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000029282266475206\n                },\n                {\n                    \"address\": \"0xc5e25007634D22FD513018AaeF9d25F6b690957a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.840138,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19028064437032957,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19028064437032957\n                    },\n                    \"liquidity\": 14379.282421716294,\n                    \"skewImpact\": 0.000007628915849021\n                },\n                {\n                    \"address\": \"0xb697BFb5E0f1A61830B4E9367223C1FAaC992728\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.494875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.020712301086133,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.020712301086133\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.000019028448843533\n                },\n                {\n                    \"address\": \"0x6df5EF9a4f9c75A61acB41c4fBe3ed5811a36c30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.566151,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7663132273898661,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7663132273898661\n                    },\n                    \"liquidity\": 6544.9108025265905,\n                    \"skewImpact\": 0.000016675122743941\n                },\n                {\n                    \"address\": \"0x501E699cD999123E0e5539123438226A894e05AE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.630813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5852558523682931,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5852558523682931\n                    },\n                    \"liquidity\": 8043.439549329507,\n                    \"skewImpact\": 0.000014540206667256\n                },\n                {\n                    \"address\": \"0x4B288cc62f3715E9330D4D93354Fd7aaCEab3999\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.778461,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28458586878469194,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28458586878469194\n                    },\n                    \"liquidity\": 14379.282421716294,\n                    \"skewImpact\": 0.000009665287724925\n                },\n                {\n                    \"address\": \"0x488440fa16D455b813d5B5C7AE3b4af65C98BA87\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.687904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4536912127273574,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4536912127273574\n                    },\n                    \"liquidity\": 10081.516285011718,\n                    \"skewImpact\": 0.000012655194591172\n                },\n                {\n                    \"address\": \"0x27859ba557F46a3db39dAB0C228d6C36aAc7b61E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.418594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3889496743861593,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3889496743861593\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000021547094923304\n                },\n                {\n                    \"address\": \"0x152821a8A7F6d5D6Ec1AB96f747d02E97de42594\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.260464,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.839302168437865,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.839302168437865\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000026768104310982\n                },\n                {\n                    \"address\": \"0x0455E65591F56DBf5CfC4dABf0F1A1eE22E057b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.812569,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2306647189346382,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2306647189346382\n                    },\n                    \"liquidity\": 14379.282421716294,\n                    \"skewImpact\": 0.000008539125871444\n                },\n                {\n                    \"address\": \"0xe487ac9b2805e13Fe95b79671742AFFf07CBF06E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.470425,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.125737365148536,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.125737365148536\n                    },\n                    \"liquidity\": 4592.420406050464,\n                    \"skewImpact\": 0.000019835723876381\n                },\n                {\n                    \"address\": \"0x817136Ce322C834344C5682ed2777d883e62bC42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.165875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.028636021100226,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.028636021100226\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000029891210102774\n                },\n                {\n                    \"address\": \"0x6Dce1f20CbeA5D81a0C8724b34547343eeD7B99B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.617983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6181674900442247,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6181674900442247\n                    },\n                    \"liquidity\": 6544.9108025265905,\n                    \"skewImpact\": 0.000014963751697018\n                },\n                {\n                    \"address\": \"0x6477DeD54D2CFc7B2d98A4ce8c5C42f6C8292813\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.788905,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2675797466108087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2675797466108087\n                    },\n                    \"liquidity\": 12895.62453506029,\n                    \"skewImpact\": 0.000009320392573379\n                },\n                {\n                    \"address\": \"0x5AE710AFCFc4338d19c6a3cb410e5C57Bc69cD81\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.891969,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12111519570747413,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12111519570747413\n                    },\n                    \"liquidity\": 21401.26085270113,\n                    \"skewImpact\": 0.000005917544802098\n                },\n                {\n                    \"address\": \"0x49dc7E06e9E3Ef8fa287152A2b99767785349E98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.682644,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4648923890051036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4648923890051036\n                    },\n                    \"liquidity\": 8043.439549329507,\n                    \"skewImpact\": 0.000012828835620333\n                },\n                {\n                    \"address\": \"0x3d316E64E7812DE558F5667dE63a11C80276a6A6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.23615,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.234596654668643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.234596654668643\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000027570895428283\n                },\n                {\n                    \"address\": \"0x3B694700BDC8a16E199D93cB350035a37b3db9fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.312296,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.202090324563875,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.202090324563875\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000025056733264059\n                },\n                {\n                    \"address\": \"0x398F04363724c265b21978e53CEef8a64AbAf828\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.8644,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1568718186024989,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1568718186024989\n                    },\n                    \"liquidity\": 21401.26085270113,\n                    \"skewImpact\": 0.000006827754824521\n                },\n                {\n                    \"address\": \"0x15cE9F771b959E36B61D1ecc3F941894a80795e1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.546707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8291333383329643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8291333383329643\n                    },\n                    \"liquidity\": 5429.82047015368,\n                    \"skewImpact\": 0.00001731707779661\n                },\n                {\n                    \"address\": \"0x095bD2f047b15cc607956E308e934a31F9a59a2e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.739735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35183545458846743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35183545458846743\n                    },\n                    \"liquidity\": 10081.516285011718,\n                    \"skewImpact\": 0.000010943823544249\n                },\n                {\n                    \"address\": \"0x08216327a45cf87f5DD9ef75bD972E9f26574571\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.391391,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.554989767265982,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.554989767265982\n                    },\n                    \"liquidity\": 3959.718852645654,\n                    \"skewImpact\": 0.00002244520509117\n                },\n                {\n                    \"address\": \"0x01fC954fD09660792A3C05cCbf8B673991B0d732\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.830293,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20439411147631026,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20439411147631026\n                    },\n                    \"liquidity\": 16856.014933977185,\n                    \"skewImpact\": 0.000007953916678002\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x1D9360bb688db976203760A1A2C7c7dD5f2798E5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.987104,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013064479527993016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013064479527993016\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000018069756374428\n                },\n                {\n                    \"address\": \"0x1c69185fFfe577d417c352eDdbA0c1fAEfa3DB30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.960072,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.041588547525602204,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.041588547525602204\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.00001852486138564\n                },\n                {\n                    \"address\": \"0xe517bE5F0db3B0212667DFe2A6e1D4fC47C10201\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.938889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06508863135045787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06508863135045787\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000018881471859863\n                },\n                {\n                    \"address\": \"0xB81A58d8739c20D0FCd198Aa57b15a26232A645e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.972334,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02845318583943374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02845318583943374\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000018318390933123\n                },\n                {\n                    \"address\": \"0x33d2dc2C4dCd003B46e7E4ebE05f866Db161B3bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.911858,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09666198026447106,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09666198026447106\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000019336576871075\n                },\n                {\n                    \"address\": \"0xf0DD23143890852F21DE35f423107325302d4697\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.855875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16839491748210889,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16839491748210889\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000020279082909117\n                },\n                {\n                    \"address\": \"0xBa38099E7AaB4914488bc640F29b7A2655509ca4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.882906,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13262340498308997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13262340498308997\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000019823977897905\n                },\n                {\n                    \"address\": \"0xB502B4b9549d24Fa0dD355161F827672C5266001\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.91635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09128608064604136,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09128608064604136\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000019260896971165\n                },\n                {\n                    \"address\": \"0x4fF0bF582ec9E60EB991B3B9b00Ae058a8898532\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.956931,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.045007424777753074,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.045007424777753074\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000018577659023476\n                },\n                {\n                    \"address\": \"0xfabd2d0c909dc8a40C1D9AE772B03474EA765eaA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.893527,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11916036113066537,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11916036113066537\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000019645117061819\n                },\n                {\n                    \"address\": \"0xb6AD6645D8DaeE043Af25369Bb5aea7ad62f5Df6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.819502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22025327576991888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22025327576991888\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000020891435936248\n                },\n                {\n                    \"address\": \"0x94f5a0eb4edaA6DE32932D7727E6f9728B8763e1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.94174,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.061864208804978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.061864208804978\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000018833401576384\n                },\n                {\n                    \"address\": \"0x4C97f604d36586D3684b76007Dd00F1F0edF409F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.792471,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.261875828894685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.261875828894685\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000021346540947459\n                },\n                {\n                    \"address\": \"0x43EF718145D8Be5BD68B13FcbFEDa8cccb6AE4F2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.852947,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1724057884018585,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1724057884018585\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000020328355009507\n                },\n                {\n                    \"address\": \"0xa24f77d0F694e4aC187B11cE296Bc2347d9d1895\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.92783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07778364571095993,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07778364571095993\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000019067558588138\n                },\n                {\n                    \"address\": \"0x8A4FD714fD55073220eb2eD0B4a366Af97FFc69b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.871849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.146987609092859,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.146987609092859\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.00002001006462618\n                },\n                {\n                    \"address\": \"0x818549F348e06864E6baD71F94cBEa9d68b988bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.72258,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38392980708018487,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38392980708018487\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000022523203997255\n                },\n                {\n                    \"address\": \"0x2BE2BCc2a489614dB568669B9C3E4058F3b79a3B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.823636,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2141285713591926,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2141285713591926\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000020821780111615\n                },\n                {\n                    \"address\": \"0x25D03f0Adbc8462e1Fe069809b348182cecEf382\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.749611,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3340252477618391,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3340252477618391\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000022068098986044\n                },\n                {\n                    \"address\": \"0x25a14A42921F23A1D9209d521851c8AD58dedA1a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.783056,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27704787397069947,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27704787397069947\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000021505018059303\n                },\n                {\n                    \"address\": \"0xffF12414064EF1F6B7C13304Ab3537f05237AAD3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.674811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4818964124769749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4818964124769749\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000023327422025929\n                },\n                {\n                    \"address\": \"0xc213fa21F8c3476Ac30D64EB567bD77bc795419B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.708255,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41192084771727705,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41192084771727705\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000022764341099189\n                },\n                {\n                    \"address\": \"0xbcD70D9347fCd36d3ACaDdb415b5fF604615B101\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.916432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0911884351484889,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0911884351484889\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000019259423589681\n                },\n                {\n                    \"address\": \"0xB5f56374F9Fb05d0D199eA9bE5a2A233F1368FCa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.647779,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.54373636687821,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.54373636687821\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000023782527037141\n                },\n                {\n                    \"address\": \"0x9308D4C70B9a25031b4Ee84d74aC2c2EC0F901CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.748836,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33540588326415943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33540588326415943\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.0000220811031515\n                },\n                {\n                    \"address\": \"0x774c98911117264830E9fbe84F395709585B455d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.853029,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17229308733935184,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17229308733935184\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000020326881628023\n                },\n                {\n                    \"address\": \"0x5A274F197629da246321412354597145abc33f42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.797048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25462958316186735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25462958316186735\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000021269387666065\n                },\n                {\n                    \"address\": \"0xe088D7ec5cb3389196aA390c0E7A1e63C2c023A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.719551,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3897555558952735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3897555558952735\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.00002257412827346\n                },\n                {\n                    \"address\": \"0xDC95048A9f19Ce6B411f94962784a414f52034F8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.597314,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6741613288822964,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6741613288822964\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000024632162633324\n                },\n                {\n                    \"address\": \"0xD35B4D2bcC2Bb1cBB9ea5e3D5B2E9414697d1691\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.838935,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19198746029191774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19198746029191774\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.000020564164197075\n                },\n                {\n                    \"address\": \"0xD26E5d4d3e0B35FB47412cb72A60B1c67dBf5a6c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.630758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5853940814068151,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5853940814068151\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000024069081706583\n                },\n                {\n                    \"address\": \"0x55CCB8158E23D3776B99b4E2A9A61fd730a99353\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.775532,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28943744423183054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28943744423183054\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000021631622235418\n                },\n                {\n                    \"address\": \"0x3dFfAaCEb2af6F92370FCf5a92F26F89284ccB97\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.570282,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7535184347393046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7535184347393046\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000025087267644535\n                },\n                {\n                    \"address\": \"0x04eCE59eabaA0DBB2033ba6fc53699bDAF8907e2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.671338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4895626346192231,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4895626346192231\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000023385843758895\n                },\n                {\n                    \"address\": \"0x01648c508ABB042a3C1Bb1832Bc1C6b500702185\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.908825,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10032184413941078,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10032184413941078\n                    },\n                    \"liquidity\": 3781.3352401071625,\n                    \"skewImpact\": 0.000019387501147279\n                },\n                {\n                    \"address\": \"0xC3c62970DF074e79B8948C8D76AA13380c6101aa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.906066,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10367235940869646,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10367235940869646\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000019433942193838\n                },\n                {\n                    \"address\": \"0xAb7126cBd607e28cDcc15DA985D8521fCEdaBE7B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.492724,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.029533775501092,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.029533775501092\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.00002639303173098\n                },\n                {\n                    \"address\": \"0x7cCCED65d7db22188b799eA8B5D44038d158e1fb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.519756,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9239797135579002,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9239797135579002\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000025937926719768\n                },\n                {\n                    \"address\": \"0x51C05D06dc2BE06E9527f35fe739388fC0B5481D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.697974,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4327181241708144,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4327181241708144\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000022937386321862\n                },\n                {\n                    \"address\": \"0x4F99396eC02C88879A7610582fA03b5865e1b3c3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.593781,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6841225973885995,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6841225973885995\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000024691607845339\n                },\n                {\n                    \"address\": \"0x4737112A6B1Ea03e99D860b9e295a5797EeBCbBa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.5532,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8076644974692696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8076644974692696\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000025374845793028\n                },\n                {\n                    \"address\": \"0x21aC4C0ED3C40e9E1Fe7c1B8561F427128c1cD05\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.831267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20298291643960367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20298291643960367\n                    },\n                    \"liquidity\": 3479.9123703327955,\n                    \"skewImpact\": 0.000020693265233724\n                },\n                {\n                    \"address\": \"0x102467D814D7cb0c056B6acc6fa5ADF66D08F3a1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.641993,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5576493824699023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5576493824699023\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000023879892359904\n                },\n                {\n                    \"address\": \"0x098970c122fc304C4a48273fb9DbFa91A23a5ebD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.761377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31340978253874235,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31340978253874235\n                    },\n                    \"liquidity\": 3380.2680208630377,\n                    \"skewImpact\": 0.00002186992828352\n                },\n                {\n                    \"address\": \"0xf9c0Ed070777b37C00461Fa79169CaAb0B58eD01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.44509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2467366150666157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2467366150666157\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.00002719500780188\n                },\n                {\n                    \"address\": \"0xf8A21F58ef572cCDb16763AD7c5e3a05E7212eC5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.908899,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1002322590298812,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1002322590298812\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000019386282668556\n                },\n                {\n                    \"address\": \"0xAB8FA1053A8FE5444e772A80E853a03Ddb11A8de\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.519115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.926355431840729,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.926355431840729\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000025948688927451\n                },\n                {\n                    \"address\": \"0x8C50C647A1c9DAdd6A6fe816a91d52EbC72EbF87\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.623309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6043407042093087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6043407042093087\n                    },\n                    \"liquidity\": 3083.56386543029,\n                    \"skewImpact\": 0.000024194467403974\n                },\n                {\n                    \"address\": \"0x74F40353520776480f409926a3edc910766A6036\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.831401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20278902719626277,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20278902719626277\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.00002069102327595\n                },\n                {\n                    \"address\": \"0x662d79c96A6b9B4f281244BBa4583f7E6956e221\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.686712,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4562145411759224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4562145411759224\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000023127009365632\n                },\n                {\n                    \"address\": \"0x552D3a72D9E7cf8c669c8619f756a81Adc11BFe6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.478534,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0897156732854927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0897156732854927\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.00002663192687514\n                },\n                {\n                    \"address\": \"0x4f5414bdA5B5F90e02a2B6474c7CB1e3B1C992E0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.567328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7626487675559815,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7626487675559815\n                    },\n                    \"liquidity\": 2861.7742571464496,\n                    \"skewImpact\": 0.000025136973442016\n                },\n                {\n                    \"address\": \"0x183a01eb0BDC34FE11d4184E954EfA6bf4c45961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.418059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3920068698437302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3920068698437302\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000027650112813092\n                },\n                {\n                    \"address\": \"0x15Ce011794820D965a7154F953A3E51EfB0cE44E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.756602,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32169885884520527,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32169885884520527\n                    },\n                    \"liquidity\": 3116.374264483096,\n                    \"skewImpact\": 0.000021950346315836\n                },\n                {\n                    \"address\": \"0xE6466FE5814e07b2d580F7E04f8C966a948a8b30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.498418,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0063480853420221,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0063480853420221\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000026297130779262\n                },\n                {\n                    \"address\": \"0xC3c6C90a88aDeb50e61D032081873D0E6F10f55C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.349149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8641067280731152,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8641067280731152\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000028810270150337\n                },\n                {\n                    \"address\": \"0xb8c77fb3F0DBcCeF8EB8738029c7835ed5D37f09\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.450206,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2212054037485063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2212054037485063\n                    },\n                    \"liquidity\": 2694.8416460333756,\n                    \"skewImpact\": 0.000027108846264697\n                },\n                {\n                    \"address\": \"0xac99f2C916A0C06210aa1076Fe061E711406718a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.5544,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8037518037518038,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8037518037518038\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.00002535462474122\n                },\n                {\n                    \"address\": \"0x925345f61Ce2E50E8656CcBc19817a501D68FbdD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.409625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4412572474824534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4412572474824534\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000027792084212385\n                },\n                {\n                    \"address\": \"0x893792266fD84015a019d73cc9352ACC0e0C1958\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.376181,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6582948102110422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6582948102110422\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000028355165139126\n                },\n                {\n                    \"address\": \"0x8081E578aA454673DBf9a52b303f3A6173983e81\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.762492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3114891697224365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3114891697224365\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000021851180613196\n                },\n                {\n                    \"address\": \"0x4B2FBF5879F65eCA008239A5AC2e22ceb226a747\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.617802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6186415712477461,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6186415712477461\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000024287166702877\n                },\n                {\n                    \"address\": \"0x3b5Cba00982Bf9977d0DEb1eAf708Cc35F7e72cE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.839989,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19049178024950328,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19049178024950328\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000020546440005801\n                },\n                {\n                    \"address\": \"0x302BcFEBde38B787C510D303AA028143A8576c8B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.687692,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45413935308248465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45413935308248465\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000023110503653081\n                },\n                {\n                    \"address\": \"0x14D4b93cfa9348d26771673208718BdB2f7F2C19\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.917548,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08986123886706741,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08986123886706741\n                    },\n                    \"liquidity\": 2842.3363224024793,\n                    \"skewImpact\": 0.000019240675919357\n                },\n                {\n                    \"address\": \"0xe466c13cA7015d092D99f684711e9a85995d0890\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.779279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28323745410822043,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28323745410822043\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000021568586930952\n                },\n                {\n                    \"address\": \"0xD6Ed3Dc0D65F45abF4A9f25B54E89B493e0F5fA3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.389496,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5674204613141083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5674204613141083\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000028130993189848\n                },\n                {\n                    \"address\": \"0xD57ad3754af073100D1b69d5f63E76628d3Ef853\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.931505,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07353154304056336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07353154304056336\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000019005741762396\n                },\n                {\n                    \"address\": \"0xc5e25007634D22FD513018AaeF9d25F6b690957a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.288439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.466937550053911,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.466937550053911\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.000029832417075488\n                },\n                {\n                    \"address\": \"0xb697BFb5E0f1A61830B4E9367223C1FAaC992728\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.626982,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5949421195504814,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5949421195504814\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000024132650578232\n                },\n                {\n                    \"address\": \"0x6df5EF9a4f9c75A61acB41c4fBe3ed5811a36c30\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.557092,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7950356494079971,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7950356494079971\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000025309313628028\n                },\n                {\n                    \"address\": \"0x501E699cD999123E0e5539123438226A894e05AE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.49369,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0255626000121534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0255626000121534\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000026376771666371\n                },\n                {\n                    \"address\": \"0x4B288cc62f3715E9330D4D93354Fd7aaCEab3999\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.348915,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.866027542524684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.866027542524684\n                    },\n                    \"liquidity\": 2568.7196957680944,\n                    \"skewImpact\": 0.000028814231137536\n                },\n                {\n                    \"address\": \"0x488440fa16D455b813d5B5C7AE3b4af65C98BA87\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.437708,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2846281082365414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2846281082365414\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000027319277704413\n                },\n                {\n                    \"address\": \"0x27859ba557F46a3db39dAB0C228d6C36aAc7b61E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.701782,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4249439284564152,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4249439284564152\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000022873327538347\n                },\n                {\n                    \"address\": \"0x152821a8A7F6d5D6Ec1AB96f747d02E97de42594\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.856838,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16708175874552716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16708175874552716\n                    },\n                    \"liquidity\": 2637.962118415729,\n                    \"skewImpact\": 0.000020262822844508\n                },\n                {\n                    \"address\": \"0x0455E65591F56DBf5CfC4dABf0F1A1eE22E057b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.315471,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1698634739801754,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1698634739801754\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000029377312064277\n                },\n                {\n                    \"address\": \"0xe487ac9b2805e13Fe95b79671742AFFf07CBF06E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.650958,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5361974198028137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5361974198028137\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000023729013061808\n                },\n                {\n                    \"address\": \"0x817136Ce322C834344C5682ed2777d883e62bC42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.949592,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05308385074853201,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05308385074853201\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000018701269948612\n                },\n                {\n                    \"address\": \"0x6Dce1f20CbeA5D81a0C8724b34547343eeD7B99B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.506268,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9752384112762409,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9752384112762409\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.00002616499915149\n                },\n                {\n                    \"address\": \"0x6477DeD54D2CFc7B2d98A4ce8c5C42f6C8292813\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.338672,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9527094061510846,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9527094061510846\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000028986678713309\n                },\n                {\n                    \"address\": \"0x5AE710AFCFc4338d19c6a3cb410e5C57Bc69cD81\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.237615,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.208488521347558,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.208488521347558\n                    },\n                    \"liquidity\": 2401.245065336035,\n                    \"skewImpact\": 0.00003068810259895\n                },\n                {\n                    \"address\": \"0x49dc7E06e9E3Ef8fa287152A2b99767785349E98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.442865,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2580244544048411,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2580244544048411\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000027232457189832\n                },\n                {\n                    \"address\": \"0x3d316E64E7812DE558F5667dE63a11C80276a6A6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.880681,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13548492586986655,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13548492586986655\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000019861427285857\n                },\n                {\n                    \"address\": \"0x3B694700BDC8a16E199D93cB350035a37b3db9fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.806014,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.240673238926371,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.240673238926371\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000021118508367969\n                },\n                {\n                    \"address\": \"0x398F04363724c265b21978e53CEef8a64AbAf828\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.264647,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.778618310428608,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.778618310428608\n                    },\n                    \"liquidity\": 2473.32220297588,\n                    \"skewImpact\": 0.000030232997587738\n                },\n                {\n                    \"address\": \"0x15cE9F771b959E36B61D1ecc3F941894a80795e1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.576158,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7356350167835908,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7356350167835908\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000024988336101694\n                },\n                {\n                    \"address\": \"0x095bD2f047b15cc607956E308e934a31F9a59a2e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.386884,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5847540864962106,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5847540864962106\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000028174963227874\n                },\n                {\n                    \"address\": \"0x08216327a45cf87f5DD9ef75bD972E9f26574571\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.728455,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3727683933805109,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3727683933805109\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000022424272454414\n                },\n                {\n                    \"address\": \"0x01fC954fD09660792A3C05cCbf8B673991B0d732\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-21T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.298091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3546802821957056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3546802821957056\n                    },\n                    \"liquidity\": 2488.188686066194,\n                    \"skewImpact\": 0.000029669916660998\n                }\n            ]\n        },\n        \"2023-11-24T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xd025C1981408004033aFa31DE49f5dcd77BE4E6C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xFb8a06A96486279089034aa873E05fE7c5D07d20\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.113289,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.826982319554414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.826982319554414\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000030835781000915\n                },\n                {\n                    \"address\": \"0x23879144C6fA27dAE98Cee30BC716EF038c7c755\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.140907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.096879502082934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.096879502082934\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000029896515031964\n                },\n                {\n                    \"address\": \"0xf2D82972d5c8265528cB0D22d716E4b6a2d7Ed70\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.17444,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.732630130703966,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.732630130703966\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.00002875606960857\n                },\n                {\n                    \"address\": \"0xacecEdeA957c1EC1fe03F6cc85Ef3d46f5F063B0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.214451,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.663069885428373,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.663069885428373\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000027395332503452\n                },\n                {\n                    \"address\": \"0x41329E573bfAfEc93B17ef1039c221adba9b3Ce9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.261295,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.827091984155839,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.827091984155839\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000025802212050671\n                },\n                {\n                    \"address\": \"0xd5E572F15B085a0D40B584E6Fed1197975d3bB05\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.315023,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.174371395104484,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.174371395104484\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000023974975845368\n                },\n                {\n                    \"address\": \"0x10c469a7ea77F7E2d77b7b5165e71Db259B6912e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.375285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6646415390969531,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6646415390969531\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000021925524130886\n                },\n                {\n                    \"address\": \"0x1E3Ac67708701eec527Cf6117e0d9722b523C598\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.441253,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2662735437492776,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2662735437492776\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000019682043441189\n                },\n                {\n                    \"address\": \"0xF0d4d468011AAC8Dbea78E2eC2de5F3aa5113b52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.511579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9547323091839188,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9547323091839188\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000017290356654167\n                },\n                {\n                    \"address\": \"0x8d5fAC5eb78BcA999F345D2407ddA50d8DeBcaCC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.608509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6433610677902875,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6433610677902875\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.05428834260672182\n                },\n                {\n                    \"address\": \"0xcCfc42A6854b3c40eE7f2A22789Fb311A817e372\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.621061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.610147795466146,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.610147795466146\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000013567034630539\n                },\n                {\n                    \"address\": \"0xB9b0fC5f56015c14A4eCbEb7644E94Cb5173a69B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.657486,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5209449326677678,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5209449326677678\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000012328294222941\n                },\n                {\n                    \"address\": \"0xD01EF82F9e6b5ae90b1bf05fAfD316a10EbCC485\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.693351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4422709421346474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4422709421346474\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000011108577765677\n                },\n                {\n                    \"address\": \"0xCfA7b8653ae9C8bdD00601560a7249BA05324047\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.728339,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37298702939153344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37298702939153344\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000009918686345516\n                },\n                {\n                    \"address\": \"0x2bcBc3FE1dF60B7310fbf68dFC83A36943B820C7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.762142,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31209144752552676,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31209144752552676\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.000008769125019391\n                },\n                {\n                    \"address\": \"0x095304C51940768fC35371888C7A6d6dc3642377\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.794468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25870393772939887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25870393772939887\n                    },\n                    \"liquidity\": 9778.619506164649,\n                    \"skewImpact\": 0.000007669794284634\n                },\n                {\n                    \"address\": \"0xFcD73A2d3abc6a6FAfb2f86F93BA2f5ADfecBA41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.825052,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21204481656913746,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21204481656913746\n                    },\n                    \"liquidity\": 11312.753321683238,\n                    \"skewImpact\": 0.000006629685795079\n                },\n                {\n                    \"address\": \"0x11C622249f0c2F34b33EE2d7c786688DB1ad1629\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.853666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17141832988545866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17141832988545866\n                    },\n                    \"liquidity\": 13258.85343531017,\n                    \"skewImpact\": 0.000005656597711553\n                },\n                {\n                    \"address\": \"0x55b90b42A333a4A11Ebfaa9De2278ec901Ee5754\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.880122,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13620611687925088,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13620611687925088\n                    },\n                    \"liquidity\": 15766.618560220355,\n                    \"skewImpact\": 0.000004756885549906\n                },\n                {\n                    \"address\": \"0x91479fF67920E9360956B684b65a1eff69259dB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.904282,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10584972386932391,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10584972386932391\n                    },\n                    \"liquidity\": 19058.443107694155,\n                    \"skewImpact\": 0.000003935263734618\n                },\n                {\n                    \"address\": \"0x3457c96EB56F8a64F2f1c1a9ac31729d34d31F9e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 27500,\n                    \"price\": 0.926059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07984480470466788,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07984480470466788\n                    },\n                    \"liquidity\": 23476.594656230332,\n                    \"skewImpact\": 0.000003194671164972\n                },\n                {\n                    \"address\": \"0xe38F02D0546EBe361113Da8764a872AeD3C16Acb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 27000,\n                    \"price\": 0.945421,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05772983676055434,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05772983676055434\n                    },\n                    \"liquidity\": 29571.672708227485,\n                    \"skewImpact\": 0.000002536210945521\n                },\n                {\n                    \"address\": \"0x1e77598c40BC410aC192144614EE31DD296F24FF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 26500,\n                    \"price\": 0.962389,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.039080870625079825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.039080870625079825\n                    },\n                    \"liquidity\": 38281.514321869676,\n                    \"skewImpact\": 0.000001959170145919\n                },\n                {\n                    \"address\": \"0x2C7157E401426BbeB000342C54EE733ae8103F6e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.977035,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02350478744364328,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02350478744364328\n                    },\n                    \"liquidity\": 51330.475629965564,\n                    \"skewImpact\": 0.000001461120300942\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xd025C1981408004033aFa31DE49f5dcd77BE4E6C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.959722,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04196840335013685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04196840335013685\n                    },\n                    \"liquidity\": 36587.25828299769,\n                    \"skewImpact\": 0.00000204989396636\n                },\n                {\n                    \"address\": \"0xFb8a06A96486279089034aa873E05fE7c5D07d20\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.937338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06685101852266738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06685101852266738\n                    },\n                    \"liquidity\": 26680.004305951126,\n                    \"skewImpact\": 0.000002811093999084\n                },\n                {\n                    \"address\": \"0x23879144C6fA27dAE98Cee30BC716EF038c7c755\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.909719,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09924053471456563,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09924053471456563\n                    },\n                    \"liquidity\": 19998.080354747464,\n                    \"skewImpact\": 0.000003750359968035\n                },\n                {\n                    \"address\": \"0xf2D82972d5c8265528cB0D22d716E4b6a2d7Ed70\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.876184,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1413127836162268,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1413127836162268\n                    },\n                    \"liquidity\": 15334.897628808938,\n                    \"skewImpact\": 0.000004890805391429\n                },\n                {\n                    \"address\": \"0xacecEdeA957c1EC1fe03F6cc85Ef3d46f5F063B0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.836172,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19592619700253056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19592619700253056\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.000006251542496547\n                },\n                {\n                    \"address\": \"0x41329E573bfAfEc93B17ef1039c221adba9b3Ce9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.789326,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2669036621117257,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2669036621117257\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000007844662949328\n                },\n                {\n                    \"address\": \"0xd5E572F15B085a0D40B584E6Fed1197975d3bB05\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.735596,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3594418675468599,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3594418675468599\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000009671899154631\n                },\n                {\n                    \"address\": \"0x10c469a7ea77F7E2d77b7b5165e71Db259B6912e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.675333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4807509776658331,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4807509776658331\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000011721350869113\n                },\n                {\n                    \"address\": \"0x1E3Ac67708701eec527Cf6117e0d9722b523C598\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.609364,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6410552641770764,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6410552641770764\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.00001396483155881\n                },\n                {\n                    \"address\": \"0xF0d4d468011AAC8Dbea78E2eC2de5F3aa5113b52\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.539037,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8551602209124791,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8551602209124791\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000016356518345832\n                },\n                {\n                    \"address\": \"0x8d5fAC5eb78BcA999F345D2407ddA50d8DeBcaCC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 33000,\n                    \"price\": 0.440911,\n                    \"bonus\": 0.0573823034089422,\n                    \"roi\": {\n                        \"baseRoi\": 1.1512849161178516,\n                        \"bonusRoi\": 0.11674650065333347,\n                        \"totalRoi\": 1.268031416771185\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.054268265341631705\n                },\n                {\n                    \"address\": \"0xcCfc42A6854b3c40eE7f2A22789Fb311A817e372\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32500,\n                    \"price\": 0.429556,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.327985175390403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.327985175390403\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.00002007984036946\n                },\n                {\n                    \"address\": \"0xB9b0fC5f56015c14A4eCbEb7644E94Cb5173a69B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.393132,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5436748979986366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5436748979986366\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000021318580777058\n                },\n                {\n                    \"address\": \"0xD01EF82F9e6b5ae90b1bf05fAfD316a10EbCC485\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31500,\n                    \"price\": 0.357267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7990270581945715,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7990270581945715\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000022538297234322\n                },\n                {\n                    \"address\": \"0xCfA7b8653ae9C8bdD00601560a7249BA05324047\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 31000,\n                    \"price\": 0.322279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1029015232143577,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1029015232143577\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000023728188654483\n                },\n                {\n                    \"address\": \"0x2bcBc3FE1dF60B7310fbf68dFC83A36943B820C7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30500,\n                    \"price\": 0.288478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.466468846844473,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.466468846844473\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000024877749980608\n                },\n                {\n                    \"address\": \"0x095304C51940768fC35371888C7A6d6dc3642377\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.256153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9039167997251636,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9039167997251636\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000025977080715365\n                },\n                {\n                    \"address\": \"0xFcD73A2d3abc6a6FAfb2f86F93BA2f5ADfecBA41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29500,\n                    \"price\": 0.22557,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.4332136365651458,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.4332136365651458\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.00002701718920492\n                },\n                {\n                    \"address\": \"0x11C622249f0c2F34b33EE2d7c786688DB1ad1629\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 29000,\n                    \"price\": 0.196958,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.077224585952336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.077224585952336\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000027990277288446\n                },\n                {\n                    \"address\": \"0x55b90b42A333a4A11Ebfaa9De2278ec901Ee5754\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28500,\n                    \"price\": 0.170503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.864999442825053,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.864999442825053\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000028889989450093\n                },\n                {\n                    \"address\": \"0x91479fF67920E9360956B684b65a1eff69259dB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.146344,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.83321489094189,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.83321489094189\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000029711611265381\n                },\n                {\n                    \"address\": \"0x3457c96EB56F8a64F2f1c1a9ac31729d34d31F9e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 27500,\n                    \"price\": 0.124568,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.027743882859161,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.027743882859161\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000030452203835027\n                },\n                {\n                    \"address\": \"0xe38F02D0546EBe361113Da8764a872AeD3C16Acb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 27000,\n                    \"price\": 0.105207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.505070955354682,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.505070955354682\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000031110664054478\n                },\n                {\n                    \"address\": \"0x1e77598c40BC410aC192144614EE31DD296F24FF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 26500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x988FECeE81b91Dd61DD15Cf677c3619136e988Fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.127882,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.81970879404451,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.81970879404451\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000031145692471487\n                },\n                {\n                    \"address\": \"0x8E02C6C051f5dB0e1A3E080C3575A61c0a392846\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.156331,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.396683959035636,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.396683959035636\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000030206426502536\n                },\n                {\n                    \"address\": \"0xc5fD9C30bCE2a5dB172aF3BC239992d1854673a8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.176132,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.677560011809325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.677560011809325\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000029552572018706\n                },\n                {\n                    \"address\": \"0x3B6b91244F382f94753d8F9CB0B4C829c593bcBA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.20458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8880633493010066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8880633493010066\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000028613306049755\n                },\n                {\n                    \"address\": \"0x23f06420FCa9344EC14f1c757d652CC6636E6358\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.141592,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.062545906548393,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.062545906548393\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.0000306930174421\n                },\n                {\n                    \"address\": \"0xA2c21A8c6003C1111Fa3001F6B5160E0926d8A18\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.259922,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.847308038565416,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.847308038565416\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000026786069844452\n                },\n                {\n                    \"address\": \"0x84357A3Ad86a7ADDD473aA4E6815453161AB0565\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.196933,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.077869123001224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.077869123001224\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000028865781236797\n                },\n                {\n                    \"address\": \"0x6183CF9EAE5E69987Fa902C0819E93a7c96353Dd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.155719,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.4218239264315855,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.4218239264315855\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000030226518341915\n                },\n                {\n                    \"address\": \"0x1f1919E15f4C924712E7064Ce747b7b0186f66FA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.231473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.320158290599767,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.320158290599767\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000027725335813403\n                },\n                {\n                    \"address\": \"0xe865647CF6649EeECB043284739EAAFE3382B332\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.259005,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.860929325688694,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.860929325688694\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000026816329522315\n                },\n                {\n                    \"address\": \"0x5f7e23c9d6303Fc68d0eF1FA164544a66e97e0f9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.321994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.105647931327913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.105647931327913\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.00002473661812997\n                },\n                {\n                    \"address\": \"0x5BFa0B859e2605649B9982e85a5D8a80625B8b6E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.217791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.591557961531927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.591557961531927\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000028177066627433\n                },\n                {\n                    \"address\": \"0x18f3B1cc53DE31B07eA26D1242AAbBaf21798AE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.293545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4066327138939516,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4066327138939516\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000025675884098921\n                },\n                {\n                    \"address\": \"0x0B65AB3efd65a698Ff001343845195Cb682B0181\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.16954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.898313082458417,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.898313082458417\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000029770187080214\n                },\n                {\n                    \"address\": \"0xFc4fEbDBA4282F850914958DF14fe5D40e58d736\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.361492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7663129474511197,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7663129474511197\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000023432403409224\n                },\n                {\n                    \"address\": \"0xD946C4C863B23F477BcB4a53cAB0054a2689FEFd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.389941,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5644905254897536,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5644905254897536\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000022493137440273\n                },\n                {\n                    \"address\": \"0xb070F6a86AC450eB758b36fa7242bb59e364c13f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.237487,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2107567993195416,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2107567993195416\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000027526706390517\n                },\n                {\n                    \"address\": \"0x8b1e2935E6fCDD2049D82c6b6395cF5dA04C0045\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.182145,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.490131488649153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.490131488649153\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.00002935394259582\n                },\n                {\n                    \"address\": \"0x7ac9ED379e5B484d89A97d08e40f7faD6c1b4635\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.285738,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4997095241094986,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4997095241094986\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000025933585937736\n                },\n                {\n                    \"address\": \"0x09585b961044928FdB70a3AcBD89D2b261e9a9eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.326952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.058552937434241,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.058552937434241\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": 0.000024572848832618\n                },\n                {\n                    \"address\": \"0xFa344fDC373b125517A1C5B5e2f461811D2D4f8f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.309924,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.226597488416515,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.226597488416515\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000025135019603495\n                },\n                {\n                    \"address\": \"0xB49c96f20CECf5d990fCAC0daAb115dcCa245219\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.462379,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1627279785630404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1627279785630404\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000020101450653251\n                },\n                {\n                    \"address\": \"0xA547515F294719726996659182D77BCEA76D0f01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.39939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.503818322942487,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.503818322942487\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000022181162045596\n                },\n                {\n                    \"address\": \"0x8D5810191384b1aF52357007Efb01Dd326935DcB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.192511,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.194508365755723,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.194508365755723\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.00002901170752328\n                },\n                {\n                    \"address\": \"0x41069C27bd4B29f6085b846a7d6Ba5f04D69Eb7c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.43393,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3045191620768328,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3045191620768328\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000021040716622202\n                },\n                {\n                    \"address\": \"0x2E30b06a2A60B6de06ec059d579125eA679C30A9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.358176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7919235236308406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7919235236308406\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000023541899150714\n                },\n                {\n                    \"address\": \"0x2470c4E64784e5b511F0af4B26B0Be10C2BA6B24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.254583,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.927992049744091,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.927992049744091\n                    },\n                    \"liquidity\": 4337.678019031604,\n                    \"skewImpact\": 0.000026962255808798\n                },\n                {\n                    \"address\": \"0xf675f8556aAcDeC2057A6A3dB69a030983BaEa51\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.35442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8215112013994696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8215112013994696\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.05429801450587646\n                },\n                {\n                    \"address\": \"0xd2815Ee7972b9d03d9f50b58e830571bE28b9eFa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.458014,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1833393739056013,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1833393739056013\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.054294594149218375\n                },\n                {\n                    \"address\": \"0xcc67eAd4CE67adf91168088c5f8F9e7051fd5940\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.224399,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.456347844687365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.456347844687365\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.054302307438280635\n                },\n                {\n                    \"address\": \"0xB7Ce65dDEcbd81199790212EfC1ca1175Ad22585\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.409762,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4404410365041171,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4404410365041171\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.054296187269671156\n                },\n                {\n                    \"address\": \"0xB55BEe819164062d29dad9f9e1564e516C8a9cFA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.533768,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8734731194076827,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8734731194076827\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.05429209296668986\n                },\n                {\n                    \"address\": \"0x737F30bfe1B64693A8a421376B26C3e2E97f0d8D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.499228,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0030927752449783,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0030927752449783\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.054293233412113256\n                },\n                {\n                    \"address\": \"0x4f22dAE96977615F06DF2e3637f1Bc4467837168\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.562217,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7786726477498903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7786726477498903\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.05429115370072091\n                },\n                {\n                    \"address\": \"0x4a59340fC9Af97Be26C2664cbe2f16eF2Afd2896\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.292349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.420569251134774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.420569251134774\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.05430006395759094\n                },\n                {\n                    \"address\": \"0xEe5dE110ef0605c5f28D1EA48eFd5D12BaB1298c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.305279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.275692071842478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.275692071842478\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000025288385499652\n                },\n                {\n                    \"address\": \"0x96f481BD50Ebf4E3591649FC40861A8A9f41c937\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.23733,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2135423250326545,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2135423250326545\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000027531866189349\n                },\n                {\n                    \"address\": \"0x92A55D32Fe45E9A4E878af73F2fA909F5E74dDDA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.422693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.365783204358719,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.365783204358719\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000021411697579867\n                },\n                {\n                    \"address\": \"0x721efaD1f4391c9351F42Fbf661D913E1f15eE96\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.470944,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.123394713596521,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.123394713596521\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000019818577127086\n                },\n                {\n                    \"address\": \"0x71A48A77FA3D0D54ada815Fd5020b7c37e0f8442\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.575147,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7386859359433329,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7386859359433329\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000016378128629623\n                },\n                {\n                    \"address\": \"0x57d2e1862147B2Fe0b3769b26d74f356551eE1D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.512159,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9525186514344177,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9525186514344177\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000018457840021968\n                },\n                {\n                    \"address\": \"0x25f06e92Ec6A97b1dA5D9cadBB271F7490D045e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.367351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7221921268759308,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7221921268759308\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.00002323893378517\n                },\n                {\n                    \"address\": \"0x102db022178c5125849b09d6DadA5a51eaA7A6dB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.546699,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8291601045547914,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8291601045547914\n                    },\n                    \"liquidity\": 5528.10559141466,\n                    \"skewImpact\": 0.000017317394598574\n                },\n                {\n                    \"address\": \"0xF1613059c3fdB8bfE1aDB0BD643DF4d09F708480\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.584216,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7116956742026923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7116956742026923\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000016078654190976\n                },\n                {\n                    \"address\": \"0xDDAbA8790e511Fc7B57faA3B662CedD25e76f34C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.342796,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9171868983302023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9171868983302023\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000024049645092054\n                },\n                {\n                    \"address\": \"0xa29138EEb5EF125719041eD23b2ea8919E5D7b99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.404868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4699408202179476,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4699408202179476\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000022000193377572\n                },\n                {\n                    \"address\": \"0x793Ae7262cD200F08911610bb902D773C13c1EBE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.549675,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8192568335834811,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8192568335834811\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.00001721909961437\n                },\n                {\n                    \"address\": \"0x68594eC208D1Da950042b9A19698829899e7e522\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.46021,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.172921057777971,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.172921057777971\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000020172957172269\n                },\n                {\n                    \"address\": \"0x5Cd79d2AD9EFCc18f9079498a30D2f44f76A8659\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.202409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9404917765514376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9404917765514376\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000028684812568773\n                },\n                {\n                    \"address\": \"0x407e346da8fd86Ed26573F85a44562adda8a473A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.508461,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9667191780687209,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9667191780687209\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000018579836719488\n                },\n                {\n                    \"address\": \"0x3988236F1087df8FF78997DB4Ea1456e53B429bd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.274847,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6383879030878994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6383879030878994\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000026293125781751\n                },\n                {\n                    \"address\": \"0x22BfE104D5CD60a5091bC97079769143a1453A44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.612664,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6322160270556129,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6322160270556129\n                    },\n                    \"liquidity\": 6083.566683575428,\n                    \"skewImpact\": 0.000015139388222025\n                },\n                {\n                    \"address\": \"0xf030d9B00970d5f662Fb7dc036559F0763262Ac4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.649606,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5393946484484441,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5393946484484441\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000013919671764761\n                },\n                {\n                    \"address\": \"0xEA8b8E4E22534668375A719650Af00Dc7c7BdEB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.311789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2072972426865607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2072972426865607\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000025073409324487\n                },\n                {\n                    \"address\": \"0xD6d1c779fd1Dc07e9F35349347a7C328a4B2bb34\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.545403,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8335065997070057,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8335065997070057\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000017360120262224\n                },\n                {\n                    \"address\": \"0x942Cf9906b49a7D172829489591e42dB8e40Ed36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.497152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0114572605561276,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0114572605561276\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000018953240715005\n                },\n                {\n                    \"address\": \"0x6d25d251e1b560a65BdcED5704e1a598f440E33f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.586617,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7046897720318366,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7046897720318366\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000015999383157106\n                },\n                {\n                    \"address\": \"0x4D0B019A88b55ca08097EA13e9D668474092AF02\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.379738,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.633394603647778,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.633394603647778\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.00002282992863479\n                },\n                {\n                    \"address\": \"0x4801CCCB5e1797A13EfFA50315E69b7834Ba9567\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.621157,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6098989466431193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6098989466431193\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000014858937733712\n                },\n                {\n                    \"address\": \"0x1C2C79E48D45Adf550Ec154Da677ac6E31E07a02\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.44181,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2634164007152395,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2634164007152395\n                    },\n                    \"liquidity\": 6751.539358326508,\n                    \"skewImpact\": 0.000020780476920308\n                },\n                {\n                    \"address\": \"0x144e31A8EE601179640Af7F5d40f7d7FD4e8FECD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.239351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1779645792162974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1779645792162974\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000027465096111509\n                },\n                {\n                    \"address\": \"0xE97b1a722E959Aa8b139b72e053Fde6760E48070\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.685646,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4584785734912769,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4584785734912769\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.0000127297803446\n                },\n                {\n                    \"address\": \"0xd7a67fD589613E0D379e006A8Bfdd23dDfc4E6e3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.415778,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4051296605399999,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4051296605399999\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000021640037214629\n                },\n                {\n                    \"address\": \"0xa766F2ef9B69E968300131A2454aEC332D5f0002\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.347828,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8749841875869682,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8749841875869682\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000023883517904326\n                },\n                {\n                    \"address\": \"0xa0EA56dda439660F2a0A3f0499fBabDbc4E3C422\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.581443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7198590403530525,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7198590403530525\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000016170228842063\n                },\n                {\n                    \"address\": \"0x9a3e5E1541B02e5fa2c7c1611A922Cf5051e0fFD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.622657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6060206502135204,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6060206502135204\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000014809491736945\n                },\n                {\n                    \"address\": \"0x7973e2f4202add2C0437728e14DD359102B06576\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.174321,\n                    \"bonus\": 0.05737121386521985,\n                    \"roi\": {\n                        \"baseRoi\": 4.441307172266902,\n                        \"bonusRoi\": 0.29523633081075396,\n                        \"totalRoi\": 4.736543503077656\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05425834665528619\n                },\n                {\n                    \"address\": \"0x65bF28d739160ce6c5fC6DDF81Ef3A65f486B009\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.275391,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6312007291451067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6312007291451067\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000026275204691348\n                },\n                {\n                    \"address\": \"0x228bDAfac1761d28abFDFf85b7C110dF90eB335a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.533191,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8755005242023967,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8755005242023967\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000017763349294844\n                },\n                {\n                    \"address\": \"0x0E91e558f19E9752458e115F35777DA922764f0f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.657197,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5216137626921608,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5216137626921608\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000013669046313551\n                },\n                {\n                    \"address\": \"0x03807f5A565Bc114195485aed35deA76b86fEb44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.477849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0927112958277616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0927112958277616\n                    },\n                    \"liquidity\": 7561.485199489334,\n                    \"skewImpact\": 0.000019590585500147\n                },\n                {\n                    \"address\": \"0xFb3768f03494Bf67D2A376352C469E7C352A4cE9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.720462,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3879982566741895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3879982566741895\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.000011580219018475\n                },\n                {\n                    \"address\": \"0xc9F6974448d13229e4C76417AeAd5670D0d31cC2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.19744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.06482982171799,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.06482982171799\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000028848965388851\n                },\n                {\n                    \"address\": \"0xc73A1a6bb0a7CE8264f517582149a96efD110CA7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.568007,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7605416834651685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7605416834651685\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.000016613787968719\n                },\n                {\n                    \"address\": \"0xC5c212B2f874e1440B7B1911AE80E304d6c6D8b4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.657473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5209750058177295,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5209750058177295\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.00001365993041082\n                },\n                {\n                    \"address\": \"0xC4B2aA07f3e4306f262fc253D443D27193F73eF7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.512666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9505877120776491,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9505877120776491\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000018441024174022\n                },\n                {\n                    \"address\": \"0x9e21AF022E7EF3A136486e11329983C1047A1029\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.616259,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6226943541595336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6226943541595336\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.000015020667515938\n                },\n                {\n                    \"address\": \"0x77a51EC9321dC49Ab3e2C64b3d2E6283f2754ad2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.450594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2192927557845867,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2192927557845867\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000020490475888504\n                },\n                {\n                    \"address\": \"0x6B880f6f0D6BC3F31B5f4fea665685D02B16EEbe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.692013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44505955812968834,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44505955812968834\n                    },\n                    \"liquidity\": 8552.734718018874,\n                    \"skewImpact\": 0.000012519484987426\n                },\n                {\n                    \"address\": \"0x543279e494D722a8D222E57331e23d30E183c217\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.209137,\n                    \"bonus\": 0.05737249911529633,\n                    \"roi\": {\n                        \"baseRoi\": 3.535462750723462,\n                        \"bonusRoi\": 0.24609192396346602,\n                        \"totalRoi\": 3.781554674686928\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.054259496216612316\n                },\n                {\n                    \"address\": \"0x40dc7b0dF11082b0d17c623D630C82e167b506c9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.310207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.223653882729919,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.223653882729919\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000025125643365223\n                },\n                {\n                    \"address\": \"0x0C88E42b3eFdE0231cE6F77E07f534d15A5dFE66\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.382645,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6133883887153888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6133883887153888\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000022733956578201\n                },\n                {\n                    \"address\": \"0xD8AAE452F5b4d180813d7cEe0B8f9233E94FE3CE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.193217,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.175528033247592,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.175528033247592\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000028988375061692\n                },\n                {\n                    \"address\": \"0xa2bf5091142A626e4e3bEF6cBDDd1C0857a83380\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.753758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32668575325237004,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32668575325237004\n                    },\n                    \"liquidity\": 9778.619506164649,\n                    \"skewImpact\": 0.000010480888283718\n                },\n                {\n                    \"address\": \"0x8bc4f53bD0d69DE87eA4B3Bed6F7fF13698242c8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.725309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37872272369431514,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37872272369431514\n                    },\n                    \"liquidity\": 9778.619506164649,\n                    \"skewImpact\": 0.000011420154252669\n                },\n                {\n                    \"address\": \"0x7E29843722FB0b0ED9B6A69E884f7c946dEeB567\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.41594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4041929124392942,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4041929124392942\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000021634625843444\n                },\n                {\n                    \"address\": \"0x55aD9c4a85DBBd2125A497E181e23720010fe293\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.343502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9111912012157137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9111912012157137\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000024026312630466\n                },\n                {\n                    \"address\": \"0x468eF5Ce0059F1E902565904BDb16544b8Bba1De\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.649555,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.539515514467597,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.539515514467597\n                    },\n                    \"liquidity\": 9778.619506164649,\n                    \"skewImpact\": 0.000013921336781181\n                },\n                {\n                    \"address\": \"0x346aA6B3D08526430549e9746BeA485A297D2b44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.545961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.831632662406289,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.831632662406289\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000017341693439265\n                },\n                {\n                    \"address\": \"0x1789dAc56D37d9AfdAC2726929cD67867E496418\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.230736,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3339574232022744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3339574232022744\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000027749634654094\n                },\n                {\n                    \"address\": \"0x163A244F853E5ae199875B4e369b5Caae3948c9B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.242433,\n                    \"bonus\": 0.057373728208724065,\n                    \"roi\": {\n                        \"baseRoi\": 2.9125535063903913,\n                        \"bonusRoi\": 0.21229748336760368,\n                        \"totalRoi\": 3.124850989757995\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426059554734707\n                },\n                {\n                    \"address\": \"0x12821300935FeB36b6b5A1A3Fc015FD0D8aAa11f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.483889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0665896517589777,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0665896517589777\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000019391145153747\n                },\n                {\n                    \"address\": \"0x0D81148Ef855c0666d15Be7F2219DA675B3e27d3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.690769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4476619535618999,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4476619535618999\n                    },\n                    \"liquidity\": 9778.619506164649,\n                    \"skewImpact\": 0.000012560599676063\n                },\n                {\n                    \"address\": \"0x003fee5ec0571b06f9f0F22ca050E726BA64797A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.601303,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6630550654162709,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6630550654162709\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000015514457233962\n                },\n                {\n                    \"address\": \"0xDbE79cFC5890676d51440717b4F21d71D014e906\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.515393,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9402669419258702,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9402669419258702\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000018351036664192\n                },\n                {\n                    \"address\": \"0xd61778A1626e04480A8240EF0A60198C93d5919A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.273936,\n                    \"bonus\": 0.05737489109206772,\n                    \"roi\": {\n                        \"baseRoi\": 2.4626012952529646,\n                        \"bonusRoi\": 0.18788640990444438,\n                        \"totalRoi\": 2.650487705157409\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426163565583663\n                },\n                {\n                    \"address\": \"0xc9e48303188bcc793123c8231F0ED37d872d3F33\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.785261,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27346194449998157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27346194449998157\n                    },\n                    \"liquidity\": 11312.753321683238,\n                    \"skewImpact\": 0.000009440779794163\n                },\n                {\n                    \"address\": \"0xc693D2b140b19780Fc67162c847d714D64FFa76B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.224721,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.4499623978177385,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.4499623978177385\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000027948266572137\n                },\n                {\n                    \"address\": \"0xbA51b144927A4bb4Aab369D6d511E90b855BAb04\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.187779,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.325409124555994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.325409124555994\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000029167983029401\n                },\n                {\n                    \"address\": \"0xaCc83490CadEe6bD4e983AE745d60644Ad67eB94\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.375006,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6666240006826558,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6666240006826558\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000022986204140911\n                },\n                {\n                    \"address\": \"0x68e368529fE85B978876a18AdA98EB22a533f453\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.722273,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38451804234686876,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38451804234686876\n                    },\n                    \"liquidity\": 11312.753321683238,\n                    \"skewImpact\": 0.000011520491186508\n                },\n                {\n                    \"address\": \"0x5a5f91C566e89380A7fd36e64AE4DEF1bFde574D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.151741,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.590176682636862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.590176682636862\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000030357874449562\n                },\n                {\n                    \"address\": \"0x5612c599196a4541B978Ef2ad0233e5d3F2A9B9D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.26224,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8133007931665652,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8133007931665652\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000026709526164539\n                },\n                {\n                    \"address\": \"0x4532A024C3f30fca534CE6039cA0ff4Fd62f58b3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.632807,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5802606481913126,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5802606481913126\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000014474348744407\n                },\n                {\n                    \"address\": \"0x21E6C1De5588BC8E7a987c6EF8b2a910e4676129\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.447444,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2349165482160898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2349165482160898\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000020594517353889\n                },\n                {\n                    \"address\": \"0x1c2A22c8Bac62b5E85Aa4E6a676361b2a9C18cd8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.756813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.321330368267987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.321330368267987\n                    },\n                    \"liquidity\": 11312.753321683238,\n                    \"skewImpact\": 0.000010380045763114\n                },\n                {\n                    \"address\": \"0x16DaF7E726A6c36c0C9CDC6c25F2EF2C8c4F6B90\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.577465,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.731706683521945,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.731706683521945\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.00001630158494971\n                },\n                {\n                    \"address\": \"0x06550Afff2Cf6a25cdAa92a22fb746627982a928\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.681058,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46830372743584237,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46830372743584237\n                    },\n                    \"liquidity\": 11312.753321683238,\n                    \"skewImpact\": 0.000012881228291626\n                },\n                {\n                    \"address\": \"0xe54cf4c8b700eD9eBA5F23Ec2Fb57e2F79A19ED5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.29171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4280621164855503,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4280621164855503\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000025736438081013\n                },\n                {\n                    \"address\": \"0xe3Ac99751b8982c18a17373ECDE20B55026c9A49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.751743,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3302418512709795,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3302418512709795\n                    },\n                    \"liquidity\": 13258.85343531017,\n                    \"skewImpact\": 0.000010547403102982\n                },\n                {\n                    \"address\": \"0xE260B58842B9652f3578a297F1B9E9D0ff76aEa4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.786283,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27180671590254407,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27180671590254407\n                    },\n                    \"liquidity\": 13258.85343531017,\n                    \"skewImpact\": 0.000009406957679588\n                },\n                {\n                    \"address\": \"0xDDC7373a6c8A8f2c31e0e0026F778daF3a433Af1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.814732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2273974754888724,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2273974754888724\n                    },\n                    \"liquidity\": 13258.85343531017,\n                    \"skewImpact\": 0.000008467691710637\n                },\n                {\n                    \"address\": \"0xD9b15b1322c47cfC321fe0eef05DADCD569a1B45\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.404476,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4723345760935134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4723345760935134\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000022013116057385\n                },\n                {\n                    \"address\": \"0xC4aa48EF1906c4fDe76DDd0b6Cd46a53f89e3801\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.476914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.096814100655464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.096814100655464\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000019621429270363\n                },\n                {\n                    \"address\": \"0x72E7CeC14EE175D14EF151eD1394EA13c1595111\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.544863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8353237419314581,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8353237419314581\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000017377948580666\n                },\n                {\n                    \"address\": \"0x6B2bD400423a414cF48a40a026393De75920ac77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.303407,\n                    \"bonus\": 0.057375979046203666,\n                    \"roi\": {\n                        \"baseRoi\": 2.1262636422984347,\n                        \"bonusRoi\": 0.1696392208523827,\n                        \"totalRoi\": 2.2959028631508174\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426260874392015\n                },\n                {\n                    \"address\": \"0x6472b7772dba3f75C20409499c6E7B8629f1F120\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.217249,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6030131323964665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6030131323964665\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000028194894945875\n                },\n                {\n                    \"address\": \"0x632D1181e73ACC2aEC5cE7E0e8D4d36A6021d412\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.710529,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4074020905550654,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4074020905550654\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.0000119081402081\n                },\n                {\n                    \"address\": \"0x5598C80538A9F60EF4d09c42382EEf5551430110\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.662277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5099422145114506,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5099422145114506\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000013501260660881\n                },\n                {\n                    \"address\": \"0x44050d406a0d08749D532a9D872e4DBFE6b5EF96\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.181212,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.518398340065779,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.518398340065779\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000029384786366036\n                },\n                {\n                    \"address\": \"0x3D24148EF9ccf400d6B0093D793697e941F6674a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.146395,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.830834386420301,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.830834386420301\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000030534347692161\n                },\n                {\n                    \"address\": \"0x2Bff0Ba8d796A0ca954fc879651E9D8f70BD388F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.254191,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9340495926291643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9340495926291643\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000026975178488611\n                },\n                {\n                    \"address\": \"0x0674e05f4aace3A61C3Ccb64DB24FDF6D2A24143\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.606935,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6476228920724625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6476228920724625\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000015328496866184\n                },\n                {\n                    \"address\": \"0xF4BEfE25A62b33b930c735ff7Ec6e3CD790bcEd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.208463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7970143382758565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7970143382758565\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000028485074204389\n                },\n                {\n                    \"address\": \"0xEc9d5552c78540136E98eC4Ba5670E76F19387BE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.281443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.553117327487271,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.553117327487271\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000026075466326964\n                },\n                {\n                    \"address\": \"0xDE6f83Ba8a0E66AC7A616cd9C557042D4d6757B1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.173647,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.7588095388921205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.7588095388921205\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000029634635530514\n                },\n                {\n                    \"address\": \"0xaEc4b58605D63249E0EB6Cb09321e000e2a908f9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.778995,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2837052869402243,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2837052869402243\n                    },\n                    \"liquidity\": 15334.897628808938,\n                    \"skewImpact\": 0.000009647690941335\n                },\n                {\n                    \"address\": \"0x96657Cb7F39A7DA5083A00E714ffcb2C3c05e561\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.813535,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2292034147270861,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2292034147270861\n                    },\n                    \"liquidity\": 15766.618560220355,\n                    \"skewImpact\": 0.000008507245517941\n                },\n                {\n                    \"address\": \"0x88531a8A4b4e93315D3f56e511685Fb08817BB6b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.572115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.747900334722914,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.747900334722914\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000016478236419019\n                },\n                {\n                    \"address\": \"0x8077Bf73d218c87922cCCE9472e34Fa5c1FfaB03\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.73778,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3554176041638429,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3554176041638429\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.000011008428046453\n                },\n                {\n                    \"address\": \"0x7dF0967B4CE89F90253910b90BfB5A469b06f2b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.431728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3162732090575548,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3162732090575548\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000021113403895738\n                },\n                {\n                    \"address\": \"0x6eBCE7Dd5814054e95eba8B0576Fa75CE332C658\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.634187,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5768219783754636,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5768219783754636\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000014428784704537\n                },\n                {\n                    \"address\": \"0x58390463e23D50991b3Ec87178D3A3c2867Bef9f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.504166,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.983473697155302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.983473697155302\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000018721717108716\n                },\n                {\n                    \"address\": \"0x38A45Fd78AFe53ec7ec6DA18DcE2Ca3985E6e0cD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.330658,\n                    \"bonus\": 0.05737698496490966,\n                    \"roi\": {\n                        \"baseRoi\": 1.8686118691814262,\n                        \"bonusRoi\": 0.155660944420543,\n                        \"totalRoi\": 2.024272813601969\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.0542635084560818\n                },\n                {\n                    \"address\": \"0x20f16166abC28EB5Aac4a577251DC7F26514410B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.841983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18767243519168433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18767243519168433\n                    },\n                    \"liquidity\": 15766.618560220355,\n                    \"skewImpact\": 0.00000756797954899\n                },\n                {\n                    \"address\": \"0x1fBED34E302Bc6b0751B87A4D87163544a890127\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.140351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.124993765630455,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.124993765630455\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000030733966265271\n                },\n                {\n                    \"address\": \"0x11A48A43e1fCcE0277f7ff4d6099f077EaA4E4C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.318962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1351697067362254,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1351697067362254\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000024836725919366\n                },\n                {\n                    \"address\": \"0x08C4Db31FDaa13fF9DDe91C72EB798585E50B58a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.244501,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.089962822237946,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.089962822237946\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000027295182784228\n                },\n                {\n                    \"address\": \"0x079C00Ed7919A3C7dA4774DfFF5C4004fFE84F32\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.689529,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4502653260413994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4502653260413994\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000012601548499234\n                },\n                {\n                    \"address\": \"0xfe87e534D9551c0337FA0c14a2883b63863a9996\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.714414,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39974860515051497,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39974860515051497\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000011779926683946\n                },\n                {\n                    \"address\": \"0xf5c76921605410d76aE540B1C5c26e574138807F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.866868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15357816876387181,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15357816876387181\n                    },\n                    \"liquidity\": 19058.443107694155,\n                    \"skewImpact\": 0.000006746357733702\n                },\n                {\n                    \"address\": \"0xE7620dBD8709BaE65EaAce8D8bb75105F6e123E2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.597,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6750418760469012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6750418760469012\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000015656614603731\n                },\n                {\n                    \"address\": \"0xE6E61242574626938aEF4d78bcCf36084a5910DB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.355543,\n                    \"bonus\": 0.05737790357676439,\n                    \"roi\": {\n                        \"baseRoi\": 1.667831244661069,\n                        \"bonusRoi\": 0.14476807525241564,\n                        \"totalRoi\": 1.8125993199134847\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426433007789709\n                },\n                {\n                    \"address\": \"0xE3ed7B07e518AbA686C3EfE081dDD73cEADf4280\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.762665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31119167655523716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31119167655523716\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.000010186806231165\n                },\n                {\n                    \"address\": \"0xd2F3AB4B78C65BCF479c0927B925F4986593D746\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.83842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19271963932158098,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19271963932158098\n                    },\n                    \"liquidity\": 19058.443107694155,\n                    \"skewImpact\": 0.000007685623702653\n                },\n                {\n                    \"address\": \"0xC091F80b178f85378762e5F4B90cB744620330fB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.269386,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7121453973109215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7121453973109215\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.00002647356096894\n                },\n                {\n                    \"address\": \"0xbFA662D7ed994c5FBe419Bb83196535B5e9EA2bE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.803879,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24396830866336847,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24396830866336847\n                    },\n                    \"liquidity\": 15334.897628808938,\n                    \"skewImpact\": 0.000008826069126047\n                },\n                {\n                    \"address\": \"0xA2817114a1273c7e768D4153d08159EF158eB3D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.133735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.477474109245898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.477474109245898\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000030952452939538\n                },\n                {\n                    \"address\": \"0x8aE4F6EeB3F284c239ea38027706878a6Faf0b6e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.233348,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.285444914891064,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.285444914891064\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000027663452389101\n                },\n                {\n                    \"address\": \"0x8aA4BD7889463a15fCFe0461F9e09B1cFD1C6B0F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.198532,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.036971369854735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.036971369854735\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000028813013715226\n                },\n                {\n                    \"address\": \"0x84f465470578E144a6eeb8c7C4550706f0cF8A5F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.165236,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.051949938270111,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.051949938270111\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000029912344449983\n                },\n                {\n                    \"address\": \"0x7077f8648bAdD2655759CDdAf8987c8b0aA88085\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.306328,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2644746807343763,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2644746807343763\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000025253844511676\n                },\n                {\n                    \"address\": \"0x6Fa171127d0580E28d79c20F2C274679858057e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.659072,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5172849096912022,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5172849096912022\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000013607162889249\n                },\n                {\n                    \"address\": \"0x6a970820CC3d706256c59E79E886340631E41142\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.529051,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.890176939463303,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.890176939463303\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000017900095293428\n                },\n                {\n                    \"address\": \"0x1F54A5D4FdFb0afF8ac5e4dB9573832B1C73ad31\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.343846,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9082787061649693,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9082787061649693\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000024015104104078\n                },\n                {\n                    \"address\": \"0x151A84cCcC18587fE8900728ce310F804718ab4c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.456613,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1900383913730008,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1900383913730008\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.00002029178208045\n                },\n                {\n                    \"address\": \"0xfEC7d79a2e7721E209b69c0d94B07e8F0dEb82C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.220961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5256855282153867,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5256855282153867\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.00002807242114558\n                },\n                {\n                    \"address\": \"0xfe491b79D1422CCD328A34654AEFFAc8c1AfB423\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.156164,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.403524499884737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.403524499884737\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000030211860369892\n                },\n                {\n                    \"address\": \"0xf5FA574F361EE9420567E4946eE8f0f657b74a53\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.785094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27373282689716144,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27373282689716144\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.000009446213661519\n                },\n                {\n                    \"address\": \"0xF0148C107b80789dE60d02f616C0F3b6c2c0793E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.479042,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.087499634687564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.087499634687564\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000019551189510804\n                },\n                {\n                    \"address\": \"0xd91Ba8a93806c551EAe298841B957a5b0b264258\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.291815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.426828641433785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.426828641433785\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000025732968399294\n                },\n                {\n                    \"address\": \"0xca5F643a4928F6121E410D89bC21371392390EB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.377972,\n                    \"bonus\": 0.05737873159547704,\n                    \"roi\": {\n                        \"baseRoi\": 1.5095193768450352,\n                        \"bonusRoi\": 0.1361792463334015,\n                        \"totalRoi\": 1.6456986231784367\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.054265070670466736\n                },\n                {\n                    \"address\": \"0xC21b54119d2D81c6f922014074fE61eB7d351D5a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.187666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.328615732205088,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.328615732205088\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000029171751880337\n                },\n                {\n                    \"address\": \"0xbA4087b9b599689CcC659DB46a2569c8143B1763\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.126694,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.893033608537105,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.893033608537105\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000031184948453418\n                },\n                {\n                    \"address\": \"0xB68C6Bf99133f5662812e5bd84df5e7Cdf9008ED\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.736843,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3571412091856745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3571412091856745\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.0000110393341143\n                },\n                {\n                    \"address\": \"0xAEFF4dFEC107e4824E978410437F76d466ed13dc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.860849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16164391199850384,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16164391199850384\n                    },\n                    \"liquidity\": 19998.080354747464,\n                    \"skewImpact\": 0.000006945031133007\n                },\n                {\n                    \"address\": \"0xa6d130042A5eCD75215bc0463e4916b60424433B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.328757,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.041760327536752,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.041760327536752\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.00002451325194203\n                },\n                {\n                    \"address\": \"0xa637C73Ed4CDE1c0496636106927479B4e39F6eD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.619429,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6143900269441696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6143900269441696\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000014916022034085\n                },\n                {\n                    \"address\": \"0x9c806a39d4fE85a452B90bBe649d219CC478e67d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.366276,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7301816116808089,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7301816116808089\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000023274511534432\n                },\n                {\n                    \"address\": \"0x772A59FcF7e42edFD6b8cb07619A426336AA5705\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.826309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21020102649251074,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21020102649251074\n                    },\n                    \"liquidity\": 15334.897628808938,\n                    \"skewImpact\": 0.000008085476556401\n                },\n                {\n                    \"address\": \"0x74FB0f4C73dF78fEEf127Ca5957efCbf35d860F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.681501,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46734927755058314,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46734927755058314\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000012866570319603\n                },\n                {\n                    \"address\": \"0x693AF902a838b9eB18E3B0bB3C96863F7D8e0a4f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.255777,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9096556766245603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9096556766245603\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000026922859819455\n                },\n                {\n                    \"address\": \"0x5a3081626a092CB7EEbE0E2955eFF27749185855\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.55148,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8133023863059404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8133023863059404\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000017159502723782\n                },\n                {\n                    \"address\": \"0x0D6A37a5e6422e30552e278DE77a68d5b9145Af5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.889297,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12448372141140698,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12448372141140698\n                    },\n                    \"liquidity\": 23476.594656230332,\n                    \"skewImpact\": 0.000006005765164056\n                },\n                {\n                    \"address\": \"0xCfC3006c83FA486168A86D160a83FE4Af0aA9Af3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.880792,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13534182871779032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13534182871779032\n                    },\n                    \"liquidity\": 19998.080354747464,\n                    \"skewImpact\": 0.000006286570913556\n                },\n                {\n                    \"address\": \"0xce060D501eFc6c970D38fb7E0462Eb2B0E0159c8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.571423,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7500170626663609,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7500170626663609\n                    },\n                    \"liquidity\": 5370.634059147283,\n                    \"skewImpact\": 0.000016501042504331\n                },\n                {\n                    \"address\": \"0xccd8bf61ee638Bf9Ea9bAE7e4725e51Aa0D36B33\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.397915,\n                    \"bonus\": 0.057379467787294434,\n                    \"roi\": {\n                        \"baseRoi\": 1.3837439289420503,\n                        \"bonusRoi\": 0.12935560236488697,\n                        \"totalRoi\": 1.5130995313069373\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426572913068618\n                },\n                {\n                    \"address\": \"0xCbf2B775CA907Bb145C332Ea8585258f3E674edD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.311758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.207616163819373,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.207616163819373\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000025074508179843\n                },\n                {\n                    \"address\": \"0xc6D209d17faAF9420A0359E96990358C2757a5dE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.176107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.678365993401738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.678365993401738\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000029553400150441\n                },\n                {\n                    \"address\": \"0xc484477a36ca8732CD2B390f55867c6Ca82910cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.805037,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24217893090628131,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24217893090628131\n                    },\n                    \"liquidity\": 11997.039137368676,\n                    \"skewImpact\": 0.000008787753442068\n                },\n                {\n                    \"address\": \"0xa129Db1443Fad12faf0703aA4Bce7EfeEe2dBCE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.386219,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.589204570463908,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.589204570463908\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000022616051314981\n                },\n                {\n                    \"address\": \"0x95173C093bC1CE631e2cF2fE8a5f85Ff0Ec92dc0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.701444,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4256305563950936,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4256305563950936\n                    },\n                    \"liquidity\": 7754.423283464741,\n                    \"skewImpact\": 0.000012208110100152\n                },\n                {\n                    \"address\": \"0x8c1c4970103BA8533F6ED03C7d54871ce788C516\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.846252,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18168110680979188,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18168110680979188\n                    },\n                    \"liquidity\": 15334.897628808938,\n                    \"skewImpact\": 0.00000742701633695\n                },\n                {\n                    \"address\": \"0x80FDeC61126F20E4e29a601Dd6aC7f9EF62dC299\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.207608,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.816770066664098,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.816770066664098\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000028513291660886\n                },\n                {\n                    \"address\": \"0x7D54642221443eB6aedee5AE203245f3b449a218\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.27572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.626867836936022,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.626867836936022\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000026264399600004\n                },\n                {\n                    \"address\": \"0x7941B1Ff1AEe00a4fF0Afb7bd22911Cfe1fA478e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.3487,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8677946659019213,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8677946659019213\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000023854791722579\n                },\n                {\n                    \"address\": \"0x793760Bd97D702c7d595f19FAAAC6f6a0f9E3918\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.639372,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5640347090582633,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5640347090582633\n                    },\n                    \"liquidity\": 6398.579893860985,\n                    \"skewImpact\": 0.000014257561814634\n                },\n                {\n                    \"address\": \"0x73cA4b2d443Dfe1F4aA188797f580499A0afC2C2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.119387,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.376121353246166,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.376121353246166\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000031426200395614\n                },\n                {\n                    \"address\": \"0x469758aaaEECb549f1D6289B0f2dc90F193d549d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.498985,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0040682585648866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0040682585648866\n                    },\n                    \"liquidity\": 4585.327905012879,\n                    \"skewImpact\": 0.000018892729291353\n                },\n                {\n                    \"address\": \"0x30EAFc0b09AC60bF167D513A904705968246EbbC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.146636,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.819607736163016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.819607736163016\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000030526488233967\n                },\n                {\n                    \"address\": \"0x1784D2F6Bac22e4cD75A381D4Fe194A39530a584\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.240904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1510311161292464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1510311161292464\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000027413960926129\n                },\n                {\n                    \"address\": \"0x12f8A7B814285C4EAf154c55BDfAA70f1BC2Ec0f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.756786,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32137750962623524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32137750962623524\n                    },\n                    \"liquidity\": 9560.640206526317,\n                    \"skewImpact\": 0.000010380873894849\n                },\n                {\n                    \"address\": \"0xdF1A5FaF7b24Bd580d3AC5F72f1c906e6c710426\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.193584,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.165716174890487,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.165716174890487\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000028976359350839\n                },\n                {\n                    \"address\": \"0xa6752eE2BF3984DBf7b71a6Fe69a047F4bF3dce4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.164114,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.093325371388181,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.093325371388181\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000029949447434365\n                },\n                {\n                    \"address\": \"0x89B00E65a8DA0b77a0Ef5CF4F666b8b12A1a796F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.329235,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0373441462784943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0373441462784943\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000024497467380241\n                },\n                {\n                    \"address\": \"0x70E24AE5D96b9C5606011c50CCA89dA7d1e6b544\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.258381,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8702536177195688,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8702536177195688\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000026836920126527\n                },\n                {\n                    \"address\": \"0x56944A9A11457460DD8527146262623Bd16CbeA6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.366177,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.730919746461411,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.730919746461411\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000023277750922977\n                },\n                {\n                    \"address\": \"0x47b6C6e9b1437E32E905B2B29ECf84f3Cd2b3f5c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.293197,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.410676098322971,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.410676098322971\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000025687358800402\n                },\n                {\n                    \"address\": \"0x3AF2292ab50D799B8545eA89D8033Be0f1cc051A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.415392,\n                    \"bonus\": 0.057380112948926684,\n                    \"roi\": {\n                        \"baseRoi\": 1.2834502020239702,\n                        \"bonusRoi\": 0.12391440779037399,\n                        \"totalRoi\": 1.4073646098143442\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426630617148579\n                },\n                {\n                    \"address\": \"0x2dF93eaCf7AADc5E47174C4eD33a7f40b5Ea3311\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.225085,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.4427660661527866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.4427660661527866\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000027936250861284\n                },\n                {\n                    \"address\": \"0x139f5F52e304045eEbAb4bD4Ef86A3aceA71AbB3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.136864,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.306523263970072,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.306523263970072\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000030849159596012\n                },\n                {\n                    \"address\": \"0x07bf11304fD1788Bb158940F518E0AAe38a4Fea4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.403696,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4771114898339344,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4771114898339344\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000022039010515379\n                },\n                {\n                    \"address\": \"0x035bC6A17000A4c8cF02359fBeB2BAAaB3A330fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.111979,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.930245849668241,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.930245849668241\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.0000316707814113\n                },\n                {\n                    \"address\": \"0xe8D90E123D0F6Ff97deEF3F4e206195350742Cf8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.34432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.904275092936803,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.904275092936803\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000023999417535264\n                },\n                {\n                    \"address\": \"0xCe4D68Cc6Df8dA9b5dCF0DfDFB168E69927293CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.179199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.58038828341676,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.58038828341676\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000029451397589388\n                },\n                {\n                    \"address\": \"0xAFb59FE2F84eFa1c68eA903Cb4c395a4Cc705983\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.240171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.16370003039501,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.16370003039501\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000027438201016307\n                },\n                {\n                    \"address\": \"0xA7b6CB4F0239555a8550f556D65d35bF68b268Af\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.127064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.870049738714347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.870049738714347\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000031172731566323\n                },\n                {\n                    \"address\": \"0xA299a2c927022AC58F6750eD23B87cF5De5f6778\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.208669,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.792278680589834,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.792278680589834\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000028478309505862\n                },\n                {\n                    \"address\": \"0x673bFB6BF0dC553562dCF136D72ed2D0E4F0bc4F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.381262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6228682638185816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6228682638185816\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000022779701078\n                },\n                {\n                    \"address\": \"0x5f0573771FcdAD01739243DDc690D54D8d0ED63B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.151949,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.581155519286076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.581155519286076\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000030351109751035\n                },\n                {\n                    \"address\": \"0x5537641D5a22478F84fAa9c069E0C0B1a135B117\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.430478,\n                    \"bonus\": 0.05738066979519547,\n                    \"roi\": {\n                        \"baseRoi\": 1.2034261872203218,\n                        \"bonusRoi\": 0.11957289751803857,\n                        \"totalRoi\": 1.3229990847383604\n                    },\n                    \"liquidity\": 4366.187667123477,\n                    \"skewImpact\": -0.05426680422133077\n                },\n                {\n                    \"address\": \"0x54F707D2a174730e70D94A99a2D9B5d69ceA54df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.273467,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.65674834623556,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.65674834623556\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.00002633887028155\n                },\n                {\n                    \"address\": \"0x466dd96e66e944C6d37b0a818aC4366662906c63\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.308283,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2437727672301104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2437727672301104\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000025189308955425\n                },\n                {\n                    \"address\": \"0x26BFa63BBcC168A5ff71d3702c6303F5BBE581f6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 27500,\n                    \"price\": 0.104635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.55703158598939,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.55703158598939\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000031913324135969\n                },\n                {\n                    \"address\": \"0x1D0Dc0a911FCC729138FED64b4397Ab3A1E3bf35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.418781,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.387882926875861,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.387882926875861\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000021540960670402\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x988FECeE81b91Dd61DD15Cf677c3619136e988Fe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.986849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013326253560575149,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013326253560575149\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000018074028764255\n                },\n                {\n                    \"address\": \"0x8E02C6C051f5dB0e1A3E080C3575A61c0a392846\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.958955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042801799875906585,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042801799875906585\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000018543661748731\n                },\n                {\n                    \"address\": \"0xc5fD9C30bCE2a5dB172aF3BC239992d1854673a8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.939535,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06435630391629901,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06435630391629901\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000018870588990646\n                },\n                {\n                    \"address\": \"0x3B6b91244F382f94753d8F9CB0B4C829c593bcBA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.911641,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09692302123313888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09692302123313888\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000019340221975121\n                },\n                {\n                    \"address\": \"0x23f06420FCa9344EC14f1c757d652CC6636E6358\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.973403,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.027323729226230022,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.027323729226230022\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000018300366278949\n                },\n                {\n                    \"address\": \"0xA2c21A8c6003C1111Fa3001F6B5160E0926d8A18\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.857373,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16635350075171476,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16635350075171476\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000020253840077773\n                },\n                {\n                    \"address\": \"0x84357A3Ad86a7ADDD473aA4E6815453161AB0565\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.919136,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08797827524979987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08797827524979987\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.0000192139843816\n                },\n                {\n                    \"address\": \"0x6183CF9EAE5E69987Fa902C0819E93a7c96353Dd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.959547,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04215843517826637,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04215843517826637\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000018533615829041\n                },\n                {\n                    \"address\": \"0x1f1919E15f4C924712E7064Ce747b7b0186f66FA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.885268,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12960143143093383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12960143143093383\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000019784207093297\n                },\n                {\n                    \"address\": \"0xe865647CF6649EeECB043284739EAAFE3382B332\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.85827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16513451477973135,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16513451477973135\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000020238710238841\n                },\n                {\n                    \"address\": \"0x5f7e23c9d6303Fc68d0eF1FA164544a66e97e0f9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.796508,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2554801709461801,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2554801709461801\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000021278565935014\n                },\n                {\n                    \"address\": \"0x5BFa0B859e2605649B9982e85a5D8a80625B8b6E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.898681,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11274189617895566,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11274189617895566\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000019558341686282\n                },\n                {\n                    \"address\": \"0x18f3B1cc53DE31B07eA26D1242AAbBaf21798AE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.824402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21300045366216971,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21300045366216971\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000020808932950538\n                },\n                {\n                    \"address\": \"0x0B65AB3efd65a698Ff001343845195Cb682B0181\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.945994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05708915701368085,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05708915701368085\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000018761781459892\n                },\n                {\n                    \"address\": \"0xFc4fEbDBA4282F850914958DF14fe5D40e58d736\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.757773,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31965641425598423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31965641425598423\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000021930673295387\n                },\n                {\n                    \"address\": \"0xD946C4C863B23F477BcB4a53cAB0054a2689FEFd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.729879,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37009011082658916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37009011082658916\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000022400306279862\n                },\n                {\n                    \"address\": \"0xb070F6a86AC450eB758b36fa7242bb59e364c13f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.879365,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13718421815742046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13718421815742046\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.00001988352180474\n                },\n                {\n                    \"address\": \"0x8b1e2935E6fCDD2049D82c6b6395cF5dA04C0045\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.93363,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07108811841950242,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07108811841950242\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000018969903702089\n                },\n                {\n                    \"address\": \"0x7ac9ED379e5B484d89A97d08e40f7faD6c1b4635\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.832053,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20184651698870137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20184651698870137\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000020680082031131\n                },\n                {\n                    \"address\": \"0x09585b961044928FdB70a3AcBD89D2b261e9a9eb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.791642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2631972533038925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2631972533038925\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.00002136045058369\n                },\n                {\n                    \"address\": \"0xFa344fDC373b125517A1C5B5e2f461811D2D4f8f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.808335,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2371108513178323,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2371108513178323\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000021079365198251\n                },\n                {\n                    \"address\": \"0xB49c96f20CECf5d990fCAC0daAb115dcCa245219\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.658849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.517798463684395,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.517798463684395\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000023596149673373\n                },\n                {\n                    \"address\": \"0xA547515F294719726996659182D77BCEA76D0f01\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.720611,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.387711261693202,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.387711261693202\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000022556293977201\n                },\n                {\n                    \"address\": \"0x8D5810191384b1aF52357007Efb01Dd326935DcB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.923465,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08287807334333193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08287807334333193\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000019141021238359\n                },\n                {\n                    \"address\": \"0x41069C27bd4B29f6085b846a7d6Ba5f04D69Eb7c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.686743,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4561488067588603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4561488067588603\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000023126516688898\n                },\n                {\n                    \"address\": \"0x2E30b06a2A60B6de06ec059d579125eA679C30A9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.761022,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3140224592718739,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3140224592718739\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000021875925424642\n                },\n                {\n                    \"address\": \"0x2470c4E64784e5b511F0af4B26B0Be10C2BA6B24\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.8626,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1592858798979828,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1592858798979828\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.0000201657470956\n                },\n                {\n                    \"address\": \"0xf675f8556aAcDeC2057A6A3dB69a030983BaEa51\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.763493,\n                    \"bonus\": 0.027878263492791613,\n                    \"roi\": {\n                        \"baseRoi\": 0.2751839782014098,\n                        \"bonusRoi\": 0.034585724991677835,\n                        \"totalRoi\": 0.3097697031930876\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": -0.02712214518289317\n                },\n                {\n                    \"address\": \"0xd2815Ee7972b9d03d9f50b58e830571bE28b9eFa\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.661915,\n                    \"bonus\": 0.027876456634888164,\n                    \"roi\": {\n                        \"baseRoi\": 0.47087717021766157,\n                        \"bonusRoi\": 0.039890828694585434,\n                        \"totalRoi\": 0.510767998912247\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": -0.02712043500456413\n                },\n                {\n                    \"address\": \"0xcc67eAd4CE67adf91168088c5f8F9e7051fd5940\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.890985,\n                    \"bonus\": 0.027880531311726253,\n                    \"roi\": {\n                        \"baseRoi\": 0.0927142504860339,\n                        \"bonusRoi\": 0.029639100019305656,\n                        \"totalRoi\": 0.12235335050533956\n                    },\n                    \"liquidity\": 3810.579944308137,\n                    \"skewImpact\": -0.02712429164909526\n                },\n                {\n                    \"address\": \"0xB7Ce65dDEcbd81199790212EfC1ca1175Ad22585\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.709228,\n                    \"bonus\": 0.027877298225361266,\n                    \"roi\": {\n                        \"baseRoi\": 0.37275305977051143,\n                        \"bonusRoi\": 0.037230753615310974,\n                        \"totalRoi\": 0.4099838133858224\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": -0.02712123156479052\n                },\n                {\n                    \"address\": \"0xB55BEe819164062d29dad9f9e1564e516C8a9cFA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.587636,\n                    \"bonus\": 0.02787513534938555,\n                    \"roi\": {\n                        \"baseRoi\": 0.6568025913102007,\n                        \"bonusRoi\": 0.04493113501017432,\n                        \"totalRoi\": 0.701733726320375\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": -0.02711918441329987\n                },\n                {\n                    \"address\": \"0x737F30bfe1B64693A8a421376B26C3e2E97f0d8D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.621504,\n                    \"bonus\": 0.027875737805597156,\n                    \"roi\": {\n                        \"baseRoi\": 0.5665165582821458,\n                        \"bonusRoi\": 0.04248354469386095,\n                        \"totalRoi\": 0.6090001029760067\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": -0.02711975463601157\n                },\n                {\n                    \"address\": \"0x4f22dAE96977615F06DF2e3637f1Bc4467837168\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.559742,\n                    \"bonus\": 0.02787463916955887,\n                    \"roi\": {\n                        \"baseRoi\": 0.7393679457824504,\n                        \"bonusRoi\": 0.04716942321969719,\n                        \"totalRoi\": 0.7865373690021475\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": -0.027118714780315398\n                },\n                {\n                    \"address\": \"0x4a59340fC9Af97Be26C2664cbe2f16eF2Afd2896\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 33000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.824357,\n                    \"bonus\": 0.027879346151358578,\n                    \"roi\": {\n                        \"baseRoi\": 0.18103330201267542,\n                        \"bonusRoi\": 0.03203336691838235,\n                        \"totalRoi\": 0.21306666893105777\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": -0.02712316990875041\n                },\n                {\n                    \"address\": \"0xEe5dE110ef0605c5f28D1EA48eFd5D12BaB1298c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.812889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23018025831325067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23018025831325067\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000021002682250173\n                },\n                {\n                    \"address\": \"0x96f481BD50Ebf4E3591649FC40861A8A9f41c937\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.879517,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13698768756033142,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13698768756033142\n                    },\n                    \"liquidity\": 3735.089453901566,\n                    \"skewImpact\": 0.000019880941905324\n                },\n                {\n                    \"address\": \"0x92A55D32Fe45E9A4E878af73F2fA909F5E74dDDA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.697759,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4331595866194488,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4331595866194488\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000022941026210065\n                },\n                {\n                    \"address\": \"0x721efaD1f4391c9351F42Fbf661D913E1f15eE96\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.650447,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5374042773661805,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5374042773661805\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000023737586436456\n                },\n                {\n                    \"address\": \"0x71A48A77FA3D0D54ada815Fd5020b7c37e0f8442\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.548273,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8239088921030217,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8239088921030217\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000025457810685187\n                },\n                {\n                    \"address\": \"0x57d2e1862147B2Fe0b3769b26d74f356551eE1D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.610035,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6392502069553386,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6392502069553386\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000024417954989015\n                },\n                {\n                    \"address\": \"0x25f06e92Ec6A97b1dA5D9cadBB271F7490D045e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.752024,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32974479537887086,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32974479537887086\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000022027408107414\n                },\n                {\n                    \"address\": \"0x102db022178c5125849b09d6DadA5a51eaA7A6dB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.576167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7356079053468874,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7356079053468874\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000024988177700712\n                },\n                {\n                    \"address\": \"0xF1613059c3fdB8bfE1aDB0BD643DF4d09F708480\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.539379,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8539839333752332,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8539839333752332\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000025607547904511\n                },\n                {\n                    \"address\": \"0xDDAbA8790e511Fc7B57faA3B662CedD25e76f34C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.776101,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2884920905913018,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2884920905913018\n                    },\n                    \"liquidity\": 3420.670792282117,\n                    \"skewImpact\": 0.000021622052453972\n                },\n                {\n                    \"address\": \"0xa29138EEb5EF125719041eD23b2ea8919E5D7b99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.715236,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3981399146575396,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3981399146575396\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000022646778311213\n                },\n                {\n                    \"address\": \"0x793Ae7262cD200F08911610bb902D773C13c1EBE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.573247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7444487280352101,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7444487280352101\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000025037325192814\n                },\n                {\n                    \"address\": \"0x68594eC208D1Da950042b9A19698829899e7e522\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.660971,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5129256805517943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5129256805517943\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000023560396413864\n                },\n                {\n                    \"address\": \"0x5Cd79d2AD9EFCc18f9079498a30D2f44f76A8659\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.913758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09438166341635318,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09438166341635318\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000019304468715612\n                },\n                {\n                    \"address\": \"0x407e346da8fd86Ed26573F85a44562adda8a473A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.613658,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6295721721219311,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6295721721219311\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000024356956640255\n                },\n                {\n                    \"address\": \"0x3988236F1087df8FF78997DB4Ea1456e53B429bd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.842728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18662249266667294,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18662249266667294\n                    },\n                    \"liquidity\": 3518.057828723204,\n                    \"skewImpact\": 0.000020500312109123\n                },\n                {\n                    \"address\": \"0x22BfE104D5CD60a5091bC97079769143a1453A44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.511485,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.955091547161696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.955091547161696\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000026077180888986\n                },\n                {\n                    \"address\": \"0xf030d9B00970d5f662Fb7dc036559F0763262Ac4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.475261,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.104107006465921,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.104107006465921\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000026687039117618\n                },\n                {\n                    \"address\": \"0xEA8b8E4E22534668375A719650Af00Dc7c7BdEB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.806505,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23991791743386584,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23991791743386584\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000021110170337755\n                },\n                {\n                    \"address\": \"0xD6d1c779fd1Dc07e9F35349347a7C328a4B2bb34\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.577435,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7317966524370707,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7317966524370707\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000024966814868887\n                },\n                {\n                    \"address\": \"0x942Cf9906b49a7D172829489591e42dB8e40Ed36\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.624747,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6006479422870377,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6006479422870377\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000024170254642496\n                },\n                {\n                    \"address\": \"0x6d25d251e1b560a65BdcED5704e1a598f440E33f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.537024,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8621141699439878,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8621141699439878\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000025647183421446\n                },\n                {\n                    \"address\": \"0x4D0B019A88b55ca08097EA13e9D668474092AF02\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.739877,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35157600520086446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35157600520086446\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000022231910682604\n                },\n                {\n                    \"address\": \"0x4801CCCB5e1797A13EfFA50315E69b7834Ba9567\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.503155,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9874591328715803,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9874591328715803\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000026217406133143\n                },\n                {\n                    \"address\": \"0x1C2C79E48D45Adf550Ec154Da677ac6E31E07a02\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.679012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4727280224797206,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4727280224797206\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000023256636539845\n                },\n                {\n                    \"address\": \"0x144e31A8EE601179640Af7F5d40f7d7FD4e8FECD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.877534,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13955698582619017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13955698582619017\n                    },\n                    \"liquidity\": 3327.669309719853,\n                    \"skewImpact\": 0.000019914326944244\n                },\n                {\n                    \"address\": \"0xE97b1a722E959Aa8b139b72e053Fde6760E48070\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.439923,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2731250696144552,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2731250696144552\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000027281984827699\n                },\n                {\n                    \"address\": \"0xd7a67fD589613E0D379e006A8Bfdd23dDfc4E6e3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.704539,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.419367841950552,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.419367841950552\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000022826856392684\n                },\n                {\n                    \"address\": \"0xa766F2ef9B69E968300131A2454aEC332D5f0002\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.771167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29673598585001687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29673598585001687\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000021705116047836\n                },\n                {\n                    \"address\": \"0xa0EA56dda439660F2a0A3f0499fBabDbc4E3C422\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.542097,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8446883122393223,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8446883122393223\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000025561760578967\n                },\n                {\n                    \"address\": \"0x9a3e5E1541B02e5fa2c7c1611A922Cf5051e0fFD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.501686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9932786643438327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9932786643438327\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000026242129131526\n                },\n                {\n                    \"address\": \"0x7973e2f4202add2C0437728e14DD359102B06576\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.940095,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0637222833862535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0637222833862535\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027156035397688155\n                },\n                {\n                    \"address\": \"0x65bF28d739160ce6c5fC6DDF81Ef3A65f486B009\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.842196,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1873720606604639,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1873720606604639\n                    },\n                    \"liquidity\": 3160.7975261874267,\n                    \"skewImpact\": 0.000020509272654325\n                },\n                {\n                    \"address\": \"0x228bDAfac1761d28abFDFf85b7C110dF90eB335a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.589409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6966147446000995,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6966147446000995\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000024765200352577\n                },\n                {\n                    \"address\": \"0x0E91e558f19E9752458e115F35777DA922764f0f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.467817,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1375879884655755,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1375879884655755\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000026812351843223\n                },\n                {\n                    \"address\": \"0x03807f5A565Bc114195485aed35deA76b86fEb44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 31000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.643675,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5535790577543015,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5535790577543015\n                    },\n                    \"liquidity\": 3128.261754411301,\n                    \"skewImpact\": 0.000023851582249925\n                },\n                {\n                    \"address\": \"0xFb3768f03494Bf67D2A376352C469E7C352A4cE9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.405784,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4643652780789782,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4643652780789782\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000027856765490761\n                },\n                {\n                    \"address\": \"0xc9F6974448d13229e4C76417AeAd5670D0d31cC2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.918634,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08857281572421667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08857281572421667\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000019222392305573\n                },\n                {\n                    \"address\": \"0xc73A1a6bb0a7CE8264f517582149a96efD110CA7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.55527,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8009256757973597,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8009256757973597\n                    },\n                    \"liquidity\": 2906.727526024224,\n                    \"skewImpact\": 0.000025339981015639\n                },\n                {\n                    \"address\": \"0xC5c212B2f874e1440B7B1911AE80E304d6c6D8b4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.467547,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1388224071590665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1388224071590665\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000026816909794589\n                },\n                {\n                    \"address\": \"0xC4B2aA07f3e4306f262fc253D443D27193F73eF7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.609536,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.640592188156237,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.640592188156237\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000024426362912988\n                },\n                {\n                    \"address\": \"0x9e21AF022E7EF3A136486e11329983C1047A1029\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.507958,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9686667007902228,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9686667007902228\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.00002613654124203\n                },\n                {\n                    \"address\": \"0x77a51EC9321dC49Ab3e2C64b3d2E6283f2754ad2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.6704,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4916467780429594,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4916467780429594\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000023401637055747\n                },\n                {\n                    \"address\": \"0x6B880f6f0D6BC3F31B5f4fea665685D02B16EEbe\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.433678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3058582635042588,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3058582635042588\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000027387132506286\n                },\n                {\n                    \"address\": \"0x543279e494D722a8D222E57331e23d30E183c217\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.905956,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10380636587207327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10380636587207327\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027156610178351217\n                },\n                {\n                    \"address\": \"0x40dc7b0dF11082b0d17c623D630C82e167b506c9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.808057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23753646091797975,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23753646091797975\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000021084053317387\n                },\n                {\n                    \"address\": \"0x0C88E42b3eFdE0231cE6F77E07f534d15A5dFE66\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.737028,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3568005557455076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3568005557455076\n                    },\n                    \"liquidity\": 3014.7420911642416,\n                    \"skewImpact\": 0.000022279896710898\n                },\n                {\n                    \"address\": \"0xD8AAE452F5b4d180813d7cEe0B8f9233E94FE3CE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.922775,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08368778954783125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08368778954783125\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000019152687469153\n                },\n                {\n                    \"address\": \"0xa2bf5091142A626e4e3bEF6cBDDd1C0857a83380\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.373136,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6799879936537883,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6799879936537883\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.00002840643085814\n                },\n                {\n                    \"address\": \"0x8bc4f53bD0d69DE87eA4B3Bed6F7fF13698242c8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.40103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4935790339874822,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4935790339874822\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000027936797873664\n                },\n                {\n                    \"address\": \"0x7E29843722FB0b0ED9B6A69E884f7c946dEeB567\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.70438,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41968823646327263,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41968823646327263\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000022829562078277\n                },\n                {\n                    \"address\": \"0x55aD9c4a85DBBd2125A497E181e23720010fe293\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.775409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2896419824892411,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2896419824892411\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000021633718684766\n                },\n                {\n                    \"address\": \"0x468eF5Ce0059F1E902565904BDb16544b8Bba1De\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.47531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1038900927815531,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1038900927815531\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000026686206609408\n                },\n                {\n                    \"address\": \"0x346aA6B3D08526430549e9746BeA485A297D2b44\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.576887,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7334417312229257,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7334417312229257\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000024976028280366\n                },\n                {\n                    \"address\": \"0x1789dAc56D37d9AfdAC2726929cD67867E496418\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.885986,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1286860063251563,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1286860063251563\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000019772057672952\n                },\n                {\n                    \"address\": \"0x163A244F853E5ae199875B4e369b5Caae3948c9B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.873308,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.145071383750063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.145071383750063\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027157159843718595\n                },\n                {\n                    \"address\": \"0x12821300935FeB36b6b5A1A3Fc015FD0D8aAa11f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.637752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5680076267890968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5680076267890968\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000023951302423125\n                },\n                {\n                    \"address\": \"0x0D81148Ef855c0666d15Be7F2219DA675B3e27d3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.434898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2993897419624831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2993897419624831\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000027366575161967\n                },\n                {\n                    \"address\": \"0x003fee5ec0571b06f9f0F22ca050E726BA64797A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.522622,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9134288261879522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9134288261879522\n                    },\n                    \"liquidity\": 2887.1604481576023,\n                    \"skewImpact\": 0.000025889646383018\n                },\n                {\n                    \"address\": \"0xDbE79cFC5890676d51440717b4F21d71D014e906\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.606863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6478183708678893,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6478183708678893\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000024471356667903\n                },\n                {\n                    \"address\": \"0xd61778A1626e04480A8240EF0A60198C93d5919A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.842419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18705774679820844,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18705774679820844\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02715767989796337\n                },\n                {\n                    \"address\": \"0xc9e48303188bcc793123c8231F0ED37d872d3F33\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.342247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9218663713633721,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9218663713633721\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000028926485102917\n                },\n                {\n                    \"address\": \"0xc693D2b140b19780Fc67162c847d714D64FFa76B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.891886,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12121952805627631,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12121952805627631\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.00001967274171393\n                },\n                {\n                    \"address\": \"0xbA51b144927A4bb4Aab369D6d511E90b855BAb04\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.92811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07745849091163765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07745849091163765\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000019062883485298\n                },\n                {\n                    \"address\": \"0xaCc83490CadEe6bD4e983AE745d60644Ad67eB94\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.74452,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34314726266587875,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34314726266587875\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000022153772929543\n                },\n                {\n                    \"address\": \"0x68e368529fE85B978876a18AdA98EB22a533f453\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.40401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.475186257765897,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.475186257765897\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000027886629406745\n                },\n                {\n                    \"address\": \"0x5a5f91C566e89380A7fd36e64AE4DEF1bFde574D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.963448,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03793873670400481,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03793873670400481\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000018467937775218\n                },\n                {\n                    \"address\": \"0x5612c599196a4541B978Ef2ad0233e5d3F2A9B9D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.855097,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16945796792644577,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16945796792644577\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000020292111917729\n                },\n                {\n                    \"address\": \"0x4532A024C3f30fca534CE6039cA0ff4Fd62f58b3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.491733,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0336239381941015,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0336239381941015\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000026409700627795\n                },\n                {\n                    \"address\": \"0x21E6C1De5588BC8E7a987c6EF8b2a910e4676129\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.673491,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48480083623983106,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48480083623983106\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000023349616323054\n                },\n                {\n                    \"address\": \"0x1c2A22c8Bac62b5E85Aa4E6a676361b2a9C18cd8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.370141,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7016731461794288,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7016731461794288\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000028456852118442\n                },\n                {\n                    \"address\": \"0x16DaF7E726A6c36c0C9CDC6c25F2EF2C8c4F6B90\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.545998,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8315085403243236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8315085403243236\n                    },\n                    \"liquidity\": 2776.0104661938776,\n                    \"skewImpact\": 0.000025496082525144\n                },\n                {\n                    \"address\": \"0x06550Afff2Cf6a25cdAa92a22fb746627982a928\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.444421,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.250118693761096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.250118693761096\n                    },\n                    \"liquidity\": 2737.692633975048,\n                    \"skewImpact\": 0.000027206260854186\n                },\n                {\n                    \"address\": \"0xe54cf4c8b700eD9eBA5F23Ec2Fb57e2F79A19ED5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.826199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21036215245963744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21036215245963744\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000020778655959492\n                },\n                {\n                    \"address\": \"0xe3Ac99751b8982c18a17373ECDE20B55026c9A49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.375111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6658775669068622,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6658775669068622\n                    },\n                    \"liquidity\": 2608.145028889734,\n                    \"skewImpact\": 0.000028373173448508\n                },\n                {\n                    \"address\": \"0xE260B58842B9652f3578a297F1B9E9D0ff76aEa4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.341243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.93046304246534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.93046304246534\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000028943396160205\n                },\n                {\n                    \"address\": \"0xDDC7373a6c8A8f2c31e0e0026F778daF3a433Af1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.313349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.191329795212367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.191329795212367\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.00002941302914468\n                },\n                {\n                    \"address\": \"0xD9b15b1322c47cfC321fe0eef05DADCD569a1B45\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.715622,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39738577070017417,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39738577070017417\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000022640316971306\n                },\n                {\n                    \"address\": \"0xC4aa48EF1906c4fDe76DDd0b6Cd46a53f89e3801\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.644593,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5513665212001992,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5513665212001992\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000023836160364817\n                },\n                {\n                    \"address\": \"0x72E7CeC14EE175D14EF151eD1394EA13c1595111\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.577965,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7302085766439146,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7302085766439146\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000024957900709666\n                },\n                {\n                    \"address\": \"0x6B2bD400423a414cF48a40a026393De75920ac77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.813521,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22922456826560095,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22922456826560095\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027158166442005135\n                },\n                {\n                    \"address\": \"0x6472b7772dba3f75C20409499c6E7B8629f1F120\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.899212,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11208480313874813,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11208480313874813\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000019549427527061\n                },\n                {\n                    \"address\": \"0x632D1181e73ACC2aEC5cE7E0e8D4d36A6021d412\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.415523,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4066056511913902,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4066056511913902\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000027692804895949\n                },\n                {\n                    \"address\": \"0x5598C80538A9F60EF4d09c42382EEf5551430110\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.462835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.160597189063057,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.160597189063057\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000026896244669558\n                },\n                {\n                    \"address\": \"0x44050d406a0d08749D532a9D872e4DBFE6b5EF96\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.934549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07003485103509825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07003485103509825\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000018954481816981\n                },\n                {\n                    \"address\": \"0x3D24148EF9ccf400d6B0093D793697e941F6674a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.968691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.032320936191210646,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.032320936191210646\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000018379701153918\n                },\n                {\n                    \"address\": \"0x2Bff0Ba8d796A0ca954fc879651E9D8f70BD388F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.862988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15876466416682505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15876466416682505\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000020159285755693\n                },\n                {\n                    \"address\": \"0x0674e05f4aace3A61C3Ccb64DB24FDF6D2A24143\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 29000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.5171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9338619222587508,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9338619222587508\n                    },\n                    \"liquidity\": 2679.501857988305,\n                    \"skewImpact\": 0.000025982626566907\n                },\n                {\n                    \"address\": \"0xF4BEfE25A62b33b930c735ff7Ec6e3CD790bcEd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.90783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10152781908507096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10152781908507096\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000019404337897804\n                },\n                {\n                    \"address\": \"0xEc9d5552c78540136E98eC4Ba5670E76F19387BE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.836268,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19578890977533517,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19578890977533517\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000020609141836517\n                },\n                {\n                    \"address\": \"0xDE6f83Ba8a0E66AC7A616cd9C557042D4d6757B1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.941971,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06160380733589463,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06160380733589463\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000018829557234742\n                },\n                {\n                    \"address\": \"0xaEc4b58605D63249E0EB6Cb09321e000e2a908f9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.348392,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8703299731337115,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8703299731337115\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000028823029529331\n                },\n                {\n                    \"address\": \"0x96657Cb7F39A7DA5083A00E714ffcb2C3c05e561\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.314524,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1794076127735877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1794076127735877\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000029393252241028\n                },\n                {\n                    \"address\": \"0x88531a8A4b4e93315D3f56e511685Fb08817BB6b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.551245,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.81407541111484,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.81407541111484\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000025407756790489\n                },\n                {\n                    \"address\": \"0x8077Bf73d218c87922cCCE9472e34Fa5c1FfaB03\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.388803,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5719966152524543,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5719966152524543\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000028142660976772\n                },\n                {\n                    \"address\": \"0x7dF0967B4CE89F90253910b90BfB5A469b06f2b0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.688902,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4515852762802256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4515852762802256\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.00002309017305213\n                },\n                {\n                    \"address\": \"0x6eBCE7Dd5814054e95eba8B0576Fa75CE332C658\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.490381,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0392307206029598,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0392307206029598\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.00002643248264773\n                },\n                {\n                    \"address\": \"0x58390463e23D50991b3Ec87178D3A3c2867Bef9f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.617873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6184555725853047,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6184555725853047\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000024286016445641\n                },\n                {\n                    \"address\": \"0x38A45Fd78AFe53ec7ec6DA18DcE2Ca3985E6e0cD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.786802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2709677911342371,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2709677911342371\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02715861629808596\n                },\n                {\n                    \"address\": \"0x20f16166abC28EB5Aac4a577251DC7F26514410B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.286629,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.488830509125036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.488830509125036\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000029862885225504\n                },\n                {\n                    \"address\": \"0x1fBED34E302Bc6b0751B87A4D87163544a890127\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.97462,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.026040918511830206,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.026040918511830206\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000018279891867363\n                },\n                {\n                    \"address\": \"0x11A48A43e1fCcE0277f7ff4d6099f077EaA4E4C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.799479,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2508145930036936,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2508145930036936\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000021228512040316\n                },\n                {\n                    \"address\": \"0x08C4Db31FDaa13fF9DDe91C72EB798585E50B58a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.872492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1461423141988694,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1461423141988694\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000019999283607885\n                },\n                {\n                    \"address\": \"0x079C00Ed7919A3C7dA4774DfFF5C4004fFE84F32\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.436115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.292973183678617,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.292973183678617\n                    },\n                    \"liquidity\": 2596.05494593759,\n                    \"skewImpact\": 0.000027346100750382\n                },\n                {\n                    \"address\": \"0xfe87e534D9551c0337FA0c14a2883b63863a9996\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.411715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4288646272300012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4288646272300012\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000027756911658026\n                },\n                {\n                    \"address\": \"0xf5c76921605410d76aE540B1C5c26e574138807F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.262229,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8134607537686525,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8134607537686525\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000030273696133148\n                },\n                {\n                    \"address\": \"0xE7620dBD8709BaE65EaAce8D8bb75105F6e123E2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.526845,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8980914690278924,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8980914690278924\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000025818567698133\n                },\n                {\n                    \"address\": \"0xE6E61242574626938aEF4d78bcCf36084a5910DB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.762401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31164570875431696,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31164570875431696\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027159027108993605\n                },\n                {\n                    \"address\": \"0xE3ed7B07e518AbA686C3EfE081dDD73cEADf4280\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.364402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7442220404937403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7442220404937403\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000028553471884416\n                },\n                {\n                    \"address\": \"0xd2F3AB4B78C65BCF479c0927B925F4986593D746\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.290123,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4468139375368376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4468139375368376\n                    },\n                    \"liquidity\": 2508.653597913064,\n                    \"skewImpact\": 0.000029804063148672\n                },\n                {\n                    \"address\": \"0xC091F80b178f85378762e5F4B90cB744620330fB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.848091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1791187502284542,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1791187502284542\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000020410094515529\n                },\n                {\n                    \"address\": \"0xbFA662D7ed994c5FBe419Bb83196535B5e9EA2bE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.323991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0865054893500132,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0865054893500132\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000029233840436975\n                },\n                {\n                    \"address\": \"0xA2817114a1273c7e768D4153d08159EF158eB3D8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.981109,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.019254741318242917,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.019254741318242917\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.00001817064853023\n                },\n                {\n                    \"address\": \"0x8aE4F6EeB3F284c239ea38027706878a6Faf0b6e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.883429,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13195287906555023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13195287906555023\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000019815148805448\n                },\n                {\n                    \"address\": \"0x8aA4BD7889463a15fCFe0461F9e09B1cFD1C6B0F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.91757,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08983510794816744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08983510794816744\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000019240368142386\n                },\n                {\n                    \"address\": \"0x84f465470578E144a6eeb8c7C4550706f0cF8A5F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.95022,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05238786807265691,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05238786807265691\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000018690702775007\n                },\n                {\n                    \"address\": \"0x7077f8648bAdD2655759CDdAf8987c8b0aA88085\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.811868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2317273251316716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2317273251316716\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000021019952744161\n                },\n                {\n                    \"address\": \"0x6Fa171127d0580E28d79c20F2C274679858057e5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.46598,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1460148504227647,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1460148504227647\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000026843293555374\n                },\n                {\n                    \"address\": \"0x6a970820CC3d706256c59E79E886340631E41142\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.593472,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6849994608001726,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6849994608001726\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000024696827353285\n                },\n                {\n                    \"address\": \"0x1F54A5D4FdFb0afF8ac5e4dB9573832B1C73ad31\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.775079,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29019106439472625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29019106439472625\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.00002163932294796\n                },\n                {\n                    \"address\": \"0x151A84cCcC18587fE8900728ce310F804718ab4c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.664502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.504886366030501,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.504886366030501\n                    },\n                    \"liquidity\": 2524.265659310993,\n                    \"skewImpact\": 0.000023500983959774\n                },\n                {\n                    \"address\": \"0xfEC7d79a2e7721E209b69c0d94B07e8F0dEb82C9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.895577,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11659857276370435,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11659857276370435\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000019610664427209\n                },\n                {\n                    \"address\": \"0xfe491b79D1422CCD328A34654AEFFAc8c1AfB423\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.959116,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042626752134257,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042626752134257\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000018540944815053\n                },\n                {\n                    \"address\": \"0xf5FA574F361EE9420567E4946eE8f0f657b74a53\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.342409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9204839826055975,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9204839826055975\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000028923768169239\n                },\n                {\n                    \"address\": \"0xF0148C107b80789dE60d02f616C0F3b6c2c0793E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.642508,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5564008541527888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5564008541527888\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000023871280244597\n                },\n                {\n                    \"address\": \"0xd91Ba8a93806c551EAe298841B957a5b0b264258\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.826098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21051013318032485,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21051013318032485\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000020780390800352\n                },\n                {\n                    \"address\": \"0xca5F643a4928F6121E410D89bC21371392390EB2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.740407,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35060851666718434,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35060851666718434\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.027159397405278427\n                },\n                {\n                    \"address\": \"0xC21b54119d2D81c6f922014074fE61eB7d351D5a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.928226,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07732384139207478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07732384139207478\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.00001906099905983\n                },\n                {\n                    \"address\": \"0xbA4087b9b599689CcC659DB46a2569c8143B1763\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.988016,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01212935822901653,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01212935822901653\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.00001805440077329\n                },\n                {\n                    \"address\": \"0xB68C6Bf99133f5662812e5bd84df5e7Cdf9008ED\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.389721,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5659381968125916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5659381968125916\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000028127207942849\n                },\n                {\n                    \"address\": \"0xAEFF4dFEC107e4824E978410437F76d466ed13dc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.268129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.729548090657855,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.729548090657855\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000030174359433495\n                },\n                {\n                    \"address\": \"0xa6d130042A5eCD75215bc0463e4916b60424433B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.789874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.26602470773819625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.26602470773819625\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000021390249028984\n                },\n                {\n                    \"address\": \"0xa637C73Ed4CDE1c0496636106927479B4e39F6eD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.504851,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9807824486828786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9807824486828786\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000026188863982956\n                },\n                {\n                    \"address\": \"0x9c806a39d4fE85a452B90bBe649d219CC478e67d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.753085,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3278713558230479,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3278713558230479\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000022009619232783\n                },\n                {\n                    \"address\": \"0x772A59FcF7e42edFD6b8cb07619A426336AA5705\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.301998,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3112802071536898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3112802071536898\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000029604136721798\n                },\n                {\n                    \"address\": \"0x74FB0f4C73dF78fEEf127Ca5957efCbf35d860F4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.443986,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2523232714545054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2523232714545054\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000027213589840197\n                },\n                {\n                    \"address\": \"0x693AF902a838b9eB18E3B0bB3C96863F7D8e0a4f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.861436,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16085234422522396,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16085234422522396\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000020185445090271\n                },\n                {\n                    \"address\": \"0x5a3081626a092CB7EEbE0E2955eFF27749185855\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.571479,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7498455761279068,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7498455761279068\n                    },\n                    \"liquidity\": 2462.8759352297166,\n                    \"skewImpact\": 0.000025067123638108\n                },\n                {\n                    \"address\": \"0x0D6A37a5e6422e30552e278DE77a68d5b9145Af5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27500,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.240235,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.162590796511749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.162590796511749\n                    },\n                    \"liquidity\": 2432.239351997362,\n                    \"skewImpact\": 0.000030643992417971\n                },\n                {\n                    \"address\": \"0xCfC3006c83FA486168A86D160a83FE4Af0aA9Af3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.248575,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0229307050186063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0229307050186063\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000030503589543221\n                },\n                {\n                    \"address\": \"0xce060D501eFc6c970D38fb7E0462Eb2B0E0159c8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.551924,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8118436596342976,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8118436596342976\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000025396353747833\n                },\n                {\n                    \"address\": \"0xccd8bf61ee638Bf9Ea9bAE7e4725e51Aa0D36B33\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.720853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3872453884495175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3872453884495175\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02715972663538815\n                },\n                {\n                    \"address\": \"0xCbf2B775CA907Bb145C332Ea8585258f3E674edD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.806543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23985949912155952,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23985949912155952\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000021109620910077\n                },\n                {\n                    \"address\": \"0xc6D209d17faAF9420A0359E96990358C2757a5dE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.939561,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06432685051848684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06432685051848684\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000018870174924778\n                },\n                {\n                    \"address\": \"0xc484477a36ca8732CD2B390f55867c6Ca82910cb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.322854,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0973752841841824,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0973752841841824\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000029252998278965\n                },\n                {\n                    \"address\": \"0xa129Db1443Fad12faf0703aA4Bce7EfeEe2dBCE2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.73353,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3632707592054858,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3632707592054858\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000022338849342508\n                },\n                {\n                    \"address\": \"0x95173C093bC1CE631e2cF2fE8a5f85Ff0Ec92dc0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.424432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3560900214875413,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3560900214875413\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000027542819949923\n                },\n                {\n                    \"address\": \"0x8c1c4970103BA8533F6ED03C7d54871ce788C516\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.282443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.540537382763956,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.540537382763956\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000029933366831524\n                },\n                {\n                    \"address\": \"0x80FDeC61126F20E4e29a601Dd6aC7f9EF62dC299\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.908671,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10050832479522291,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10050832479522291\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000019390229169556\n                },\n                {\n                    \"address\": \"0x7D54642221443eB6aedee5AE203245f3b449a218\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.841881,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18781633033647274,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18781633033647274\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000020514675199997\n                },\n                {\n                    \"address\": \"0x7941B1Ff1AEe00a4fF0Afb7bd22911Cfe1fA478e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.770319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29816348811336607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29816348811336607\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000021719479138709\n                },\n                {\n                    \"address\": \"0x793760Bd97D702c7d595f19FAAAC6f6a0f9E3918\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.485296,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0605980679832516,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0605980679832516\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000026518094092682\n                },\n                {\n                    \"address\": \"0x73cA4b2d443Dfe1F4aA188797f580499A0afC2C2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.995182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0048413255062892905,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0048413255062892905\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000017933774802192\n                },\n                {\n                    \"address\": \"0x469758aaaEECb549f1D6289B0f2dc90F193d549d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.622953,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6052575394933487,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6052575394933487\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000024200510354322\n                },\n                {\n                    \"address\": \"0x30EAFc0b09AC60bF167D513A904705968246EbbC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.968461,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.032566102300454,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.032566102300454\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000018383630883015\n                },\n                {\n                    \"address\": \"0x1784D2F6Bac22e4cD75A381D4Fe194A39530a584\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.876022,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14152384300850895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14152384300850895\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000019939894536934\n                },\n                {\n                    \"address\": \"0x12f8A7B814285C4EAf154c55BDfAA70f1BC2Ec0f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 27000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.370167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7014833845264432,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7014833845264432\n                    },\n                    \"liquidity\": 2410.7489273988867,\n                    \"skewImpact\": 0.000028456438052574\n                },\n                {\n                    \"address\": \"0xdF1A5FaF7b24Bd580d3AC5F72f1c906e6c710426\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.9312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07388316151202746,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07388316151202746\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003314842897539\n                },\n                {\n                    \"address\": \"0xa6752eE2BF3984DBf7b71a6Fe69a047F4bF3dce4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.9601,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04155817102385173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04155817102385173\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002828298855776\n                },\n                {\n                    \"address\": \"0x89B00E65a8DA0b77a0Ef5CF4F666b8b12A1a796F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.798182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2528470950234408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2528470950234408\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005554288882838\n                },\n                {\n                    \"address\": \"0x70E24AE5D96b9C5606011c50CCA89dA7d1e6b544\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.867661,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15252385436247565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15252385436247565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004384562509695\n                },\n                {\n                    \"address\": \"0x56944A9A11457460DD8527146262623Bd16CbeA6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.761959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3124065730570804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3124065730570804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000616414711147\n                },\n                {\n                    \"address\": \"0x47b6C6e9b1437E32E905B2B29ECf84f3Cd2b3f5c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.83352,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19973126019771564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19973126019771564\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004959343172758\n                },\n                {\n                    \"address\": \"0x3AF2292ab50D799B8545eA89D8033Be0f1cc051A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.712492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4035245308017493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4035245308017493\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02714417130336091\n                },\n                {\n                    \"address\": \"0x2dF93eaCf7AADc5E47174C4eD33a7f40b5Ea3311\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.90031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11072852684075478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11072852684075478\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003834897142317\n                },\n                {\n                    \"address\": \"0x139f5F52e304045eEbAb4bD4Ef86A3aceA71AbB3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.986821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01335500561905356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01335500561905356\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002378442774953\n                },\n                {\n                    \"address\": \"0x07bf11304fD1788Bb158940F518E0AAe38a4Fea4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.725169,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37898889776038425,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37898889776038425\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006783517315269\n                },\n                {\n                    \"address\": \"0xe8D90E123D0F6Ff97deEF3F4e206195350742Cf8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.798182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2528470950234408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2528470950234408\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005554288882838\n                },\n                {\n                    \"address\": \"0xCe4D68Cc6Df8dA9b5dCF0DfDFB168E69927293CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.9601,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04155817102385173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04155817102385173\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002828298855776\n                },\n                {\n                    \"address\": \"0xAFb59FE2F84eFa1c68eA903Cb4c395a4Cc705983\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.90031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11072852684075478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11072852684075478\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003834897142317\n                },\n                {\n                    \"address\": \"0xA299a2c927022AC58F6750eD23B87cF5De5f6778\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.9312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07388316151202746,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07388316151202746\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003314842897539\n                },\n                {\n                    \"address\": \"0x673bFB6BF0dC553562dCF136D72ed2D0E4F0bc4F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.761959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3124065730570804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3124065730570804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000616414711147\n                },\n                {\n                    \"address\": \"0x5f0573771FcdAD01739243DDc690D54D8d0ED63B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.986821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01335500561905356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01335500561905356\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002378442774953\n                },\n                {\n                    \"address\": \"0x5537641D5a22478F84fAa9c069E0C0B1a135B117\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.712492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4035245308017493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4035245308017493\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02714417130336091\n                },\n                {\n                    \"address\": \"0x54F707D2a174730e70D94A99a2D9B5d69ceA54df\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.867661,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15252385436247565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15252385436247565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004384562509695\n                },\n                {\n                    \"address\": \"0x466dd96e66e944C6d37b0a818aC4366662906c63\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.83352,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19973126019771564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19973126019771564\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004959343172758\n                },\n                {\n                    \"address\": \"0x1D0Dc0a911FCC729138FED64b4397Ab3A1E3bf35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.725169,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37898889776038425,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37898889776038425\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006783517315269\n                },\n                {\n                    \"address\": \"0xf1B7Ff249cA1FF891d2aD1a38990a5f1BEc76424\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.798182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2528470950234408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2528470950234408\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005554288882838\n                },\n                {\n                    \"address\": \"0xEFe4104c0B419754DB07633bA4C3Cfbb82ef7f4f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.9601,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04155817102385173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04155817102385173\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002828298855776\n                },\n                {\n                    \"address\": \"0xC07057e2c625A43770657262c1deE1f99433b4b1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.761959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3124065730570804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3124065730570804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000616414711147\n                },\n                {\n                    \"address\": \"0x9CFFb272EE7187Ded92F32c382e51F4d264c71d2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 33000,\n                    \"price\": 0.712492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4035245308017493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4035245308017493\n                    },\n                    \"liquidity\": 2384.964558945513,\n                    \"skewImpact\": 0.02714417130336091\n                },\n                {\n                    \"address\": \"0x764a91257125B0823C422a364f9eDdeb5E0E02ca\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.867661,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15252385436247565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15252385436247565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004384562509695\n                },\n                {\n                    \"address\": \"0x719fF5b701Cf2d3135Fb8bDd51BD5C8344ED735b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.9312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07388316151202746,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07388316151202746\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003314842897539\n                },\n                {\n                    \"address\": \"0x67d0c44702705D921114b181296ec6eb9A2Fdd4b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 32500,\n                    \"price\": 0.725169,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37898889776038425,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37898889776038425\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006783517315269\n                },\n                {\n                    \"address\": \"0x584De04e85708581136788c6DD49164aC00c69E1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.90031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11072852684075478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11072852684075478\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003834897142317\n                },\n                {\n                    \"address\": \"0x466771198D4dE74d1803b4Fe26bC58dB2e9F9484\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.83352,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19973126019771564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19973126019771564\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004959343172758\n                },\n                {\n                    \"address\": \"0x145cE7F4B45f15b7810A54C9ADf03984EdED72f9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25500,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.986821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01335500561905356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01335500561905356\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002378442774953\n                },\n                {\n                    \"address\": \"0xc17e9809aBf1877DD0D8741df8f742dea7511324\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.761959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3124065730570804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3124065730570804\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000616414711147\n                },\n                {\n                    \"address\": \"0xaD93b865c95FeD42B26A53c2eCF916630Cc0d9c1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 29000,\n                    \"price\": 0.9601,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04155817102385173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04155817102385173\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002828298855776\n                },\n                {\n                    \"address\": \"0xA99F29B0EC9256Be90410726286940623Cc33847\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 30500,\n                    \"price\": 0.867661,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15252385436247565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15252385436247565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004384562509695\n                },\n                {\n                    \"address\": \"0x7a952B325AeB3ed9549c432f3d272d54613Cbb3E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 31000,\n                    \"price\": 0.83352,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19973126019771564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19973126019771564\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004959343172758\n                },\n                {\n                    \"address\": \"0x61773Dd5C075d3159E1714C6D739eC11e245c3b5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.90031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11072852684075478,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11072852684075478\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003834897142317\n                },\n                {\n                    \"address\": \"0x571620A8f5dC2361488d247c7045611cd45E1fab\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 28500,\n                    \"price\": 0.986821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01335500561905356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01335500561905356\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002378442774953\n                },\n                {\n                    \"address\": \"0x2bfDAd788fDD6871074De49a3053D4cB43448713\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 29500,\n                    \"price\": 0.9312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07388316151202746,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07388316151202746\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003314842897539\n                },\n                {\n                    \"address\": \"0x0213B817AE0b5421F17C1623885eFBc7Fc3de1c9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 31500,\n                    \"price\": 0.798182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2528470950234408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2528470950234408\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005554288882838\n                }\n            ]\n        },\n        \"2023-12-15T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x340d5ae534c29fB30bEF36cB6Aae05dD3199f693\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 46000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xE84d7010D9d4a44129622C902F4C65E4B85E86e7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 45000,\n                    \"price\": 0.110834,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.022502120287998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.022502120287998\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000030919279365899\n                },\n                {\n                    \"address\": \"0x2Dfb7b0ebD9Cb0e0C90758867bcBF436Aa95a368\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 44000,\n                    \"price\": 0.129743,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.707544915717997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.707544915717997\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000030276216421128\n                },\n                {\n                    \"address\": \"0xF1e3E15a0fCD26Cf2C9408a4191AD2e25849D136\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.15171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.591523301034869,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.591523301034869\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.000029529121281162\n                },\n                {\n                    \"address\": \"0x55438B29745766Acb5F3361465635107DdA0B102\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.17703,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.648760097158673,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.648760097158673\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000028667984699782\n                },\n                {\n                    \"address\": \"0x733689a2b5aBcf72AF7cc03fBf1148f5bFA2d25b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.205968,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.855123125922473,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.855123125922473\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000027683837683156\n                },\n                {\n                    \"address\": \"0x727099f4B5EFF538053113af7F547F0DF657Af67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.238735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1887448426079126,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1887448426079126\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.00002656946271\n                },\n                {\n                    \"address\": \"0x2e6eFde5B081d6c7c0a0A44a085B45Fa37b38525\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.275468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6301857203014505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6301857203014505\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000025320216199066\n                },\n                {\n                    \"address\": \"0xC610A0C4C3951a129752f2551817b5C75CE277aF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.3162,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1625553447185326,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1625553447185326\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000023934930999418\n                },\n                {\n                    \"address\": \"0x76FbF7420187B9728246eCD74A5b941d424a633a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.360838,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.771326744965885,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.771326744965885\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.0000224168458633\n                },\n                {\n                    \"address\": \"0xC11500b097BD3447C8Be29C41996223d89A5F703\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.487,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.053388090349076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.053388090349076\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499182684165512\n                },\n                {\n                    \"address\": \"0x99b1366DB3a02135EDE07B1F06986401A8F30BA3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.583246,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.714542405777322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.714542405777322\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13287558012765704\n                },\n                {\n                    \"address\": \"0x18857Fca692CFe1E8BfB4Be1C47a57Ce3f1fC166\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.62744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5937778911130945,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5937778911130945\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000013350099818507\n                },\n                {\n                    \"address\": \"0x382ac1208FDf9804468C7414aFE26A2e85ca4D2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.756513,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32185435015657365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32185435015657365\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06178208600347845\n                },\n                {\n                    \"address\": \"0x44A19d3A25A95cf30Cea3533814e44308490B371\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.839189,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19162667766140887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19162667766140887\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000006148938554856\n                },\n                {\n                    \"address\": \"0x712D0F2F6B157bb0e7D5B583F08A9DDBa0320e7f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.920167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08675925130981664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08675925130981664\n                    },\n                    \"liquidity\": 22091.042743190468,\n                    \"skewImpact\": 0.000003395041188045\n                },\n                {\n                    \"address\": \"0x6A66F6f0cCB25bb7a73F86DB9eae8095A677E622\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.921158,\n                    \"bonus\": 0.060805913089796965,\n                    \"roi\": {\n                        \"baseRoi\": 0.02673702634679497,\n                        \"bonusRoi\": 0.05885306786071337,\n                        \"totalRoi\": 0.08559009420750834\n                    },\n                    \"liquidity\": 52413.644900483356,\n                    \"skewImpact\": -0.057320488450793315\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xAF3D133E9b17c84077782dAF94cDc6c121E723E9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 48000,\n                    \"price\": 0.981233,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.019125936449344832,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.019125936449344832\n                    },\n                    \"liquidity\": 56889.40618580726,\n                    \"skewImpact\": 0.000001318347387122\n                },\n                {\n                    \"address\": \"0x1E85144742d22975AFEa512659AcE8b5f3152500\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 47000,\n                    \"price\": 0.969666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03128293659878759,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03128293659878759\n                    },\n                    \"liquidity\": 43815.55888087592,\n                    \"skewImpact\": 0.000001711720720119\n                },\n                {\n                    \"address\": \"0x340d5ae534c29fB30bEF36cB6Aae05dD3199f693\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 46000,\n                    \"price\": 0.955952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04607762732856877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04607762732856877\n                    },\n                    \"liquidity\": 34433.653423599884,\n                    \"skewImpact\": 0.000002178101727323\n                },\n                {\n                    \"address\": \"0xE84d7010D9d4a44129622C902F4C65E4B85E86e7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 45000,\n                    \"price\": 0.939794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06406297550314216,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06406297550314216\n                    },\n                    \"liquidity\": 27496.744408276598,\n                    \"skewImpact\": 0.0000027275956341\n                },\n                {\n                    \"address\": \"0x2Dfb7b0ebD9Cb0e0C90758867bcBF436Aa95a368\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 44000,\n                    \"price\": 0.920884,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08591310089001433,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08591310089001433\n                    },\n                    \"liquidity\": 22250.8445293567,\n                    \"skewImpact\": 0.00000337065857887\n                },\n                {\n                    \"address\": \"0xF1e3E15a0fCD26Cf2C9408a4191AD2e25849D136\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 43000,\n                    \"price\": 0.898916,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11245099653360263,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11245099653360263\n                    },\n                    \"liquidity\": 18213.81391920212,\n                    \"skewImpact\": 0.000004117753718836\n                },\n                {\n                    \"address\": \"0x55438B29745766Acb5F3361465635107DdA0B102\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 42000,\n                    \"price\": 0.873594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14469650661520114,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14469650661520114\n                    },\n                    \"liquidity\": 15063.597604616672,\n                    \"skewImpact\": 0.000004978890300217\n                },\n                {\n                    \"address\": \"0x733689a2b5aBcf72AF7cc03fBf1148f5bFA2d25b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 41000,\n                    \"price\": 0.844655,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18391532637585753,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18391532637585753\n                    },\n                    \"liquidity\": 12577.48291934269,\n                    \"skewImpact\": 0.000005963037316843\n                },\n                {\n                    \"address\": \"0x727099f4B5EFF538053113af7F547F0DF657Af67\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.811887,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23169849991439692,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23169849991439692\n                    },\n                    \"liquidity\": 10597.093531766166,\n                    \"skewImpact\": 0.000007077412289999\n                },\n                {\n                    \"address\": \"0x2e6eFde5B081d6c7c0a0A44a085B45Fa37b38525\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 39000,\n                    \"price\": 0.775153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2900678962733809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2900678962733809\n                    },\n                    \"liquidity\": 9007.214273220341,\n                    \"skewImpact\": 0.000008326658800933\n                },\n                {\n                    \"address\": \"0xC610A0C4C3951a129752f2551817b5C75CE277aF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 38000,\n                    \"price\": 0.734419,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3616205463093955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3616205463093955\n                    },\n                    \"liquidity\": 7722.44979949521,\n                    \"skewImpact\": 0.000009711944000581\n                },\n                {\n                    \"address\": \"0x76FbF7420187B9728246eCD74A5b941d424a633a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 37000,\n                    \"price\": 0.68978,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44973759749485354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44973759749485354\n                    },\n                    \"liquidity\": 6678.522298299498,\n                    \"skewImpact\": 0.000011230029136699\n                },\n                {\n                    \"address\": \"0xC11500b097BD3447C8Be29C41996223d89A5F703\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.561321,\n                    \"bonus\": 0.1428077392196201,\n                    \"roi\": {\n                        \"baseRoi\": 0.5836193146825317,\n                        \"bonusRoi\": 0.19789251188372914,\n                        \"totalRoi\": 0.7815118265662608\n                    },\n                    \"liquidity\": 6360.805622546384,\n                    \"skewImpact\": -0.12496217370485964\n                },\n                {\n                    \"address\": \"0x99b1366DB3a02135EDE07B1F06986401A8F30BA3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.464646,\n                    \"bonus\": 0.15319766042783417,\n                    \"roi\": {\n                        \"baseRoi\": 0.8997958455748019,\n                        \"bonusRoi\": 0.25238021964474155,\n                        \"totalRoi\": 1.1521760652195434\n                    },\n                    \"liquidity\": 5029.028818999188,\n                    \"skewImpact\": -0.13284596880902283\n                },\n                {\n                    \"address\": \"0x18857Fca692CFe1E8BfB4Be1C47a57Ce3f1fC166\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.423177,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3630773884213934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3630773884213934\n                    },\n                    \"liquidity\": 3695.1682880336284,\n                    \"skewImpact\": 0.000020296775181492\n                },\n                {\n                    \"address\": \"0x382ac1208FDf9804468C7414aFE26A2e85ca4D2a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.292548,\n                    \"bonus\": 0.06583305945974473,\n                    \"roi\": {\n                        \"baseRoi\": 2.2193911046190395,\n                        \"bonusRoi\": 0.19885137182926993,\n                        \"totalRoi\": 2.4182424764483095\n                    },\n                    \"liquidity\": 4047.4852959136983,\n                    \"skewImpact\": -0.06176676438720577\n                },\n                {\n                    \"address\": \"0x44A19d3A25A95cf30Cea3533814e44308490B371\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.211434,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7296082938411037,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7296082938411037\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000027497936445143\n                },\n                {\n                    \"address\": \"0x712D0F2F6B157bb0e7D5B583F08A9DDBa0320e7f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.13046,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.665184730952016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.665184730952016\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000030251833811954\n                },\n                {\n                    \"address\": \"0x6A66F6f0cCB25bb7a73F86DB9eae8095A677E622\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.150064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.663823435334257,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.663823435334257\n                    },\n                    \"liquidity\": 1526.7690085371228,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x7A8aC813575E386fB36561bE468c1f41d1156Fd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 42000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.120316,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.311446524153063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.311446524153063\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000031395580333882\n                },\n                {\n                    \"address\": \"0xAd0b0460AC30e8c080A6d2cEB356Bc0B98572Be5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 41000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.130645,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.654330437444984,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.654330437444984\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000031054496262026\n                },\n                {\n                    \"address\": \"0x507F333DeA4F82D08EDf103981CdFec3854192A2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 41000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.150122,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.661248850934573,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.661248850934573\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000030411433317256\n                },\n                {\n                    \"address\": \"0xA09F2f207460398726eBE5301E7CD61c7E037e77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.164396,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.08287306260493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.08287306260493\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.00002994012128887\n                },\n                {\n                    \"address\": \"0x5351aCA32e92ec12631EA24554738E2d460C75CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.183873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.438536381089121,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.438536381089121\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.0000292970583441\n                },\n                {\n                    \"address\": \"0x42dADA2F1f3B10128E584BD8Ba1D66c469f264AA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.141769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.053728248065514,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.053728248065514\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.000030687216428836\n                },\n                {\n                    \"address\": \"0xBc60A998a88d5f815e6214E00Da708D0b66ec9ce\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.202232,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.944815855057558,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.944815855057558\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000028690874777936\n                },\n                {\n                    \"address\": \"0x94Cca739e8eC058C167dcc2333c1E04414879D38\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.153523,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.5136819890179325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.5136819890179325\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000030299106499283\n                },\n                {\n                    \"address\": \"0x91B9D4643a606b21346210326800C998B2F48D47\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.221709,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5104168076171924,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5104168076171924\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000028047811833166\n                },\n                {\n                    \"address\": \"0x860534518DFbeD0BD13Ab2721A29faB9E9c8e4b5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.123715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.083094208462999,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.083094208462999\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000031283253515909\n                },\n                {\n                    \"address\": \"0x4aa1D41522F705658f4AB930E216A8B43bb14eAB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.179605,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.567773725675789,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.567773725675789\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000029437969917902\n                },\n                {\n                    \"address\": \"0xBE7751230661A81A2a957B3c878e8dEe78Ada4a1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.195479,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.11563902004819,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.11563902004819\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000028913821299635\n                },\n                {\n                    \"address\": \"0xaB55Bb5612125580Bb59642CDCf4A15A91f8FAfF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.165671,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.03605941896892,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.03605941896892\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000029897968316261\n                },\n                {\n                    \"address\": \"0xA61A19F540DA773768c56eec63161A7c0eC72E50\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.221561,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5134297101024097,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5134297101024097\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000028052684718254\n                },\n                {\n                    \"address\": \"0x55ef757Ad230C10080461Fa97c71C7Dd95FF9271\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.13192,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.580351728320193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.580351728320193\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000031012343289417\n                },\n                {\n                    \"address\": \"0x4393eBDedF0a3b50535d3B76b5DE6692FE51271E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.263665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7926914835112737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7926914835112737\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000026662526633518\n                },\n                {\n                    \"address\": \"0x18C05bdCE5b906205FF7f335714bcbba3A321b29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.244188,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.095205333595427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.095205333595427\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000027305589578288\n                },\n                {\n                    \"address\": \"0xbF0ecb6fc839F412E5569dd639DF436AeD518248\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.241456,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1415413160161685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1415413160161685\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000027395736163517\n                },\n                {\n                    \"address\": \"0xADEbEF2a8AA182982C0796666e23AF4905911087\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.267538,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7377867816908252,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7377867816908252\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000026534599582136\n                },\n                {\n                    \"address\": \"0x71552712b441F3714c36540b9FBabCE6bB9eB337\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.309642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.229536044851797,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.229536044851797\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.0000251444414974\n                },\n                {\n                    \"address\": \"0x6d2CF2B9df73d27E7836C989e2aC42974cb81D4c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.290165,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.446315027656678,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.446315027656678\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.00002578750444217\n                },\n                {\n                    \"address\": \"0x560753f6E8910ADE9a622a5929367fB83Ff87991\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.211648,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7248261263985483,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7248261263985483\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000028379883180143\n                },\n                {\n                    \"address\": \"0x5445d68b2f648BB1C0EB015FB65624a2b3740997\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.140061,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.139746253418154,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.139746253418154\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000030743504664233\n                },\n                {\n                    \"address\": \"0x116997ab3Ee9FD7F71D05124c3E68b1Be966ea2A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.177897,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.621230262455241,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.621230262455241\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000029494258153299\n                },\n                {\n                    \"address\": \"0xB59E9C7398B3a415e4860607c26eF50a5C52f36c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.371401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6925075592149725,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6925075592149725\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499680573195533\n                },\n                {\n                    \"address\": \"0xa5bE7334b2f235bAd138929357e796f720279BBc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.307842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2484196438432704,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2484196438432704\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499890425394511\n                },\n                {\n                    \"address\": \"0x91BBcEb4B929ae815FaEa108C480F242205eD002\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.397483,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5158308657225592,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5158308657225592\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499594459537396\n                },\n                {\n                    \"address\": \"0x909103629d480cE6A5cc781d2d27CEa48D59c981\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.42011,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3803289614624743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3803289614624743\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499519750023398\n                },\n                {\n                    \"address\": \"0x81D6442D37C5C4C3Af8BDFf1b5889a5F18b60bF0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.341593,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9274604573278726,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9274604573278726\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499778987897196\n                },\n                {\n                    \"address\": \"0x75F2d4396A9146931709d5F8bB242cF45AA3Aa40\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.270006,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7036214010059036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7036214010059036\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12500015350045604\n                },\n                {\n                    \"address\": \"0x725241F800Fb80F660AC9B7E2AEcE90A3DF78aa7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.439587,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.274862541430934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.274862541430934\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.12499455443728921\n                },\n                {\n                    \"address\": \"0x11D68Cadd4AD7fCca380D1a68e43323be007FDFA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.228048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3850417455974178,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3850417455974178\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.1250015387856557\n                },\n                {\n                    \"address\": \"0xfEE96785e881CB2dCa7042D4602706564CbFd543\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.496618,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0136201265358888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0136201265358888\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13287969788137588\n                },\n                {\n                    \"address\": \"0xFE25A75eE120619F517B4b80F957158B18Bdd210\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.470536,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1252359011850315,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1252359011850315\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13288055901795728\n                },\n                {\n                    \"address\": \"0xbda083a3cc6f7E15a850b25dbF3df2a340A4786B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.148884,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.716638456785149,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.716638456785149\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.007913406422797415\n                },\n                {\n                    \"address\": \"0xA1f7C5BEEedC201B257DEeA8D84Ae8eCCcC97caF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.369141,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7089919570028798,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7089919570028798\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13288390678645798\n                },\n                {\n                    \"address\": \"0x872B5c6d7d85B1F7e99979E09E7cA5e02C918c4D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.406977,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4571413126540322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4571413126540322\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13288265753994705\n                },\n                {\n                    \"address\": \"0x54b89E2c46F100f3a6808462E7171c7FdBe69946\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.519245,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9258731427360881,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9258731427360881\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13287895078623593\n                },\n                {\n                    \"address\": \"0x2C1f4A8c562c688036473f9BAB0aDB08cC365b51\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.327183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0563935167780723,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0563935167780723\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13288529207165764\n                },\n                {\n                    \"address\": \"0x2c03Cb0bA752ADC0d625d0C31b127144B8a15bcA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.281206,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.556111889504491,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.556111889504491\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13288681015679377\n                },\n                {\n                    \"address\": \"0x1C0740E9b2bb9ba99933441401cd27d6aae2C184\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.440728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2689731535096476,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2689731535096476\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.1328815431649739\n                },\n                {\n                    \"address\": \"0x035b0c5260e1EFf2c584Fb13F7EF1ea217b898D3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.538722,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8562449649355325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8562449649355325\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.13287830772329115\n                },\n                {\n                    \"address\": \"0xF5fF3bb987f2df918C35ff1A58A9DA0247e75e75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.564769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7706354279360235,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7706354279360235\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000016720758397377\n                },\n                {\n                    \"address\": \"0xf40168B3527dB5FFba8a06C118b5F9933e3Ebb35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.51606,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9377591752896951,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9377591752896951\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000018328990118724\n                },\n                {\n                    \"address\": \"0xCc5474231648230da4786dAe996aCe1a0F656548\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.486252,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0565468111185146,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0565468111185146\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.00001931313713535\n                },\n                {\n                    \"address\": \"0xB962565C79d3DFcF0D78fca58664dbEdf2F90D7B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.194408,\n                    \"bonus\": 0.1427903041280466,\n                    \"roi\": {\n                        \"baseRoi\": 3.57249355169791,\n                        \"bonusRoi\": 0.5713276902262905,\n                        \"totalRoi\": 4.143821241924201\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": -0.12494882360504114\n                },\n                {\n                    \"address\": \"0x897cEa6a580762401A86A4596c52619Fb45791b1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.584246,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7116077816536184,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7116077816536184\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000016077695452607\n                },\n                {\n                    \"address\": \"0x88F9011B7AF9D8D18c4F0507da5b93d454de9646\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.414665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4115852555677473,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4115852555677473\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.00002167675861944\n                },\n                {\n                    \"address\": \"0x498cF69F7010d96572A8257C48CC927E4a016839\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.32673,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.06063110213326,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.06063110213326\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000024580128955206\n                },\n                {\n                    \"address\": \"0x23a902E9E7c6092D900e0f81EB0cf90c408FC52C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.452501,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2099398675362043,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2099398675362043\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000020427512108506\n                },\n                {\n                    \"address\": \"0x075491E414b7D10e74B6b05B587d3aa886931cC1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.542142,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8445351955760667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8445351955760667\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000017467853537343\n                },\n                {\n                    \"address\": \"0x06530c80aeD33a13459697851cC97EC25A07200d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.372707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6830727622502395,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6830727622502395\n                    },\n                    \"liquidity\": 5617.935522551484,\n                    \"skewImpact\": 0.000023062043819088\n                },\n                {\n                    \"address\": \"0xEFE7f06691A85b1A1dCc266F65704372D25599cF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.697715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43324996596031334,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43324996596031334\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.061785456662057314\n                },\n                {\n                    \"address\": \"0xeFDa9e0A52221f6c19aA0F2be132B474CcBe8A54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.649007,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5408154303420456,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5408154303420456\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06178706489377866\n                },\n                {\n                    \"address\": \"0xcDA1684710249aDe5CE250421DE6B3fc27d791d4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.675088,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.481288365368663,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.481288365368663\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06178620375719728\n                },\n                {\n                    \"address\": \"0xcbe281De98afCe49668369475Bbf5AffE920cf49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.619198,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6149922964867457,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6149922964867457\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06178804904079529\n                },\n                {\n                    \"address\": \"0xA5cC1908aA4A6DcA5AAC12143b9078AE95124068\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.505653,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9776407931921692,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9776407931921692\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06179179794747903\n                },\n                {\n                    \"address\": \"0x91346c4db00cAcd0653264319AB71DCE80ef4F2C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.459676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1754453136557055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1754453136557055\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06179331603261514\n                },\n                {\n                    \"address\": \"0x80b5A78483A00c9271c7C12cEB2820133eE72B23\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.327354,\n                    \"bonus\": 0.06744101707483993,\n                    \"roi\": {\n                        \"baseRoi\": 1.8732638834982585,\n                        \"bonusRoi\": 0.1815330641486319,\n                        \"totalRoi\": 2.0547969476468904\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": -0.0631800877013812\n                },\n                {\n                    \"address\": \"0x58C8991f464Aa05dF0372cED55A0B0f396d45E60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.547611,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8261137924548632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8261137924548632\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06179041266227938\n                },\n                {\n                    \"address\": \"0x1D6c77723f52070613fDdCdea1d13fFcfCd0CBAb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.227782,\n                    \"bonus\": 0.07650029048301982,\n                    \"roi\": {\n                        \"baseRoi\": 3.098880182867376,\n                        \"bonusRoi\": 0.2912823409492553,\n                        \"totalRoi\": 3.3901625238166315\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": -0.07106388280554439\n                },\n                {\n                    \"address\": \"0x1d4Ea8Be6EF263Fd902dAee925a201ADdeFfcfF6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.585447,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7080965484493044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7080965484493044\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06178916341576844\n                },\n                {\n                    \"address\": \"0x0cEeE8C54403e67Db88bB4eeDE05C4Cf2258e06f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.717193,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3943248191212129,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3943248191212129\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.061784813599112545\n                },\n                {\n                    \"address\": \"0x0B80b2d454140c4CdBBd11E4c668498fAD763e42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.18507,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.403360890473874,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.403360890473874\n                    },\n                    \"liquidity\": 2880.0849596350586,\n                    \"skewImpact\": 0.06180238277865994\n                },\n                {\n                    \"address\": \"0xff6a036011a50dDeF6246C0D8c7E825690591906\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.270228,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.700578770519709,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.700578770519709\n                    },\n                    \"liquidity\": 3695.1682880336284,\n                    \"skewImpact\": 0.000026445713736348\n                },\n                {\n                    \"address\": \"0xf1cf160356840C2b84a5d906f99A21F82666cc1C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.704357,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41973459481484526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41973459481484526\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000012111975871699\n                },\n                {\n                    \"address\": \"0xd994b4BeEe821cf4a689dA51815894439138c564\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.544834,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8354214311147982,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8354214311147982\n                    },\n                    \"liquidity\": 6678.522298299498,\n                    \"skewImpact\": 0.000017378967691555\n                },\n                {\n                    \"address\": \"0xC3222eea17b7dca63A36B60a8dfea0394825D96a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.590812,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6925857971740588,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6925857971740588\n                    },\n                    \"liquidity\": 7722.44979949521,\n                    \"skewImpact\": 0.000015860882555437\n                },\n                {\n                    \"address\": \"0xc161db1a18772788520134a7bceaDCbc776BaFc5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.31294,\n                    \"bonus\": 0.1531894832286061,\n                    \"roi\": {\n                        \"baseRoi\": 1.820787792691249,\n                        \"bonusRoi\": 0.37471294227392016,\n                        \"totalRoi\": 2.195500734965169\n                    },\n                    \"liquidity\": 5029.028818999188,\n                    \"skewImpact\": -0.13283981987046797\n                },\n                {\n                    \"address\": \"0x872Be1d7F79152C52EfB74524512DdD157D44DF4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.135683,\n                    \"bonus\": 0.06582607431064498,\n                    \"roi\": {\n                        \"baseRoi\": 5.941414055127194,\n                        \"bonusRoi\": 0.4287060041285713,\n                        \"totalRoi\": 6.370120059255766\n                    },\n                    \"liquidity\": 4047.4852959136983,\n                    \"skewImpact\": -0.06176061544865091\n                },\n                {\n                    \"address\": \"0x66155C76bd1C6Da9d0E8a33B7894508db529583F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.670606,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49118856675902084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49118856675902084\n                    },\n                    \"liquidity\": 10597.093531766166,\n                    \"skewImpact\": 0.000013226350844855\n                },\n                {\n                    \"address\": \"0x55BfdEe98E57BAF9Da1118f0928ba8c436D74D98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.802351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2463373261826806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2463373261826806\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000008876534188956\n                },\n                {\n                    \"address\": \"0x361E7Fc4A6309857c981F787c7574c529CA225c0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.782874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2773447579048481,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2773447579048481\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000009519597133726\n                },\n                {\n                    \"address\": \"0x2eaE5e3f617E9607cD38E6B66685e10BA6d1F4c1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.412512,\n                    \"bonus\": 0.1427997087037062,\n                    \"roi\": {\n                        \"baseRoi\": 1.1549037024638964,\n                        \"bonusRoi\": 0.2692682004140805,\n                        \"totalRoi\": 1.424171902877977\n                    },\n                    \"liquidity\": 6360.805622546384,\n                    \"skewImpact\": -0.12495602476630478\n                },\n                {\n                    \"address\": \"0x1Dcf1D2900d31Dc69e3625EBf9D7368959f4c815\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.63277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5803530508715645,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5803530508715645\n                    },\n                    \"liquidity\": 9007.214273220341,\n                    \"skewImpact\": 0.000014475597355789\n                },\n                {\n                    \"address\": \"0x1590a4f01C9E89717d5a1699363270229eC350cD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.734165,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36209162790380917,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36209162790380917\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000011127828855073\n                },\n                {\n                    \"address\": \"0x1258A03C0d747dD5B82Bdaa325002FAF77332B9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.760247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3153619810403724,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3153619810403724\n                    },\n                    \"liquidity\": 12197.227103653488,\n                    \"skewImpact\": 0.000010266692273692\n                },\n                {\n                    \"address\": \"0xe78Cfd3509EcD20649349b14AC32608974A06cd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.674219,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48319759603333634,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48319759603333634\n                    },\n                    \"liquidity\": 7722.44979949521,\n                    \"skewImpact\": 0.000013106985188626\n                },\n                {\n                    \"address\": \"0xdDf0ecA7b49D1624Ac47158E900de02d2FDF7950\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.219091,\n                    \"bonus\": 0.06582920270653533,\n                    \"roi\": {\n                        \"baseRoi\": 3.298804790753365,\n                        \"bonusRoi\": 0.26550866803773054,\n                        \"totalRoi\": 3.5643134587910956\n                    },\n                    \"liquidity\": 4047.4852959136983,\n                    \"skewImpact\": -0.06176336934601772\n                },\n                {\n                    \"address\": \"0xcaAD0BA122EE73037a0F5e1f6e71E4a2FDF67135\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.628242,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5917433091070002,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5917433091070002\n                    },\n                    \"liquidity\": 6678.522298299498,\n                    \"skewImpact\": 0.000014625070324744\n                },\n                {\n                    \"address\": \"0xC5C9243B357aa006C38590aaD931cbf316751F8C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.866281,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15435984397672353,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15435984397672353\n                    },\n                    \"liquidity\": 22091.042743190468,\n                    \"skewImpact\": 0.000006765699766915\n                },\n                {\n                    \"address\": \"0x75fdb9017A466d266809262936d222057769DcfE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.787764,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.26941571333546593,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.26941571333546593\n                    },\n                    \"liquidity\": 12577.48291934269,\n                    \"skewImpact\": 0.000009358078504888\n                },\n                {\n                    \"address\": \"0x6742A8aDBA5bfd77104BbF68bc454F4313Bdd0f2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.754013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32623708079303665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32623708079303665\n                    },\n                    \"liquidity\": 10597.093531766166,\n                    \"skewImpact\": 0.000010472453478044\n                },\n                {\n                    \"address\": \"0x4Ad769767806f48bc6130aD32A714879377Ba56C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.843654,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18532004826623236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18532004826623236\n                    },\n                    \"liquidity\": 18213.81391920212,\n                    \"skewImpact\": 0.000007512794906881\n                },\n                {\n                    \"address\": \"0x49EF1B44707A7c60b4E0e2f0077b57435A68964B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.49592,\n                    \"bonus\": 0.14280330528068091,\n                    \"roi\": {\n                        \"baseRoi\": 0.7924694709370206,\n                        \"bonusRoi\": 0.22398479588020792,\n                        \"totalRoi\": 1.0164542668172285\n                    },\n                    \"liquidity\": 6360.805622546384,\n                    \"skewImpact\": -0.1249587786636716\n                },\n                {\n                    \"address\": \"0x3a35fC206e9C814ad6468c8a03EF537C94a8A534\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.885758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12897653760959535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12897653760959535\n                    },\n                    \"liquidity\": 22091.042743190468,\n                    \"skewImpact\": 0.000006122636822145\n                },\n                {\n                    \"address\": \"0x35FAa1870e92f3AbDDa675537dAE201D219AE668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.817572,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2231338646626842,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2231338646626842\n                    },\n                    \"liquidity\": 15063.597604616672,\n                    \"skewImpact\": 0.000008373931488262\n                },\n                {\n                    \"address\": \"0x2F2B12fE4644FF8E095F31B7916b097a8ACAbBcD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.716177,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39630286926276614,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39630286926276614\n                    },\n                    \"liquidity\": 9007.214273220341,\n                    \"skewImpact\": 0.000011721699988978\n                },\n                {\n                    \"address\": \"0x22890889c0F2014e1F3C3F94408820D64bce677c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.353636,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8277664038729087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8277664038729087\n                    },\n                    \"liquidity\": 3695.1682880336284,\n                    \"skewImpact\": 0.000023691816369537\n                },\n                {\n                    \"address\": \"0x1f8bb46D5dE4e8dC6253ce9bB385017a2600Ba25\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.135535,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.378168000885381,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.378168000885381\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000030892977633188\n                },\n                {\n                    \"address\": \"0x1DDdfd637C294c664e8386d03099d79D1d754BF8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.396348,\n                    \"bonus\": 0.15319314549959084,\n                    \"roi\": {\n                        \"baseRoi\": 1.2271720456361526,\n                        \"bonusRoi\": 0.2958632667660801,\n                        \"totalRoi\": 1.5230353124022327\n                    },\n                    \"liquidity\": 5029.028818999188,\n                    \"skewImpact\": -0.1328425737678348\n                },\n                {\n                    \"address\": \"0x9A76007fb78813D69ECDC484c1a6032cc0ca1961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.397353,\n                    \"bonus\": 0.23482166053083162,\n                    \"roi\": {\n                        \"baseRoi\": 1.1145394765690235,\n                        \"bonusRoi\": 0.4021144809951571,\n                        \"totalRoi\": 1.5166539575641806\n                    },\n                    \"liquidity\": 5029.028818999188,\n                    \"skewImpact\": -0.19016645725981615\n                },\n                {\n                    \"address\": \"0x788b77eDa5Fe773Feb54C374Db81d9C81d365986\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.13654,\n                    \"bonus\": 0.06077497031193994,\n                    \"roi\": {\n                        \"baseRoi\": 5.926992995602768,\n                        \"bonusRoi\": 0.3968681439900257,\n                        \"totalRoi\": 6.323861139592793\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": -0.05729299051434817\n                },\n                {\n                    \"address\": \"0x6358653ab5fED9CC0671B05076FCc51aeCcbcA22\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.354641,\n                    \"bonus\": 0.060783073434013596,\n                    \"roi\": {\n                        \"baseRoi\": 1.6669369356485584,\n                        \"bonusRoi\": 0.15281599759943054,\n                        \"totalRoi\": 1.819752933247989\n                    },\n                    \"liquidity\": 3695.1682880336284,\n                    \"skewImpact\": -0.057300191675611824\n                },\n                {\n                    \"address\": \"0x629e0524c7eCd0b487022dE43a88AE11e6A6603e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.496925,\n                    \"bonus\": 0.22291646968888232,\n                    \"roi\": {\n                        \"baseRoi\": 0.7021108213042532,\n                        \"bonusRoi\": 0.31026529179128415,\n                        \"totalRoi\": 1.0123761130955373\n                    },\n                    \"liquidity\": 6360.805622546384,\n                    \"skewImpact\": -0.18228266215565295\n                },\n                {\n                    \"address\": \"0x2F9c67aCe50f4d098aD60Ba8FbFC5f1236359062\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.220096,\n                    \"bonus\": 0.1351862068311049,\n                    \"roi\": {\n                        \"baseRoi\": 3.0599800667866437,\n                        \"bonusRoi\": 0.4834918727306574,\n                        \"totalRoi\": 3.543471939517301\n                    },\n                    \"liquidity\": 4047.4852959136983,\n                    \"skewImpact\": -0.11908725283799908\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x7A8aC813575E386fB36561bE468c1f41d1156Fd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 42000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.994272,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005760999002285044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005760999002285044\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000017949084833058\n                },\n                {\n                    \"address\": \"0xAd0b0460AC30e8c080A6d2cEB356Bc0B98572Be5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 41000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.984141,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01611456082004505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01611456082004505\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000018119626868985\n                },\n                {\n                    \"address\": \"0x507F333DeA4F82D08EDf103981CdFec3854192A2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 41000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.965043,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0362232563730321,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0362232563730321\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000018441158341371\n                },\n                {\n                    \"address\": \"0xA09F2f207460398726eBE5301E7CD61c7E037e77\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.951046,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.051473850896802106,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.051473850896802106\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000018676814355563\n                },\n                {\n                    \"address\": \"0x5351aCA32e92ec12631EA24554738E2d460C75CF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.931948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0730212415284973,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0730212415284973\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000018998345827949\n                },\n                {\n                    \"address\": \"0x42dADA2F1f3B10128E584BD8Ba1D66c469f264AA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.973232,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02750423331744128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02750423331744128\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.00001830326678558\n                },\n                {\n                    \"address\": \"0xBc60A998a88d5f815e6214E00Da708D0b66ec9ce\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.913944,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09415894190453684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09415894190453684\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.00001930143761103\n                },\n                {\n                    \"address\": \"0x94Cca739e8eC058C167dcc2333c1E04414879D38\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.961704,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.039820984419322365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.039820984419322365\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000018497321750357\n                },\n                {\n                    \"address\": \"0x91B9D4643a606b21346210326800C998B2F48D47\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.894846,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1175107225153825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1175107225153825\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000019622969083416\n                },\n                {\n                    \"address\": \"0x860534518DFbeD0BD13Ab2721A29faB9E9c8e4b5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.990932,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.009150981096583787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.009150981096583787\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000018005248242044\n                },\n                {\n                    \"address\": \"0x4aa1D41522F705658f4AB930E216A8B43bb14eAB\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 39000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.936131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06822656230805299,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06822656230805299\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.000018927890041047\n                },\n                {\n                    \"address\": \"0xBE7751230661A81A2a957B3c878e8dEe78Ada4a1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.920563,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08629175841305807,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08629175841305807\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000019189964350181\n                },\n                {\n                    \"address\": \"0xaB55Bb5612125580Bb59642CDCf4A15A91f8FAfF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.94979,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05286431737541981,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05286431737541981\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000018697890841868\n                },\n                {\n                    \"address\": \"0xA61A19F540DA773768c56eec63161A7c0eC72E50\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.89499,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11733091989854641,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11733091989854641\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.000019620532640871\n                },\n                {\n                    \"address\": \"0x55ef757Ad230C10080461Fa97c71C7Dd95FF9271\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.982885,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.017413023904118988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.017413023904118988\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.00001814070335529\n                },\n                {\n                    \"address\": \"0x4393eBDedF0a3b50535d3B76b5DE6692FE51271E\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.853705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17136481571503032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17136481571503032\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.00002031561168324\n                },\n                {\n                    \"address\": \"0x18C05bdCE5b906205FF7f335714bcbba3A321b29\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 38000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.872803,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14573391704657293,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14573391704657293\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000019994080210854\n                },\n                {\n                    \"address\": \"0xbF0ecb6fc839F412E5569dd639DF436AeD518248\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.875478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1422331572009805,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1422331572009805\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.00001994900691824\n                },\n                {\n                    \"address\": \"0xADEbEF2a8AA182982C0796666e23AF4905911087\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.849904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1766034752160244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1766034752160244\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.00002037957520893\n                },\n                {\n                    \"address\": \"0x71552712b441F3714c36540b9FBabCE6bB9eB337\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.80862,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23667482872053622,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23667482872053622\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000021074654251299\n                },\n                {\n                    \"address\": \"0x6d2CF2B9df73d27E7836C989e2aC42974cb81D4c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.827718,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2081409368891338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2081409368891338\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000020753122778913\n                },\n                {\n                    \"address\": \"0x560753f6E8910ADE9a622a5929367fB83Ff87991\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.904705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10533267750261137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10533267750261137\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000019456933409927\n                },\n                {\n                    \"address\": \"0x5445d68b2f648BB1C0EB015FB65624a2b3740997\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.9749,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.025746230382603357,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.025746230382603357\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000018275122667882\n                },\n                {\n                    \"address\": \"0x116997ab3Ee9FD7F71D05124c3E68b1Be966ea2A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 37000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.9378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06632544252505869,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06632544252505869\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.000018899745923349\n                },\n                {\n                    \"address\": \"0xB59E9C7398B3a415e4860607c26eF50a5C52f36c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.745734,\n                    \"bonus\": 0.06662884015115596,\n                    \"roi\": {\n                        \"baseRoi\": 0.2621201692071449,\n                        \"bonusRoi\": 0.07884054868958501,\n                        \"totalRoi\": 0.34096071789672994\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": -0.06246675286007993\n                },\n                {\n                    \"address\": \"0xa5bE7334b2f235bAd138929357e796f720279BBc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.808056,\n                    \"bonus\": 0.06663003389366479,\n                    \"roi\": {\n                        \"baseRoi\": 0.16477693718886194,\n                        \"bonusRoi\": 0.07276105522750526,\n                        \"totalRoi\": 0.2375379924163672\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": -0.06246780212107482\n                },\n                {\n                    \"address\": \"0x91BBcEb4B929ae815FaEa108C480F242205eD002\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.720161,\n                    \"bonus\": 0.06662835029509274,\n                    \"roi\": {\n                        \"baseRoi\": 0.3069387313261886,\n                        \"bonusRoi\": 0.0816396560066438,\n                        \"totalRoi\": 0.3885783873328324\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": -0.06246632229178924\n                },\n                {\n                    \"address\": \"0x909103629d480cE6A5cc781d2d27CEa48D59c981\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.697974,\n                    \"bonus\": 0.06662792531167182,\n                    \"roi\": {\n                        \"baseRoi\": 0.34848380398846157,\n                        \"bonusRoi\": 0.08423432018235283,\n                        \"totalRoi\": 0.4327181241708144\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": -0.062465948744219256\n                },\n                {\n                    \"address\": \"0x81D6442D37C5C4C3Af8BDFf1b5889a5F18b60bF0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.774961,\n                    \"bonus\": 0.06662939998204465,\n                    \"roi\": {\n                        \"baseRoi\": 0.21451980983721602,\n                        \"bonusRoi\": 0.0758677064377965,\n                        \"totalRoi\": 0.2903875162750125\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": -0.06246724493358824\n                },\n                {\n                    \"address\": \"0x75F2d4396A9146931709d5F8bB242cF45AA3Aa40\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.845156,\n                    \"bonus\": 0.06663074452778436,\n                    \"roi\": {\n                        \"baseRoi\": 0.11364581145300952,\n                        \"bonusRoi\": 0.06956770179188253,\n                        \"totalRoi\": 0.18321351324489205\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": -0.062468426744330285\n                },\n                {\n                    \"address\": \"0x725241F800Fb80F660AC9B7E2AEcE90A3DF78aa7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.678876,\n                    \"bonus\": 0.06662755950700666,\n                    \"roi\": {\n                        \"baseRoi\": 0.3864194925732994,\n                        \"bonusRoi\": 0.08660356318356927,\n                        \"totalRoi\": 0.47302305575686865\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": -0.06246562721274687\n                },\n                {\n                    \"address\": \"0x11D68Cadd4AD7fCca380D1a68e43323be007FDFA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 36000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.886296,\n                    \"bonus\": 0.06663153254864557,\n                    \"roi\": {\n                        \"baseRoi\": 0.06195201810274589,\n                        \"bonusRoi\": 0.06633920740205163,\n                        \"totalRoi\": 0.12829122550479752\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": -0.06246911938693011\n                },\n                {\n                    \"address\": \"0xfEE96785e881CB2dCa7042D4602706564CbFd543\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.622519,\n                    \"bonus\": 0.07113196715674282,\n                    \"roi\": {\n                        \"baseRoi\": 0.506343108529013,\n                        \"bonusRoi\": 0.10003356431149457,\n                        \"totalRoi\": 0.6063766728405076\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": -0.06640821984387084\n                },\n                {\n                    \"address\": \"0xFE25A75eE120619F517B4b80F957158B18Bdd210\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.648092,\n                    \"bonus\": 0.07113246115817116,\n                    \"roi\": {\n                        \"baseRoi\": 0.44690387624892003,\n                        \"bonusRoi\": 0.09608693369781596,\n                        \"totalRoi\": 0.542990809946736\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": -0.06640865041216153\n                },\n                {\n                    \"address\": \"0xbda083a3cc6f7E15a850b25dbF3df2a340A4786B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.961162,\n                    \"bonus\": 0.0039425536718100404,\n                    \"roi\": {\n                        \"baseRoi\": 0.036337569085012025,\n                        \"bonusRoi\": 0.004069771196855171,\n                        \"totalRoi\": 0.040407340281867196\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": -0.003927070983683859\n                },\n                {\n                    \"address\": \"0xA1f7C5BEEedC201B257DEeA8D84Ae8eCCcC97caF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.747515,\n                    \"bonus\": 0.0711343816504425,\n                    \"roi\": {\n                        \"baseRoi\": 0.2544569073114333,\n                        \"bonusRoi\": 0.08330889003042602,\n                        \"totalRoi\": 0.3377657973418593\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": -0.06641032429641189\n                },\n                {\n                    \"address\": \"0x872B5c6d7d85B1F7e99979E09E7cA5e02C918c4D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.710414,\n                    \"bonus\": 0.07113366500263214,\n                    \"roi\": {\n                        \"baseRoi\": 0.3199710370551133,\n                        \"bonusRoi\": 0.08765888014809498,\n                        \"totalRoi\": 0.4076299172032083\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": -0.06640969967315642\n                },\n                {\n                    \"address\": \"0x54b89E2c46F100f3a6808462E7171c7FdBe69946\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.600332,\n                    \"bonus\": 0.0711315385769375,\n                    \"roi\": {\n                        \"baseRoi\": 0.562014908502189,\n                        \"bonusRoi\": 0.10373004595634394,\n                        \"totalRoi\": 0.665744954458533\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": -0.06640784629630085\n                },\n                {\n                    \"address\": \"0x2C1f4A8c562c688036473f9BAB0aDB08cC365b51\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.788654,\n                    \"bonus\": 0.071135176339879,\n                    \"roi\": {\n                        \"baseRoi\": 0.1890191972762285,\n                        \"bonusRoi\": 0.07896397405112171,\n                        \"totalRoi\": 0.2679831713273502\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": -0.0664110169390117\n                },\n                {\n                    \"address\": \"0x2c03Cb0bA752ADC0d625d0C31b127144B8a15bcA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.833738,\n                    \"bonus\": 0.07113604721332628,\n                    \"roi\": {\n                        \"baseRoi\": 0.12472272891724571,\n                        \"bonusRoi\": 0.07469483391424335,\n                        \"totalRoi\": 0.19941756283148906\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": -0.06641177598157977\n                },\n                {\n                    \"address\": \"0x1C0740E9b2bb9ba99933441401cd27d6aae2C184\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.67732,\n                    \"bonus\": 0.07113302572658334,\n                    \"roi\": {\n                        \"baseRoi\": 0.38446582748232494,\n                        \"bonusRoi\": 0.09194118840381449,\n                        \"totalRoi\": 0.47640701588613943\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": -0.06640914248566984\n                },\n                {\n                    \"address\": \"0x035b0c5260e1EFf2c584Fb13F7EF1ea217b898D3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 34000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.581234,\n                    \"bonus\": 0.07113116967668409,\n                    \"roi\": {\n                        \"baseRoi\": 0.6133395788688077,\n                        \"bonusRoi\": 0.1071378880378081,\n                        \"totalRoi\": 0.7204774669066158\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": -0.06640752476482847\n                },\n                {\n                    \"address\": \"0xF5fF3bb987f2df918C35ff1A58A9DA0247e75e75\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.558449,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7906738126489617,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7906738126489617\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.00002528649580131\n                },\n                {\n                    \"address\": \"0xf40168B3527dB5FFba8a06C118b5F9933e3Ebb35\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.606209,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6495960963957975,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6495960963957975\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000024482379940637\n                },\n                {\n                    \"address\": \"0xCc5474231648230da4786dAe996aCe1a0F656548\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.635436,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5737226093579841,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5737226093579841\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000023990306432324\n                },\n                {\n                    \"address\": \"0xB962565C79d3DFcF0D78fca58664dbEdf2F90D7B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.919278,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08781021627842715,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08781021627842715\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.0625060618084183\n                },\n                {\n                    \"address\": \"0x897cEa6a580762401A86A4596c52619Fb45791b1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.539351,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8540801815515313,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8540801815515313\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000025608027273695\n                },\n                {\n                    \"address\": \"0x88F9011B7AF9D8D18c4F0507da5b93d454de9646\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.705631,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4171712977462725,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4171712977462725\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": 0.000022808495690279\n                },\n                {\n                    \"address\": \"0x498cF69F7010d96572A8257C48CC927E4a016839\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.791855,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2628574675919203,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2628574675919203\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": 0.000021356810522396\n                },\n                {\n                    \"address\": \"0x23a902E9E7c6092D900e0f81EB0cf90c408FC52C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.668531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49581694790518316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49581694790518316\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": 0.000023433118945746\n                },\n                {\n                    \"address\": \"0x075491E414b7D10e74B6b05B587d3aa886931cC1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.580635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7222523616385509,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7222523616385509\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.000024912948231327\n                },\n                {\n                    \"address\": \"0x06530c80aeD33a13459697851cC97EC25A07200d\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.74677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33910039235641487,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33910039235641487\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": 0.000022115853090455\n                },\n                {\n                    \"address\": \"0xEFE7f06691A85b1A1dCc266F65704372D25599cF\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.426513,\n                    \"bonus\": 0.03185144217698319,\n                    \"roi\": {\n                        \"baseRoi\": 1.2743880547163149,\n                        \"bonusRoi\": 0.07020636561788396,\n                        \"totalRoi\": 1.3445944203341988\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": -0.030868244085392318\n                },\n                {\n                    \"address\": \"0xeFDa9e0A52221f6c19aA0F2be132B474CcBe8A54\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.474273,\n                    \"bonus\": 0.031852298333841025,\n                    \"roi\": {\n                        \"baseRoi\": 1.0453521826073207,\n                        \"bonusRoi\": 0.0631380751134436,\n                        \"totalRoi\": 1.1084902577207643\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": -0.030869048201252993\n                },\n                {\n                    \"address\": \"0xcDA1684710249aDe5CE250421DE6B3fc27d791d4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.4487,\n                    \"bonus\": 0.03185183989973351,\n                    \"roi\": {\n                        \"baseRoi\": 1.1619249406503287,\n                        \"bonusRoi\": 0.06673563434409968,\n                        \"totalRoi\": 1.2286605749944284\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": -0.0308686176329623\n                },\n                {\n                    \"address\": \"0xcbe281De98afCe49668369475Bbf5AffE920cf49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.503501,\n                    \"bonus\": 0.03185282225420221,\n                    \"roi\": {\n                        \"baseRoi\": 0.9266195154670431,\n                        \"bonusRoi\": 0.05947385872685129,\n                        \"totalRoi\": 0.9860933741938944\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": -0.030869540274761305\n                },\n                {\n                    \"address\": \"0xA5cC1908aA4A6DcA5AAC12143b9078AE95124068\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.614835,\n                    \"bonus\": 0.03185481802648712,\n                    \"roi\": {\n                        \"baseRoi\": 0.5777453931343459,\n                        \"bonusRoi\": 0.04870723236680474,\n                        \"totalRoi\": 0.6264526255011507\n                    },\n                    \"liquidity\": 3133.4955593489035,\n                    \"skewImpact\": -0.030871414728103175\n                },\n                {\n                    \"address\": \"0x91346c4db00cAcd0653264319AB71DCE80ef4F2C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.659919,\n                    \"bonus\": 0.031855626198236744,\n                    \"roi\": {\n                        \"baseRoi\": 0.46995672882119116,\n                        \"bonusRoi\": 0.045380759567535234,\n                        \"totalRoi\": 0.5153374883887264\n                    },\n                    \"liquidity\": 3345.698161880352,\n                    \"skewImpact\": -0.030872173770671234\n                },\n                {\n                    \"address\": \"0x80b5A78483A00c9271c7C12cEB2820133eE72B23\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.787343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2700944823285404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2700944823285404\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.031612531227224676\n                },\n                {\n                    \"address\": \"0x58C8991f464Aa05dF0372cED55A0B0f396d45E60\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.573696,\n                    \"bonus\": 0.031854080553561585,\n                    \"roi\": {\n                        \"baseRoi\": 0.6908846158365314,\n                        \"bonusRoi\": 0.052198829054142526,\n                        \"totalRoi\": 0.7430834448906739\n                    },\n                    \"liquidity\": 2962.0600160105964,\n                    \"skewImpact\": -0.03087072208550335\n                },\n                {\n                    \"address\": \"0x1D6c77723f52070613fDdCdea1d13fFcfCd0CBAb\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.884551,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13051706458983148,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13051706458983148\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.035554407870225645\n                },\n                {\n                    \"address\": \"0x1d4Ea8Be6EF263Fd902dAee925a201ADdeFfcfF6\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.536595,\n                    \"bonus\": 0.03185341550334151,\n                    \"roi\": {\n                        \"baseRoi\": 0.8077960628415374,\n                        \"bonusRoi\": 0.055806840651786094,\n                        \"totalRoi\": 0.8636029034933235\n                    },\n                    \"liquidity\": 2822.789486509704,\n                    \"skewImpact\": -0.03087009746224788\n                },\n                {\n                    \"address\": \"0x0cEeE8C54403e67Db88bB4eeDE05C4Cf2258e06f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.407415,\n                    \"bonus\": 0.03185109983694389,\n                    \"roi\": {\n                        \"baseRoi\": 1.3810030925352614,\n                        \"bonusRoi\": 0.07349661906102223,\n                        \"totalRoi\": 1.4544997115962837\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": -0.030867922553919933\n                },\n                {\n                    \"address\": \"0x0B80b2d454140c4CdBBd11E4c668498fAD763e42\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.929187,\n                    \"bonus\": 0.03186045302109127,\n                    \"roi\": {\n                        \"baseRoi\": 0.04397511871604062,\n                        \"bonusRoi\": 0.03223451400589804,\n                        \"totalRoi\": 0.07620963272193866\n                    },\n                    \"liquidity\": 4047.4852959136983,\n                    \"skewImpact\": -0.03087670714369363\n                },\n                {\n                    \"address\": \"0xff6a036011a50dDeF6246C0D8c7E825690591906\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.847262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18027245409330295,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18027245409330295\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000020424018131825\n                },\n                {\n                    \"address\": \"0xf1cf160356840C2b84a5d906f99A21F82666cc1C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.421576,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.37205153993586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.37205153993586\n                    },\n                    \"liquidity\": 2709.1619615163145,\n                    \"skewImpact\": 0.000027590887064149\n                },\n                {\n                    \"address\": \"0xd994b4BeEe821cf4a689dA51815894439138c564\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.577994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.730121765969889,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.730121765969889\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000024957391154221\n                },\n                {\n                    \"address\": \"0xC3222eea17b7dca63A36B60a8dfea0394825D96a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.53291,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8764894635116623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8764894635116623\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.00002571643372228\n                },\n                {\n                    \"address\": \"0xc161db1a18772788520134a7bceaDCbc776BaFc5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.802626,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24591029944208145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24591029944208145\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.0664515390320511\n                },\n                {\n                    \"address\": \"0x872Be1d7F79152C52EfB74524512DdD157D44DF4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.977626,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.022886052539519208,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.022886052539519208\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.030904791969961792\n                },\n                {\n                    \"address\": \"0x66155C76bd1C6Da9d0E8a33B7894508db529583F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.45467,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1993973651219565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1993973651219565\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000027033699577571\n                },\n                {\n                    \"address\": \"0x55BfdEe98E57BAF9Da1118f0928ba8c436D74D98\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.32549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.072291007404221,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.072291007404221\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000029208607905521\n                },\n                {\n                    \"address\": \"0x361E7Fc4A6309857c981F787c7574c529CA225c0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.344588,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.902016320939789,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.902016320939789\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000028887076433135\n                },\n                {\n                    \"address\": \"0x2eaE5e3f617E9607cD38E6B66685e10BA6d1F4c1\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.705418,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4175992106807595,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4175992106807595\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.06250966238905013\n                },\n                {\n                    \"address\": \"0x1Dcf1D2900d31Dc69e3625EBf9D7368959f4c815\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.491771,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0334667965374127,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0334667965374127\n                    },\n                    \"liquidity\": 2727.4773926989337,\n                    \"skewImpact\": 0.000026409076322104\n                },\n                {\n                    \"address\": \"0x1590a4f01C9E89717d5a1699363270229eC350cD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.392348,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5487577354797275,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5487577354797275\n                    },\n                    \"liquidity\": 2616.1587842820377,\n                    \"skewImpact\": 0.000028082960572462\n                },\n                {\n                    \"address\": \"0x1258A03C0d747dD5B82Bdaa325002FAF77332B9A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.366775,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7264671801513187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7264671801513187\n                    },\n                    \"liquidity\": 2539.865622342223,\n                    \"skewImpact\": 0.000028513528863152\n                },\n                {\n                    \"address\": \"0xe78Cfd3509EcD20649349b14AC32608974A06cd4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 38000,\n                    \"price\": 0.451126,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2166756072582825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2166756072582825\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000027093382405686\n                },\n                {\n                    \"address\": \"0xdDf0ecA7b49D1624Ac47158E900de02d2FDF7950\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.895842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11626827052091772,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11626827052091772\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.0309061689186452\n                },\n                {\n                    \"address\": \"0xcaAD0BA122EE73037a0F5e1f6e71E4a2FDF67135\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 37000,\n                    \"price\": 0.49621,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0152757904919287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0152757904919287\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000026334339837627\n                },\n                {\n                    \"address\": \"0xC5C9243B357aa006C38590aaD931cbf316751F8C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 44000,\n                    \"price\": 0.262805,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8051026426437855,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8051026426437855\n                    },\n                    \"liquidity\": 2477.191963380844,\n                    \"skewImpact\": 0.000030264025116541\n                },\n                {\n                    \"address\": \"0x75fdb9017A466d266809262936d222057769DcfE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 41000,\n                    \"price\": 0.339792,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.942976879973631,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.942976879973631\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000028967835747555\n                },\n                {\n                    \"address\": \"0x6742A8aDBA5bfd77104BbF68bc454F4313Bdd0f2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.372886,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6817847814077223,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6817847814077223\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000028410648260977\n                },\n                {\n                    \"address\": \"0x4Ad769767806f48bc6130aD32A714879377Ba56C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 43000,\n                    \"price\": 0.284991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.508882736647824,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.508882736647824\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000029890477546558\n                },\n                {\n                    \"address\": \"0x49EF1B44707A7c60b4E0e2f0077b57435A68964B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.623634,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6035046196968092,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6035046196968092\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.06251103933773354\n                },\n                {\n                    \"address\": \"0x3a35fC206e9C814ad6468c8a03EF537C94a8A534\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.243706,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.103304801687279,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.103304801687279\n                    },\n                    \"liquidity\": 2425.671022679696,\n                    \"skewImpact\": 0.000030585556588926\n                },\n                {\n                    \"address\": \"0x35FAa1870e92f3AbDDa675537dAE201D219AE668\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 42000,\n                    \"price\": 0.310564,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2199482232325702,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2199482232325702\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000029459909255868\n                },\n                {\n                    \"address\": \"0x2F2B12fE4644FF8E095F31B7916b097a8ACAbBcD\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 39000,\n                    \"price\": 0.409987,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4391017276157538,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4391017276157538\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.00002778602500551\n                },\n                {\n                    \"address\": \"0x22890889c0F2014e1F3C3F94408820D64bce677c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.765479,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3063715660390422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3063715660390422\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.00002180096681523\n                },\n                {\n                    \"address\": \"0x1f8bb46D5dE4e8dC6253ce9bB385017a2600Ba25\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.979345,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.021090626898590363,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.021090626898590363\n                    },\n                    \"liquidity\": 2479.1885498974925,\n                    \"skewImpact\": 0.000018200386183405\n                },\n                {\n                    \"address\": \"0x1DDdfd637C294c664e8386d03099d79D1d754BF8\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.720843,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38726463321416726,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38726463321416726\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.06645291598073451\n                },\n                {\n                    \"address\": \"0x9A76007fb78813D69ECDC484c1a6032cc0ca1961\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.740643,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3501781560076851,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3501781560076851\n                    },\n                    \"liquidity\": 289.71771874335275,\n                    \"skewImpact\": 0.06643779006382852\n                },\n                {\n                    \"address\": \"0x788b77eDa5Fe773Feb54C374Db81d9C81d365986\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.999145,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0008557316505612801,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0008557316505612801\n                    },\n                    \"liquidity\": 1526.7690085371228,\n                    \"skewImpact\": 0.000003074469277428\n                },\n                {\n                    \"address\": \"0x6358653ab5fED9CC0671B05076FCc51aeCcbcA22\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.785279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.273432754473251,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.273432754473251\n                    },\n                    \"liquidity\": 1526.7690085371228,\n                    \"skewImpact\": 0.000006675049909253\n                },\n                {\n                    \"address\": \"0x629e0524c7eCd0b487022dE43a88AE11e6A6603e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.643434,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5541609551251567,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5541609551251567\n                    },\n                    \"liquidity\": 422.2784156368115,\n                    \"skewImpact\": 0.06249591342082756\n                },\n                {\n                    \"address\": \"0x2F9c67aCe50f4d098aD60Ba8FbFC5f1236359062\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.915642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09212989356102062,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09212989356102062\n                    },\n                    \"liquidity\": 1526.7690085371228,\n                    \"skewImpact\": 0.030891043001739223\n                }\n            ]\n        },\n        \"2024-01-12T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xfBacca907DE2a3041B68B443D31bfaa435f137a7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 50000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x4b3F164eDcaa91DF249d91e36b1daDC6f0D7f680\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 45000,\n                    \"price\": 0.162891,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.139074595895415,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.139074595895415\n                    },\n                    \"liquidity\": 2572.9984477796734,\n                    \"skewImpact\": 0.000029148871063144\n                },\n                {\n                    \"address\": \"0x202324eCee332C6CF7938187e989B98EEDFE7ae3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.28727,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.481045706130121,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.481045706130121\n                    },\n                    \"liquidity\": 3009.7735606437877,\n                    \"skewImpact\": 0.000024918818139912\n                },\n                {\n                    \"address\": \"0x8D71A3917e1c2A509E8565B5aC4e34052e59DCDE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.505198,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9794219296196738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9794219296196738\n                    },\n                    \"liquidity\": 2013.178063951349,\n                    \"skewImpact\": 0.05725379287074333\n                },\n                {\n                    \"address\": \"0x66feAD7398F0D2d2fb295d9C29623964E108C52a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.699845,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4288878251612856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4288878251612856\n                    },\n                    \"liquidity\": 6888.479820551509,\n                    \"skewImpact\": 0.000010887743298055\n                },\n                {\n                    \"address\": \"0x298951A436b1d2785D311CeeD4eeF3c8C86D3C88\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 25000,\n                    \"price\": 0.901027,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10984465504363351,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10984465504363351\n                    },\n                    \"liquidity\": 18537.031457649282,\n                    \"skewImpact\": 0.000004045955263729\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xfBacca907DE2a3041B68B443D31bfaa435f137a7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 50000,\n                    \"price\": 0.960302,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.041339078748143826,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.041339078748143826\n                    },\n                    \"liquidity\": 36942.97662462579,\n                    \"skewImpact\": 0.000002030155846998\n                },\n                {\n                    \"address\": \"0x4b3F164eDcaa91DF249d91e36b1daDC6f0D7f680\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 45000,\n                    \"price\": 0.887734,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1264635577774423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1264635577774423\n                    },\n                    \"liquidity\": 16674.06277381506,\n                    \"skewImpact\": 0.000004498003936855\n                },\n                {\n                    \"address\": \"0x202324eCee332C6CF7938187e989B98EEDFE7ae3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 40000,\n                    \"price\": 0.76335,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31001506517324956,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31001506517324956\n                    },\n                    \"liquidity\": 8592.977933378137,\n                    \"skewImpact\": 0.000008728056860087\n                },\n                {\n                    \"address\": \"0x8D71A3917e1c2A509E8565B5aC4e34052e59DCDE\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 35000,\n                    \"price\": 0.544289,\n                    \"bonus\": 0.0607049314331543,\n                    \"roi\": {\n                        \"baseRoi\": 0.737803466401363,\n                        \"bonusRoi\": 0.09945578373964659,\n                        \"totalRoi\": 0.8372592501410095\n                    },\n                    \"liquidity\": 5348.14765988566,\n                    \"skewImpact\": -0.05723074309754911\n                },\n                {\n                    \"address\": \"0x66feAD7398F0D2d2fb295d9C29623964E108C52a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.350774,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8508384315827289,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8508384315827289\n                    },\n                    \"liquidity\": 3295.3805523956794,\n                    \"skewImpact\": 0.000022759131701944\n                },\n                {\n                    \"address\": \"0x298951A436b1d2785D311CeeD4eeF3c8C86D3C88\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 25000,\n                    \"price\": 0.149599,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.684536661341318,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.684536661341318\n                    },\n                    \"liquidity\": 2533.7050560662774,\n                    \"skewImpact\": 0.00002960091973627\n                },\n                {\n                    \"address\": \"0x15eD7864Ee8D905624A295A64d9aA4AE552bc66c\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 20000,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xFFe838B71B894Df415Fb6dCC64f2878C963bB306\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.180243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.548065666905234,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.548065666905234\n                    },\n                    \"liquidity\": 3009.7735606437877,\n                    \"skewImpact\": 0.000029416822076767\n                },\n                {\n                    \"address\": \"0xA0f77c73e03A519d98eaaF86e3c72a7c9616a33F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.276594,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6154074202621893,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6154074202621893\n                    },\n                    \"liquidity\": 2013.178063951349,\n                    \"skewImpact\": 0.057262520927603415\n                },\n                {\n                    \"address\": \"0x81b39a54F589290aBf321E0C49989cE5044C35d7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.404711,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4708989871785052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4708989871785052\n                    },\n                    \"liquidity\": 2013.178063951349,\n                    \"skewImpact\": 0.05725829087468018\n                },\n                {\n                    \"address\": \"0xE496C9858b311354d3c8F53b8a2EE35a381aE457\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.251447,\n                    \"bonus\": 0.06069268182960248,\n                    \"roi\": {\n                        \"baseRoi\": 2.761735283805245,\n                        \"bonusRoi\": 0.21524594882031867,\n                        \"totalRoi\": 2.9769812326255636\n                    },\n                    \"liquidity\": 5348.14765988566,\n                    \"skewImpact\": -0.05721985535425105\n                },\n                {\n                    \"address\": \"0xE076d0f9A306e0aB406E131A8F6bdFa53F376bdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.477085,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0960625465063878,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0960625465063878\n                    },\n                    \"liquidity\": 6888.479820551509,\n                    \"skewImpact\": 0.000019615800158142\n                },\n                {\n                    \"address\": \"0x6af382426032b5010eC2AD86c32d2184dBEba48f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.605203,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6523381410865444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6523381410865444\n                    },\n                    \"liquidity\": 6888.479820551509,\n                    \"skewImpact\": 0.00001538574723491\n                },\n                {\n                    \"address\": \"0xfB867CD1aCc1fA1a1c1F7409B7C6456e57017Bf7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.684305,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4613366846654634,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4613366846654634\n                    },\n                    \"liquidity\": 8592.977933378137,\n                    \"skewImpact\": 0.000012774012123816\n                },\n                {\n                    \"address\": \"0xE94A0220D77B11D82720C4ABB978f0005b0617Fc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.458667,\n                    \"bonus\": 0.060700379368848284,\n                    \"roi\": {\n                        \"baseRoi\": 1.0622171002326923,\n                        \"bonusRoi\": 0.11801387343665826,\n                        \"totalRoi\": 1.1802309736693506\n                    },\n                    \"liquidity\": 5348.14765988566,\n                    \"skewImpact\": -0.05722669714228538\n                },\n                {\n                    \"address\": \"0xE2CA4B8e334743E0b7403A82F3389054472F1777\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.259345,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.855867666621682,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.855867666621682\n                    },\n                    \"liquidity\": 3295.3805523956794,\n                    \"skewImpact\": 0.000026805086965673\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xFFe838B71B894Df415Fb6dCC64f2878C963bB306\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 40000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.935503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06894365918655529,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06894365918655529\n                    },\n                    \"liquidity\": 2572.9984477796734,\n                    \"skewImpact\": 0.000018938463961615\n                },\n                {\n                    \"address\": \"0xA0f77c73e03A519d98eaaF86e3c72a7c9616a33F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.839874,\n                    \"bonus\": 0.02944512856499135,\n                    \"roi\": {\n                        \"baseRoi\": 0.15754561322181068,\n                        \"bonusRoi\": 0.033109175472683966,\n                        \"totalRoi\": 0.19065478869449465\n                    },\n                    \"liquidity\": 3009.7735606437877,\n                    \"skewImpact\": -0.028602912139704596\n                },\n                {\n                    \"address\": \"0x81b39a54F589290aBf321E0C49989cE5044C35d7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 35000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.714251,\n                    \"bonus\": 0.029442887155196874,\n                    \"roi\": {\n                        \"baseRoi\": 0.3611384000830844,\n                        \"bonusRoi\": 0.038929643223820365,\n                        \"totalRoi\": 0.40006804330690476\n                    },\n                    \"liquidity\": 2572.9984477796734,\n                    \"skewImpact\": -0.02860079711324298\n                },\n                {\n                    \"address\": \"0xE496C9858b311354d3c8F53b8a2EE35a381aE457\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.864531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1566965210038737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1566965210038737\n                    },\n                    \"liquidity\": 2013.178063951349,\n                    \"skewImpact\": 0.028638276001222634\n                },\n                {\n                    \"address\": \"0xE076d0f9A306e0aB406E131A8F6bdFa53F376bdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.644424,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5517733666033543,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5517733666033543\n                    },\n                    \"liquidity\": 3009.7735606437877,\n                    \"skewImpact\": 0.000023838974920928\n                },\n                {\n                    \"address\": \"0x6af382426032b5010eC2AD86c32d2184dBEba48f\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 45000,\n                    \"price\": 0.518801,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9275213424800648,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9275213424800648\n                    },\n                    \"liquidity\": 2572.9984477796734,\n                    \"skewImpact\": 0.000025954001382544\n                },\n                {\n                    \"address\": \"0xfB867CD1aCc1fA1a1c1F7409B7C6456e57017Bf7\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 40000,\n                    \"price\": 0.441237,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2663557226615176,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2663557226615176\n                    },\n                    \"liquidity\": 2533.7050560662774,\n                    \"skewImpact\": 0.000027259868938091\n                },\n                {\n                    \"address\": \"0xE94A0220D77B11D82720C4ABB978f0005b0617Fc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 35000,\n                    \"price\": 0.661344,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5120723859292591,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5120723859292591\n                    },\n                    \"liquidity\": 2013.178063951349,\n                    \"skewImpact\": 0.028641696895239797\n                },\n                {\n                    \"address\": \"0xE2CA4B8e334743E0b7403A82F3389054472F1777\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 25000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.857938,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1655853919513998,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1655853919513998\n                    },\n                    \"liquidity\": 2533.7050560662774,\n                    \"skewImpact\": 0.000020244331517162\n                }\n            ]\n        },\n        \"2024-02-16T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xa198d48bC3B6cfe8cA060AF4301d459B114E5Faf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.486926,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0537001515630713,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0537001515630713\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.06832138907381716\n                },\n                {\n                    \"address\": \"0x4053cD87A0ba1B31CEC667e494aF41d9daA456De\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.534596,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.870571422158041,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.870571422158041\n                    },\n                    \"liquidity\": 2825.367107231842,\n                    \"skewImpact\": 0.03192127618349848\n                },\n                {\n                    \"address\": \"0xb9b178A972954Fb61cBC7aB0AD9620a304577518\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.599874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6670167401821049,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6670167401821049\n                    },\n                    \"liquidity\": 4170.476624260024,\n                    \"skewImpact\": 0.01348327826920196\n                },\n                {\n                    \"address\": \"0xFFB242B11AD3C9779840b1A4aD1B329176609a4b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.672036,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48801552297793577,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48801552297793577\n                    },\n                    \"liquidity\": 6337.952554809794,\n                    \"skewImpact\": 0.000011833474509537\n                },\n                {\n                    \"address\": \"0xd5685CE142D6295cD4C5dbcC6D3fe8B8301DF2d3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.749285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3346056573933817,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3346056573933817\n                    },\n                    \"liquidity\": 8146.5345288459375,\n                    \"skewImpact\": 0.000009206368638644\n                },\n                {\n                    \"address\": \"0x04c2e3a78B72cEDB7B6B216500d3ce616A78fBdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.822226,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21621062822143788,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21621062822143788\n                    },\n                    \"liquidity\": 11151.063214561433,\n                    \"skewImpact\": 0.000006725816055106\n                },\n                {\n                    \"address\": \"0x7FCA4C511679CcB4497159c43AdAb687AbA3dF64\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.887183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12716316701289354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12716316701289354\n                    },\n                    \"liquidity\": 16604.784985035094,\n                    \"skewImpact\": 0.000004516770320578\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xa198d48bC3B6cfe8cA060AF4301d459B114E5Faf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.562381,\n                    \"bonus\": 0.07330220373801678,\n                    \"roi\": {\n                        \"baseRoi\": 0.6644769087329859,\n                        \"bonusRoi\": 0.11367704739284334,\n                        \"totalRoi\": 0.7781539561258293\n                    },\n                    \"liquidity\": 5502.148649202929,\n                    \"skewImpact\": -0.06829595940707597\n                },\n                {\n                    \"address\": \"0x4053cD87A0ba1B31CEC667e494aF41d9daA456De\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 34000,\n                    \"price\": 0.515357,\n                    \"bonus\": 0.032951528320646184,\n                    \"roi\": {\n                        \"baseRoi\": 0.8804165097474976,\n                        \"bonusRoi\": 0.05998596853454785,\n                        \"totalRoi\": 0.9404024782820455\n                    },\n                    \"liquidity\": 4503.204056262356,\n                    \"skewImpact\": -0.03190036261838751\n                },\n                {\n                    \"address\": \"0xb9b178A972954Fb61cBC7aB0AD9620a304577518\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.450435,\n                    \"bonus\": 0.01365072213426631,\n                    \"roi\": {\n                        \"baseRoi\": 1.1905759052405942,\n                        \"bonusRoi\": 0.029500243371303414,\n                        \"totalRoi\": 1.2200761486118976\n                    },\n                    \"liquidity\": 3897.90108123389,\n                    \"skewImpact\": -0.01346688936947076\n                },\n                {\n                    \"address\": \"0xFFB242B11AD3C9779840b1A4aD1B329176609a4b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.378582,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6414356731170527,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6414356731170527\n                    },\n                    \"liquidity\": 3438.2534732625695,\n                    \"skewImpact\": 0.000021813400490462\n                },\n                {\n                    \"address\": \"0xd5685CE142D6295cD4C5dbcC6D3fe8B8301DF2d3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.301334,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.318576728812547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.318576728812547\n                    },\n                    \"liquidity\": 3068.676192347094,\n                    \"skewImpact\": 0.000024440506361355\n                },\n                {\n                    \"address\": \"0x04c2e3a78B72cEDB7B6B216500d3ce616A78fBdC\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.228397,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.378341221644768,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.378341221644768\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.000026921058944893\n                },\n                {\n                    \"address\": \"0x7FCA4C511679CcB4497159c43AdAb687AbA3dF64\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.163442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.118378384992842,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.118378384992842\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.000029130104679421\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xCBBcc971dda009Da583CcED5e5931c0194f105F0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.167109,\n                    \"bonus\": 0.057991342080066045,\n                    \"roi\": {\n                        \"baseRoi\": 4.673157194103339,\n                        \"bonusRoi\": 0.310960956325423,\n                        \"totalRoi\": 4.984118150428762\n                    },\n                    \"liquidity\": 4170.476624260024,\n                    \"skewImpact\": -0.05481268113787401\n                },\n                {\n                    \"address\": \"0x05439e3057206f07FF051C2555AAFE61d786099B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.118678,\n                    \"bonus\": 0.01876263742525974,\n                    \"roi\": {\n                        \"baseRoi\": 7.273782594440532,\n                        \"bonusRoi\": 0.15237895192863427,\n                        \"totalRoi\": 7.426161546369166\n                    },\n                    \"liquidity\": 4170.476624260024,\n                    \"skewImpact\": -0.018417084349185545\n                },\n                {\n                    \"address\": \"0xC3F647665c6Fa1d1071C7fb1360C3B437B97959F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.193005,\n                    \"bonus\": 0.03293890228950418,\n                    \"roi\": {\n                        \"baseRoi\": 4.021097507735355,\n                        \"bonusRoi\": 0.16011541420967212,\n                        \"totalRoi\": 4.181212921945027\n                    },\n                    \"liquidity\": 4503.204056262356,\n                    \"skewImpact\": -0.03188852914387797\n                },\n                {\n                    \"address\": \"0x9141926a57B087C8D73e98B45178e03C7377bEd9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.241436,\n                    \"bonus\": 0.07328857201334354,\n                    \"roi\": {\n                        \"baseRoi\": 2.8771374498401068,\n                        \"bonusRoi\": 0.2647469418827515,\n                        \"totalRoi\": 3.1418843917228583\n                    },\n                    \"liquidity\": 5502.148649202929,\n                    \"skewImpact\": -0.06828412593256643\n                },\n                {\n                    \"address\": \"0x4F58E81B6B9A578a6F88c9bd3C6209cBbE9387A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.126135,\n                    \"bonus\": 0.013638563529578684,\n                    \"roi\": {\n                        \"baseRoi\": 6.8227579901729225,\n                        \"bonusRoi\": 0.10525564601053183,\n                        \"totalRoi\": 6.928013636183454\n                    },\n                    \"liquidity\": 3897.90108123389,\n                    \"skewImpact\": -0.013455055894961224\n                },\n                {\n                    \"address\": \"0x8fdB641Ad407F5b7F3c1cdC1d9305B8C2a3B21Dd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.205705,\n                    \"bonus\": 0.01364126279120723,\n                    \"roi\": {\n                        \"baseRoi\": 3.7967770413226964,\n                        \"bonusRoi\": 0.06455350484779032,\n                        \"totalRoi\": 3.8613305461704868\n                    },\n                    \"liquidity\": 3897.90108123389,\n                    \"skewImpact\": -0.013457683000832115\n                },\n                {\n                    \"address\": \"0x5021378553813BC4F867ace85132be3be94f8f41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.131693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.5934180252557075,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.5934180252557075\n                    },\n                    \"liquidity\": 3438.2534732625695,\n                    \"skewImpact\": 0.000031019769129106\n                },\n                {\n                    \"address\": \"0x47F29ff4a2447d32FD8a9cDA5F23Dc0C56D5b939\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.272575,\n                    \"bonus\": 0.032941705321283085,\n                    \"roi\": {\n                        \"baseRoi\": 2.5553314032588785,\n                        \"bonusRoi\": 0.11338362930096713,\n                        \"totalRoi\": 2.6687150325598457\n                    },\n                    \"liquidity\": 4503.204056262356,\n                    \"skewImpact\": -0.031891156249748864\n                },\n                {\n                    \"address\": \"0x39E491718F4F15F20955e8c6801a4638e4bf7be3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.321005,\n                    \"bonus\": 0.07329159831217304,\n                    \"roi\": {\n                        \"baseRoi\": 1.916086214707306,\n                        \"bonusRoi\": 0.19913005918250914,\n                        \"totalRoi\": 2.115216273889815\n                    },\n                    \"liquidity\": 5502.148649202929,\n                    \"skewImpact\": -0.06828675303843733\n                },\n                {\n                    \"address\": \"0xFc54ACA2dC3F88da2DBc2Ee688A6fa7999Bb76Bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.127254,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.858299149732032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.858299149732032\n                    },\n                    \"liquidity\": 3068.676192347094,\n                    \"skewImpact\": 0.000031166322416461\n                },\n                {\n                    \"address\": \"0xA7e267Ee5477F66BAe581fAF8d021e5399e8707e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.347703,\n                    \"bonus\": 0.03294435199969899,\n                    \"roi\": {\n                        \"baseRoi\": 1.7871261612716804,\n                        \"bonusRoi\": 0.08889158950987741,\n                        \"totalRoi\": 1.8760177507815579\n                    },\n                    \"liquidity\": 4503.204056262356,\n                    \"skewImpact\": -0.0318936368023324\n                },\n                {\n                    \"address\": \"0x93984699B0Cb2C53a0E9f07280b32f06D907bFcf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.396133,\n                    \"bonus\": 0.07329445580437241,\n                    \"roi\": {\n                        \"baseRoi\": 1.3630348438316628,\n                        \"bonusRoi\": 0.16136983843414154,\n                        \"totalRoi\": 1.5244046822658044\n                    },\n                    \"liquidity\": 5502.148649202929,\n                    \"skewImpact\": -0.06828923359102086\n                },\n                {\n                    \"address\": \"0x86c2f5B281f6103e9911d3Ff40Cf9cD73232072A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.206821,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8350989503000177,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8350989503000177\n                    },\n                    \"liquidity\": 3438.2534732625695,\n                    \"skewImpact\": 0.000028539216545568\n                },\n                {\n                    \"address\": \"0x3AF26CF51e6aaB6106fd31a67fcfFb37e73eF846\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.280833,\n                    \"bonus\": 0.013643811487529776,\n                    \"roi\": {\n                        \"baseRoi\": 2.5135422339241607,\n                        \"bonusRoi\": 0.04729285312045306,\n                        \"totalRoi\": 2.5608350870446137\n                    },\n                    \"liquidity\": 3897.90108123389,\n                    \"skewImpact\": -0.013460163553415654\n                },\n                {\n                    \"address\": \"0x9e21B0881af873DB0Eb93613a7c18ca277316d4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.41461,\n                    \"bonus\": 0.03294670899951663,\n                    \"roi\": {\n                        \"baseRoi\": 1.3373533032364562,\n                        \"bonusRoi\": 0.07455186065249997,\n                        \"totalRoi\": 1.4119051638889561\n                    },\n                    \"liquidity\": 4503.204056262356,\n                    \"skewImpact\": -0.03189584584806693\n                },\n                {\n                    \"address\": \"0x890844888934734A481d9B27D51d1377FB101946\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.273728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.653261631985036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.653261631985036\n                    },\n                    \"liquidity\": 3438.2534732625695,\n                    \"skewImpact\": 0.00002633017081104\n                },\n                {\n                    \"address\": \"0x763124D818DB3fDFeaD14902C5C42884b97A67E3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 26000,\n                    \"price\": 0.119035,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.400890494392406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.400890494392406\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.000031437829265471\n                },\n                {\n                    \"address\": \"0x740Be4fC2c313cB27c66e25146Fbf3E6800DAB99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.46304,\n                    \"bonus\": 0.07329700054491466,\n                    \"roi\": {\n                        \"baseRoi\": 1.0215837641344214,\n                        \"bonusRoi\": 0.13805687166378178,\n                        \"totalRoi\": 1.1596406357982032\n                    },\n                    \"liquidity\": 5502.148649202929,\n                    \"skewImpact\": -0.06829144263675539\n                },\n                {\n                    \"address\": \"0x6453079ac9d40a92ECd30269B96c8100F4f5810C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.194161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.1503649033534025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.1503649033534025\n                    },\n                    \"liquidity\": 3068.676192347094,\n                    \"skewImpact\": 0.000028957276681933\n                },\n                {\n                    \"address\": \"0x1C64533ad4D3bf4B9e410a4f12ac08fecC1e7a8C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.34774,\n                    \"bonus\": 0.013646081229175613,\n                    \"roi\": {\n                        \"baseRoi\": 1.8375120935967233,\n                        \"bonusRoi\": 0.03819964505859419,\n                        \"totalRoi\": 1.8757117386553175\n                    },\n                    \"liquidity\": 3897.90108123389,\n                    \"skewImpact\": -0.013462372599150183\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xCBBcc971dda009Da583CcED5e5931c0194f105F0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.946734,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05626289961066153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05626289961066153\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.027427249852173197\n                },\n                {\n                    \"address\": \"0x05439e3057206f07FF051C2555AAFE61d786099B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.994881,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005145338990291286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005145338990291286\n                    },\n                    \"liquidity\": 2825.367107231842,\n                    \"skewImpact\": 0.009227193407013858\n                },\n                {\n                    \"address\": \"0xC3F647665c6Fa1d1071C7fb1360C3B437B97959F\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.922309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0842353267722639,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0842353267722639\n                    },\n                    \"liquidity\": 2825.367107231842,\n                    \"skewImpact\": 0.01597154479199447\n                },\n                {\n                    \"address\": \"0x9141926a57B087C8D73e98B45178e03C7377bEd9\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.874163,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1439514140955405,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1439514140955405\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.034171601237153806\n                },\n                {\n                    \"address\": \"0x4F58E81B6B9A578a6F88c9bd3C6209cBbE9387A3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.98824,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.011899943333603166,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.011899943333603166\n                    },\n                    \"liquidity\": 3438.2534732625695,\n                    \"skewImpact\": 0.006752545834846211\n                },\n                {\n                    \"address\": \"0x8fdB641Ad407F5b7F3c1cdC1d9305B8C2a3B21Dd\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.91022,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09863549471556324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09863549471556324\n                    },\n                    \"liquidity\": 3068.676192347094,\n                    \"skewImpact\": 0.006753859387781658\n                },\n                {\n                    \"address\": \"0x5021378553813BC4F867ace85132be3be94f8f41\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.983103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.017187415764167185,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.017187415764167185\n                    },\n                    \"liquidity\": 3068.676192347094,\n                    \"skewImpact\": 0.000018136990435446\n                },\n                {\n                    \"address\": \"0x47F29ff4a2447d32FD8a9cDA5F23Dc0C56D5b939\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.844289,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18442855467736766,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18442855467736766\n                    },\n                    \"liquidity\": 2825.367107231842,\n                    \"skewImpact\": 0.015972858344929914\n                },\n                {\n                    \"address\": \"0x39E491718F4F15F20955e8c6801a4638e4bf7be3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.796142,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2560573365052968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2560573365052968\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.03417291479008926\n                },\n                {\n                    \"address\": \"0xFc54ACA2dC3F88da2DBc2Ee688A6fa7999Bb76Bc\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.987458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01270129970084809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01270129970084809\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.000018063713791768\n                },\n                {\n                    \"address\": \"0xA7e267Ee5477F66BAe581fAF8d021e5399e8707e\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.770622,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2976530646672428,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2976530646672428\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.015974098621221684\n                },\n                {\n                    \"address\": \"0x93984699B0Cb2C53a0E9f07280b32f06D907bFcf\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.722476,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38412902297100526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38412902297100526\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.03417415506638102\n                },\n                {\n                    \"address\": \"0x86c2f5B281f6103e9911d3Ff40Cf9cD73232072A\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.909437,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09958138936506866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09958138936506866\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.000019377266727215\n                },\n                {\n                    \"address\": \"0x3AF26CF51e6aaB6106fd31a67fcfFb37e73eF846\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.836553,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19538152394408964,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19538152394408964\n                    },\n                    \"liquidity\": 2785.9231003327645,\n                    \"skewImpact\": 0.006755099664073427\n                },\n                {\n                    \"address\": \"0x9e21B0881af873DB0Eb93613a7c18ca277316d4C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 34000,\n                    \"price\": 0.705018,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4184035017545651,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4184035017545651\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.01597520314408895\n                },\n                {\n                    \"address\": \"0x890844888934734A481d9B27D51d1377FB101946\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.843832,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18507001393642333,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18507001393642333\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.000020481789594479\n                },\n                {\n                    \"address\": \"0x763124D818DB3fDFeaD14902C5C42884b97A67E3\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 26000,\n                    \"price\": 0.995524,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0044961246539511205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0044961246539511205\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.000017927960367263\n                },\n                {\n                    \"address\": \"0x740Be4fC2c313cB27c66e25146Fbf3E6800DAB99\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.656871,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5223689278412352,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5223689278412352\n                    },\n                    \"liquidity\": 1607.0686795989495,\n                    \"skewImpact\": 0.03417525958924829\n                },\n                {\n                    \"address\": \"0x6453079ac9d40a92ECd30269B96c8100F4f5810C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.921854,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08477047341553007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08477047341553007\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.000019168236659032\n                },\n                {\n                    \"address\": \"0x1C64533ad4D3bf4B9e410a4f12ac08fecC1e7a8C\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.770949,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2971026617843723,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2971026617843723\n                    },\n                    \"liquidity\": 2574.6560414176433,\n                    \"skewImpact\": 0.006756204186940691\n                }\n            ]\n        },\n        \"2024-04-19T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x0436d042FF6E9867532bCdC5c33161E34039A6E4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.492052,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0323055286839604,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0323055286839604\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": 0.052271139216412084\n                },\n                {\n                    \"address\": \"0x637Fd06ADC378A5D955ad313131E27B9E7Ffce63\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.616646,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.621675969681146,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.621675969681146\n                    },\n                    \"liquidity\": 1503.7198604283417,\n                    \"skewImpact\": 0.08055052422123365\n                },\n                {\n                    \"address\": \"0x60a9ec92a01902F69cCb34A10A6072d144588bB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.672459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.487079509680144,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.487079509680144\n                    },\n                    \"liquidity\": 1657.0981651245236,\n                    \"skewImpact\": 0.0742145123538441\n                },\n                {\n                    \"address\": \"0xAAFbd9007187E293B0EB19d99AbfcFAf831Ea109\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.708343,\n                    \"bonus\": 0.00031027671429893956,\n                    \"roi\": {\n                        \"baseRoi\": 0.41130767962635423,\n                        \"bonusRoi\": 0.0004377600829392758,\n                        \"totalRoi\": 0.4117454397092935\n                    },\n                    \"liquidity\": 7088.1701978361,\n                    \"skewImpact\": -0.000310180472521086\n                },\n                {\n                    \"address\": \"0xFD4910fbDdA10b3c356a208e06841a8fDE54746a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.772426,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29462239748532554,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29462239748532554\n                    },\n                    \"liquidity\": 8886.830014316432,\n                    \"skewImpact\": 0.000174625848266273\n                },\n                {\n                    \"address\": \"0x731Bf8Fbe52336C4DbDcDcbDA47d7cCBb24388fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.833241,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20013297473360048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20013297473360048\n                    },\n                    \"liquidity\": 11808.78047383927,\n                    \"skewImpact\": 0.000006351206220333\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x0436d042FF6E9867532bCdC5c33161E34039A6E4\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 36000,\n                    \"price\": 0.557544,\n                    \"bonus\": 0.05512751238521178,\n                    \"roi\": {\n                        \"baseRoi\": 0.7045237367994506,\n                        \"bonusRoi\": 0.08905668017212465,\n                        \"totalRoi\": 0.7935804169715752\n                    },\n                    \"liquidity\": 5229.2272951726845,\n                    \"skewImpact\": -0.05224725138726695\n                },\n                {\n                    \"address\": \"0x637Fd06ADC378A5D955ad313131E27B9E7Ffce63\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 32000,\n                    \"price\": 0.432207,\n                    \"bonus\": 0.08758000931814608,\n                    \"roi\": {\n                        \"baseRoi\": 1.141274831884073,\n                        \"bonusRoi\": 0.1724313320605182,\n                        \"totalRoi\": 1.3137061639445913\n                    },\n                    \"liquidity\": 4434.462222400729,\n                    \"skewImpact\": -0.08052741735576219\n                },\n                {\n                    \"address\": \"0x60a9ec92a01902F69cCb34A10A6072d144588bB0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 30000,\n                    \"price\": 0.376436,\n                    \"bonus\": 0.08013713636035855,\n                    \"roi\": {\n                        \"baseRoi\": 1.4730169064446301,\n                        \"bonusRoi\": 0.18347715894762784,\n                        \"totalRoi\": 1.656494065392258\n                    },\n                    \"liquidity\": 3712.55368539087,\n                    \"skewImpact\": -0.07419163147226794\n                },\n                {\n                    \"address\": \"0xAAFbd9007187E293B0EB19d99AbfcFAf831Ea109\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 28000,\n                    \"price\": 0.342267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9216956352788905,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9216956352788905\n                    },\n                    \"liquidity\": 3249.013937977504,\n                    \"skewImpact\": 0.000334917861219878\n                },\n                {\n                    \"address\": \"0xFD4910fbDdA10b3c356a208e06841a8fDE54746a\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 26000,\n                    \"price\": 0.278171,\n                    \"bonus\": 0.00016579561964593915,\n                    \"roi\": {\n                        \"baseRoi\": 2.5943152209917826,\n                        \"bonusRoi\": 0.0005958229344358301,\n                        \"totalRoi\": 2.5949110439262184\n                    },\n                    \"liquidity\": 2980.105231330981,\n                    \"skewImpact\": -0.000165768136015111\n                },\n                {\n                    \"address\": \"0x731Bf8Fbe52336C4DbDcDcbDA47d7cCBb24388fA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 24000,\n                    \"price\": 0.217382,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.600196888426825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.600196888426825\n                    },\n                    \"liquidity\": 2747.688675643293,\n                    \"skewImpact\": 0.000027295668779666\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x88c1604b57f07cFC50e949c1F2Cd2Fa838B0D740\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.179401,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.574104938099564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.574104938099564\n                    },\n                    \"liquidity\": 1503.7198604283417,\n                    \"skewImpact\": 0.028303272833966702\n                },\n                {\n                    \"address\": \"0xc374e4dEe1C9e059013bB130b897D8D60362c18D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.236889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2213863877174544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2213863877174544\n                    },\n                    \"liquidity\": 1657.0981651245236,\n                    \"skewImpact\": 0.021967260966577154\n                },\n                {\n                    \"address\": \"0x6FE06d944C41cAB19AC4C282513dB0B992eDB510\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.107795,\n                    \"bonus\": 0.0063530109565630094,\n                    \"roi\": {\n                        \"baseRoi\": 8.218671531696058,\n                        \"bonusRoi\": 0.058196597623483726,\n                        \"totalRoi\": 8.276868129319542\n                    },\n                    \"liquidity\": 1657.0981651245236,\n                    \"skewImpact\": -0.006312905001918083\n                },\n                {\n                    \"address\": \"0x989F0Ed0B4d12651b469e6FFAA5E41f6ab1D3Ef0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.273846,\n                    \"bonus\": 0.05547294751908388,\n                    \"roi\": {\n                        \"baseRoi\": 2.469347452438748,\n                        \"bonusRoi\": 0.18233999232947928,\n                        \"totalRoi\": 2.6516874447682275\n                    },\n                    \"liquidity\": 5229.2272951726845,\n                    \"skewImpact\": -0.052557431859788034\n                },\n                {\n                    \"address\": \"0x530b56C1CF4649911ed1ed9Cd299A2e1Cc00a75B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.144752,\n                    \"bonus\": 0.08794702398323435,\n                    \"roi\": {\n                        \"baseRoi\": 5.391679405392166,\n                        \"bonusRoi\": 0.5166880092204131,\n                        \"totalRoi\": 5.908367414612579\n                    },\n                    \"liquidity\": 4434.462222400729,\n                    \"skewImpact\": -0.08083759782828327\n                },\n                {\n                    \"address\": \"0xA33273991c1dc0F3d9ABeed1bDD1D62C3B38e3DA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.210764,\n                    \"bonus\": 0.08737349579868905,\n                    \"roi\": {\n                        \"baseRoi\": 3.3917536336406617,\n                        \"bonusRoi\": 0.352889664076216,\n                        \"totalRoi\": 3.7446432977168778\n                    },\n                    \"liquidity\": 4434.462222400729,\n                    \"skewImpact\": -0.08035279150749591\n                },\n                {\n                    \"address\": \"0x80cA7a86C8FE9e501180AA6bE904b776F9299929\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.118122,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.465823470648989,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.465823470648989\n                    },\n                    \"liquidity\": 3249.013937977504,\n                    \"skewImpact\": 0.000509543709486151\n                },\n                {\n                    \"address\": \"0x44A7BB9BB38f0309D926A92318cF2457d4F85508\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.339858,\n                    \"bonus\": 0.05493313827824592,\n                    \"roi\": {\n                        \"baseRoi\": 1.7967701906740647,\n                        \"bonusRoi\": 0.14563516685761035,\n                        \"totalRoi\": 1.942405357531675\n                    },\n                    \"liquidity\": 5229.2272951726845,\n                    \"skewImpact\": -0.052072625539000675\n                },\n                {\n                    \"address\": \"0x176399fE8346f273966189B457c0759208f42028\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.153321,\n                    \"bonus\": 0.07993343946222281,\n                    \"roi\": {\n                        \"baseRoi\": 5.072775117291546,\n                        \"bonusRoi\": 0.44948863000986616,\n                        \"totalRoi\": 5.5222637473014125\n                    },\n                    \"liquidity\": 3712.55368539087,\n                    \"skewImpact\": -0.07401700562400167\n                },\n                {\n                    \"address\": \"0xF466C0E9bbADa0113C83E68B4Bcf493F47ebEC49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.402499,\n                    \"bonus\": 0.055120441672389095,\n                    \"roi\": {\n                        \"baseRoi\": 1.3611306326133756,\n                        \"bonusRoi\": 0.12334758969276693,\n                        \"totalRoi\": 1.4844782223061426\n                    },\n                    \"liquidity\": 5229.2272951726845,\n                    \"skewImpact\": -0.052240900181046615\n                },\n                {\n                    \"address\": \"0xd4dB03c40011e9e9D0314ECc8fd7bb62790dc729\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 26000,\n                    \"price\": 0.114752,\n                    \"bonus\": 0.00015944234760431234,\n                    \"roi\": {\n                        \"baseRoi\": 7.71305605549282,\n                        \"bonusRoi\": 0.0013890086454955153,\n                        \"totalRoi\": 7.7144450641383155\n                    },\n                    \"liquidity\": 2980.105231330981,\n                    \"skewImpact\": -0.000159416929794778\n                },\n                {\n                    \"address\": \"0xB6573D36C85F2eC2e1182A05beae4B0a03062B3b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.180762,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.532136179064183,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.532136179064183\n                    },\n                    \"liquidity\": 3249.013937977504,\n                    \"skewImpact\": 0.000341269067440211\n                },\n                {\n                    \"address\": \"0x421D12B2115d7b0c41529eF97Ab7bA86eb03A6c5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.215962,\n                    \"bonus\": 0.08012972648281713,\n                    \"roi\": {\n                        \"baseRoi\": 3.3106569507953116,\n                        \"bonusRoi\": 0.31978729402553663,\n                        \"totalRoi\": 3.6304442448208483\n                    },\n                    \"liquidity\": 3712.55368539087,\n                    \"skewImpact\": -0.0741852802660476\n                },\n                {\n                    \"address\": \"0x282062821E8a98F928Abd1A3e85462D0342Eb0c2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.273405,\n                    \"bonus\": 0.08757249697102643,\n                    \"roi\": {\n                        \"baseRoi\": 2.3850127507447874,\n                        \"bonusRoi\": 0.2725648356197632,\n                        \"totalRoi\": 2.6575775863645505\n                    },\n                    \"liquidity\": 4434.462222400729,\n                    \"skewImpact\": -0.08052106614954185\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x88c1604b57f07cFC50e949c1F2Cd2Fa838B0D740\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 32000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.933501,\n                    \"bonus\": 0.014330603833588406,\n                    \"roi\": {\n                        \"baseRoi\": 0.05631240297892361,\n                        \"bonusRoi\": 0.014923728530308801,\n                        \"totalRoi\": 0.07123613150923241\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": -0.01412813906967505\n                },\n                {\n                    \"address\": \"0xc374e4dEe1C9e059013bB130b897D8D60362c18D\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 30000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.877172,\n                    \"bonus\": 0.01108170433495597,\n                    \"roi\": {\n                        \"baseRoi\": 0.12766775332531247,\n                        \"bonusRoi\": 0.012359516126972891,\n                        \"totalRoi\": 0.14002726945228536\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": -0.010960246127927927\n                },\n                {\n                    \"address\": \"0x989F0Ed0B4d12651b469e6FFAA5E41f6ab1D3Ef0\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.842662,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18671543275951683,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18671543275951683\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": 0.02630302853881598\n                },\n                {\n                    \"address\": \"0x530b56C1CF4649911ed1ed9Cd299A2e1Cc00a75B\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 28000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.968502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03252239024803256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03252239024803256\n                    },\n                    \"liquidity\": 1503.7198604283417,\n                    \"skewImpact\": 0.040442721041226766\n                },\n                {\n                    \"address\": \"0xA33273991c1dc0F3d9ABeed1bDD1D62C3B38e3DA\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.903765,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10648232671103657,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10648232671103657\n                    },\n                    \"liquidity\": 1503.7198604283417,\n                    \"skewImpact\": 0.04019237804260927\n                },\n                {\n                    \"address\": \"0x80cA7a86C8FE9e501180AA6bE904b776F9299929\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.996379,\n                    \"bonus\": 0.00023803094951770374,\n                    \"roi\": {\n                        \"baseRoi\": 0.0033953769740505874,\n                        \"bonusRoi\": 0.00023878231674135568,\n                        \"totalRoi\": 0.003634159290791943\n                    },\n                    \"liquidity\": 2980.105231330981,\n                    \"skewImpact\": -0.000237974304268098\n                },\n                {\n                    \"address\": \"0x44A7BB9BB38f0309D926A92318cF2457d4F85508\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.777925,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2854709644245911,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2854709644245911\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": 0.026052685540198486\n                },\n                {\n                    \"address\": \"0x176399fE8346f273966189B457c0759208f42028\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 26000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.960136,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.041519118124932315,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.041519118124932315\n                    },\n                    \"liquidity\": 1657.0981651245236,\n                    \"skewImpact\": 0.037024372108914495\n                },\n                {\n                    \"address\": \"0xF466C0E9bbADa0113C83E68B4Bcf493F47ebEC49\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 36000,\n                    \"price\": 0.716528,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39561887323314643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39561887323314643\n                    },\n                    \"liquidity\": 2047.0133547000114,\n                    \"skewImpact\": 0.026149217442595876\n                },\n                {\n                    \"address\": \"0xd4dB03c40011e9e9D0314ECc8fd7bb62790dc729\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 26000,\n                    \"price\": 0.999706,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.00029408646141967383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.00029408646141967383\n                    },\n                    \"liquidity\": 2747.688675643293,\n                    \"skewImpact\": 0.000100960758522969\n                },\n                {\n                    \"address\": \"0xB6573D36C85F2eC2e1182A05beae4B0a03062B3b\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 28000,\n                    \"price\": 0.934982,\n                    \"bonus\": 0.00014146241065384732,\n                    \"roi\": {\n                        \"baseRoi\": 0.06938804982475937,\n                        \"bonusRoi\": 0.0001512568142989501,\n                        \"totalRoi\": 0.06953930663905832\n                    },\n                    \"liquidity\": 2747.688675643293,\n                    \"skewImpact\": -0.00014144240187071\n                },\n                {\n                    \"address\": \"0x421D12B2115d7b0c41529eF97Ab7bA86eb03A6c5\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 30000,\n                    \"price\": 0.898739,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11267008553094954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11267008553094954\n                    },\n                    \"liquidity\": 1657.0981651245236,\n                    \"skewImpact\": 0.037120904011311885\n                },\n                {\n                    \"address\": \"0x282062821E8a98F928Abd1A3e85462D0342Eb0c2\",\n                    \"asset\": \"BTC\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 24000,\n                    \"rightPrice\": 32000,\n                    \"price\": 0.842368,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18712961555994528,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18712961555994528\n                    },\n                    \"liquidity\": 1503.7198604283417,\n                    \"skewImpact\": 0.040288909945006654\n                }\n            ]\n        }\n    },\n    \"ETH\": {\n        \"2023-10-27T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x7b2dd64cA7EAe1a232A944a00867201d0a207E40\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xa4E1E1e4BDAdBFF968BcFD75F2e99FdcF17e5eA6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.111036,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.006088115566122,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.006088115566122\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.003188821561291215\n                },\n                {\n                    \"address\": \"0x3ddbD3b0604252C7daD39dFa100D90de09B9164C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.240134,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1643415759534266,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1643415759534266\n                    },\n                    \"liquidity\": 2827.8530225105806,\n                    \"skewImpact\": 0.000026521887595634\n                },\n                {\n                    \"address\": \"0x4058Fc3aed7FDFAb94075D95C6a766fCF053Bc39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.446783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2382230299720447,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2382230299720447\n                    },\n                    \"liquidity\": 3847.3461105349547,\n                    \"skewImpact\": 0.00001949395709282\n                },\n                {\n                    \"address\": \"0x803848A7E331B1b1c46A26c437bF69725ac25BB1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.673204,\n                    \"bonus\": 0.013267250576687943,\n                    \"roi\": {\n                        \"baseRoi\": 0.4662356277647704,\n                        \"bonusRoi\": 0.019198208041315057,\n                        \"totalRoi\": 0.48543383580608546\n                    },\n                    \"liquidity\": 6696.755702439998,\n                    \"skewImpact\": -0.013093535362104182\n                },\n                {\n                    \"address\": \"0x382633Aa6fbC1320D3E1450D48c60b27f3F57384\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.873632,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1446467162375005,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1446467162375005\n                    },\n                    \"liquidity\": 13150.791423121129,\n                    \"skewImpact\": 0.002811235091781142\n                },\n                {\n                    \"address\": \"0xeFF5CA3DA37168fA94a04e199d4aac2123bCFE4e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.981276,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.019081277846395878,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.019081277846395878\n                    },\n                    \"liquidity\": 56952.99567875635,\n                    \"skewImpact\": 0.000001316875418161\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xa4E1E1e4BDAdBFF968BcFD75F2e99FdcF17e5eA6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.939553,\n                    \"bonus\": 0.003167444095936528,\n                    \"roi\": {\n                        \"baseRoi\": 0.06098591031729454,\n                        \"bonusRoi\": 0.0033500026115131226,\n                        \"totalRoi\": 0.06433591292880766\n                    },\n                    \"liquidity\": 28483.24606045943,\n                    \"skewImpact\": -0.003157443071521382\n                },\n                {\n                    \"address\": \"0x3ddbD3b0604252C7daD39dFa100D90de09B9164C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.810488,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23382456001816193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23382456001816193\n                    },\n                    \"liquidity\": 10526.334398015071,\n                    \"skewImpact\": 0.000007124987404365\n                },\n                {\n                    \"address\": \"0x4058Fc3aed7FDFAb94075D95C6a766fCF053Bc39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.603833,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6560870306856367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6560870306856367\n                    },\n                    \"liquidity\": 5299.260583003621,\n                    \"skewImpact\": 0.000014152917907179\n                },\n                {\n                    \"address\": \"0x803848A7E331B1b1c46A26c437bF69725ac25BB1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.37718,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6512540431624156,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6512540431624156\n                    },\n                    \"liquidity\": 3020.4614872015986,\n                    \"skewImpact\": 0.013116237752458576\n                },\n                {\n                    \"address\": \"0x382633Aa6fbC1320D3E1450D48c60b27f3F57384\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.17689,\n                    \"bonus\": 0.0028135212142200495,\n                    \"roi\": {\n                        \"baseRoi\": 4.637414336600623,\n                        \"bonusRoi\": 0.015816484813815812,\n                        \"totalRoi\": 4.6532308214144384\n                    },\n                    \"liquidity\": 2594.381610947602,\n                    \"skewImpact\": -0.002805627521668635\n                },\n                {\n                    \"address\": \"0xeFF5CA3DA37168fA94a04e199d4aac2123bCFE4e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x671c0CfeaDe7d4498Be9F8412CC813f39510400C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.631116,\n                    \"bonus\": 0.016519435422410834,\n                    \"roi\": {\n                        \"baseRoi\": 0.5591569421566509,\n                        \"bonusRoi\": 0.02533782584162514,\n                        \"totalRoi\": 0.584494767998276\n                    },\n                    \"liquidity\": 6696.755702439998,\n                    \"skewImpact\": -0.016250978433625565\n                },\n                {\n                    \"address\": \"0x809d10F9FF48a8A15d33D1e2B0a9BE9CB469157D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.837565,\n                    \"bonus\": 0.00034632788121632366,\n                    \"roi\": {\n                        \"baseRoi\": 0.19352397943890062,\n                        \"bonusRoi\": 0.00041320752569315444,\n                        \"totalRoi\": 0.19393718696459378\n                    },\n                    \"liquidity\": 13150.791423121129,\n                    \"skewImpact\": -0.00034620797974024\n                },\n                {\n                    \"address\": \"0x37F6F4a6C6f2C81bf8ACDf6b04ACCFf9aebe93B1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.704641,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4191623819789085,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4191623819789085\n                    },\n                    \"liquidity\": 10526.334398015071,\n                    \"skewImpact\": 0.002818360079185507\n                },\n                {\n                    \"address\": \"0x688ca67812D67589f52264bdFF626861d2626541\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.948438,\n                    \"bonus\": 0.003166118866798701,\n                    \"roi\": {\n                        \"baseRoi\": 0.051047937342011816,\n                        \"bonusRoi\": 0.0033172399284054355,\n                        \"totalRoi\": 0.05436517727041725\n                    },\n                    \"liquidity\": 28483.24606045943,\n                    \"skewImpact\": -0.003156126196103221\n                },\n                {\n                    \"address\": \"0x3E3B454ce1dD68304b18C6F2E92A6B6a7A69885F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.602659,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6593131439172071,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6593131439172071\n                    },\n                    \"liquidity\": 5299.260583003621,\n                    \"skewImpact\": 0.00001546979332534\n                },\n                {\n                    \"address\": \"0x3dfbc1E0Bb53B3f37180471845E11e47052a43B2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.815514,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2262205185931818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2262205185931818\n                    },\n                    \"liquidity\": 10526.334398015071,\n                    \"skewImpact\": 0.000008441862822526\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x4B95CFE4D84eb20E918d9e884e9b097533BEDf76\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.916491,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09111818883109606,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09111818883109606\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003562493702182\n                },\n                {\n                    \"address\": \"0xb02b694f94aadbbbff88BE02bE52e3B6E5F09D0d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.707769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41289036394642886,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41289036394642886\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007076458953589\n                },\n                {\n                    \"address\": \"0x682C74Dd408613d740fC13BAef80598B56EcEAc2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.707769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41289036394642886,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41289036394642886\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007076458953589\n                },\n                {\n                    \"address\": \"0xE058aA359C9d2A97BC205b2A8212396169528291\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.47885,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0883366398663465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0883366398663465\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.006558118876229288\n                },\n                {\n                    \"address\": \"0x671c0CfeaDe7d4498Be9F8412CC813f39510400C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.493098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0279944351832697,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0279944351832697\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.008152529656874895\n                },\n                {\n                    \"address\": \"0x2512c3F2EB19c1ef8c31D2D78B49A5B0Dc4B65AF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.47885,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0883366398663465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0883366398663465\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.006558118876229288\n                },\n                {\n                    \"address\": \"0x809d10F9FF48a8A15d33D1e2B0a9BE9CB469157D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.290805,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.438730420728667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.438730420728667\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.00019159701981129\n                },\n                {\n                    \"address\": \"0x37F6F4a6C6f2C81bf8ACDf6b04ACCFf9aebe93B1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.421194,\n                    \"bonus\": 0.0013914863608290578,\n                    \"roi\": {\n                        \"baseRoi\": 1.3709083590001045,\n                        \"bonusRoi\": 0.0032945023891837177,\n                        \"totalRoi\": 1.3742028613892883\n                    },\n                    \"liquidity\": 2594.381610947602,\n                    \"skewImpact\": -0.0013895528170365\n                },\n                {\n                    \"address\": \"0x688ca67812D67589f52264bdFF626861d2626541\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.210044,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.760907238483365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.760907238483365\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.001594410780645607\n                },\n                {\n                    \"address\": \"0x3E3B454ce1dD68304b18C6F2E92A6B6a7A69885F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.549149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8209994008911972,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8209994008911972\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000974697854641\n                },\n                {\n                    \"address\": \"0x3dfbc1E0Bb53B3f37180471845E11e47052a43B2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.340433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9374355600074025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9374355600074025\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013260943797817\n                },\n                {\n                    \"address\": \"0xE26d6A4d5ca11c86b15039e778a8C435fd8E728C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.210044,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.760907238483365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.760907238483365\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.001594410780645607\n                },\n                {\n                    \"address\": \"0xce1bE7B7A5A75ef98bB5670D16A0Fe3244552Af3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.549149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8209994008911972,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8209994008911972\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000974697854641\n                },\n                {\n                    \"address\": \"0x4F48b548E2112E02daBd8e7f13Dc6A98f58490E4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.777834,\n                    \"bonus\": 0.006589910292777882,\n                    \"roi\": {\n                        \"baseRoi\": 0.2772594328809319,\n                        \"bonusRoi\": 0.00836192077550374,\n                        \"totalRoi\": 0.28562135365643565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.006546767681052091\n                },\n                {\n                    \"address\": \"0x4B1Be7Cb8C3FbB3F5eB1C96Bab76FC0C684A3Eee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.340433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9374355600074025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9374355600074025\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013260943797817\n                },\n                {\n                    \"address\": \"0xfAb235a4f6A15bEB38Da36A22D312864A4E5A5ae\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.195335,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.119410243939898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.119410243939898\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.001594410780645607\n                },\n                {\n                    \"address\": \"0xC8F99D3961CBAef060B09159ff5f1feff01CB55a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.965556,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03567271085260724,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03567271085260724\n                    },\n                    \"liquidity\": 2788.925488076263,\n                    \"skewImpact\": 0.001405617545890571\n                },\n                {\n                    \"address\": \"0x9d4F47b0b00EFFa6F971a0d8357dDEdD336185c3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.325723,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.070093300135391,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.070093300135391\n                    },\n                    \"liquidity\": 2788.925488076263,\n                    \"skewImpact\": 0.000013260943797817\n                },\n                {\n                    \"address\": \"0x991355A4bB856FCF31f56d4a6ed54E83617386e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.763124,\n                    \"bonus\": 0.006589910292777882,\n                    \"roi\": {\n                        \"baseRoi\": 0.3018799221561724,\n                        \"bonusRoi\": 0.008523105398982433,\n                        \"totalRoi\": 0.3104030275551548\n                    },\n                    \"liquidity\": 2788.925488076263,\n                    \"skewImpact\": -0.006546767681052091\n                },\n                {\n                    \"address\": \"0x4d793501c07a5b150e26709f1B0ea74116f2a05D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.534439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8711209324169831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8711209324169831\n                    },\n                    \"liquidity\": 2788.925488076263,\n                    \"skewImpact\": 0.00000974697854641\n                },\n                {\n                    \"address\": \"0xFECea889BC9a8F5b82Fe8dE001e1eAdD3728D020\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.210044,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.760907238483365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.760907238483365\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.001594410780645607\n                },\n                {\n                    \"address\": \"0x9f3D50f10dbB7A44453A920873035867CAa4eAc5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.340433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9374355600074025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9374355600074025\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013260943797817\n                },\n                {\n                    \"address\": \"0x4E1Cf947c5F364339e17E2bcC6de4774C7Ea1eCF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.549149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8209994008911972,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8209994008911972\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000974697854641\n                },\n                {\n                    \"address\": \"0x447614E1D24d6dDA80CDF929Fe44E43330d5E5C4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.777834,\n                    \"bonus\": 0.006589910292777882,\n                    \"roi\": {\n                        \"baseRoi\": 0.2772594328809319,\n                        \"bonusRoi\": 0.00836192077550374,\n                        \"totalRoi\": 0.28562135365643565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.006546767681052091\n                },\n                {\n                    \"address\": \"0x336c8604b0aDF56479294d0662b4a4E40c1D5caa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.980266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.020131270491886927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.020131270491886927\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.001405617545890571\n                },\n                {\n                    \"address\": \"0xB1Fe8517468040420436642FACF77A54D2C88312\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.340433,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9374355600074025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9374355600074025\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013260943797817\n                },\n                {\n                    \"address\": \"0x9359277D0A9F174af03d3FCb85fD73caEA72b63D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.549149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8209994008911972,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8209994008911972\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000974697854641\n                },\n                {\n                    \"address\": \"0x72B467Bf92dC139953FFC705d9546914B7E13D1e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.777834,\n                    \"bonus\": 0.006589910292777882,\n                    \"roi\": {\n                        \"baseRoi\": 0.2772594328809319,\n                        \"bonusRoi\": 0.00836192077550374,\n                        \"totalRoi\": 0.28562135365643565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.006546767681052091\n                },\n                {\n                    \"address\": \"0x55c2773a12f0615aA5bF6330828Bb13b6e2f2702\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.210044,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.760907238483365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.760907238483365\n                    },\n                    \"liquidity\": 2362.8798321563677,\n                    \"skewImpact\": 0.001594410780645607\n                },\n                {\n                    \"address\": \"0x22a4Ee48A08cAa4ad226457CC00b2baa851E4b6b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.980266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.020131270491886927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.020131270491886927\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.001405617545890571\n                },\n                {\n                    \"address\": \"0xC76F2AE50539A7808a2c2b181CA53BD528AeEb29\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.980266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.020131270491886927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.020131270491886927\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.001405617545890571\n                },\n                {\n                    \"address\": \"0x44Ec35DA8E005d762874b97f63AD0939D3423699\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.777834,\n                    \"bonus\": 0.006589910292777882,\n                    \"roi\": {\n                        \"baseRoi\": 0.2772594328809319,\n                        \"bonusRoi\": 0.00836192077550374,\n                        \"totalRoi\": 0.28562135365643565\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.006546767681052091\n                }\n            ]\n        },\n        \"2023-11-03T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x9276ab1811e98167bf78Be32Bac3fe87FCBe9cc3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.098414,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.16115593309895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.16115593309895\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000031341699979355\n                },\n                {\n                    \"address\": \"0xE10b324192aa2BaD09F9cc87b0807D35f14a676d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.143853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.951540809020319,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.951540809020319\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.000029796329452643\n                },\n                {\n                    \"address\": \"0x33596bD3d935b56Ac2f796D8b5c478B3798E6486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.205683,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8618505175439872,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8618505175439872\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": 0.000027693533082172\n                },\n                {\n                    \"address\": \"0xc4F2D86E0b1Ab0e1bbb12982bD39f1d425474236\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.284992,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.508870424432966,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.508870424432966\n                    },\n                    \"liquidity\": 3000.443919044025,\n                    \"skewImpact\": 0.000024996301221952\n                },\n                {\n                    \"address\": \"0x3d7873B31bBd74e6B0548fFa76ebf489D36820D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.380512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6280380119418048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6280380119418048\n                    },\n                    \"liquidity\": 3448.6335666152067,\n                    \"skewImpact\": 0.000021747744012597\n                },\n                {\n                    \"address\": \"0xCEEa742D8f4cE709c5ac2247dEBb15d227405C4F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.488243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0481604446965958,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0481604446965958\n                    },\n                    \"liquidity\": 3971.064063418668,\n                    \"skewImpact\": 0.000318648702594296\n                },\n                {\n                    \"address\": \"0x9B333E051adf62bf2511fa76cE78e6e8ea545306\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.600801,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6644446330815028,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6644446330815028\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000014256055568845\n                },\n                {\n                    \"address\": \"0xf8793126c9db6428737dCa041b18FAab49cE1F1b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.710234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4079866635503228,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4079866635503228\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.000010534432615836\n                },\n                {\n                    \"address\": \"0x67515B18C1c157c7Aa99c5aD03eA68ba999Ec7b2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.808077,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23750583174623202,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23750583174623202\n                    },\n                    \"liquidity\": 10406.582930449858,\n                    \"skewImpact\": 0.000007206976632122\n                },\n                {\n                    \"address\": \"0xd7E52A3bC348DDE19dE7bc08daF874dfb95213B0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.888187,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12588903012541283,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12588903012541283\n                    },\n                    \"liquidity\": 16731.285831760306,\n                    \"skewImpact\": 0.000004482620209477\n                },\n                {\n                    \"address\": \"0x0852F2A91648f1f25b11a969Dd893ac0ACE62a7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.947869,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.054998106278399274,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.054998106278399274\n                    },\n                    \"liquidity\": 30575.09545484097,\n                    \"skewImpact\": 0.000002452976806262\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x48B137A1daa02a6D811C1864a2083DB7F4401c32\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.983811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.016455396412522333,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.016455396412522333\n                    },\n                    \"liquidity\": 60941.78288319544,\n                    \"skewImpact\": 0.000001230682734434\n                },\n                {\n                    \"address\": \"0x9276ab1811e98167bf78Be32Bac3fe87FCBe9cc3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.952215,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05018299438677186,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05018299438677186\n                    },\n                    \"liquidity\": 32535.490506505263,\n                    \"skewImpact\": 0.000002305175020644\n                },\n                {\n                    \"address\": \"0xE10b324192aa2BaD09F9cc87b0807D35f14a676d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.906773,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10281183934678242,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10281183934678242\n                    },\n                    \"liquidity\": 19477.75947008056,\n                    \"skewImpact\": 0.000003850545547356\n                },\n                {\n                    \"address\": \"0x33596bD3d935b56Ac2f796D8b5c478B3798E6486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.84494,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18351598930101543,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18351598930101543\n                    },\n                    \"liquidity\": 12597.966156691631,\n                    \"skewImpact\": 0.000005953341917827\n                },\n                {\n                    \"address\": \"0xc4F2D86E0b1Ab0e1bbb12982bD39f1d425474236\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.765628,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3061173311320903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3061173311320903\n                    },\n                    \"liquidity\": 8669.94513015156,\n                    \"skewImpact\": 0.000008650573778047\n                },\n                {\n                    \"address\": \"0x3d7873B31bBd74e6B0548fFa76ebf489D36820D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.670105,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49230344498250284,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49230344498250284\n                    },\n                    \"liquidity\": 6302.981291608969,\n                    \"skewImpact\": 0.000011899130987402\n                },\n                {\n                    \"address\": \"0xCEEa742D8f4cE709c5ac2247dEBb15d227405C4F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.562361,\n                    \"bonus\": 0.0002987039644995503,\n                    \"roi\": {\n                        \"baseRoi\": 0.777686351608797,\n                        \"bonusRoi\": 0.000530843395835312,\n                        \"totalRoi\": 0.7782171950046323\n                    },\n                    \"liquidity\": 4635.1375251356685,\n                    \"skewImpact\": -0.000298614767084764\n                },\n                {\n                    \"address\": \"0x9B333E051adf62bf2511fa76cE78e6e8ea545306\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.449816,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2231312358831168,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2231312358831168\n                    },\n                    \"liquidity\": 3867.809726467806,\n                    \"skewImpact\": 0.000019390819431154\n                },\n                {\n                    \"address\": \"0xf8793126c9db6428737dCa041b18FAab49cE1F1b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.340385,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.937849787740353,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.937849787740353\n                    },\n                    \"liquidity\": 3245.0053851248667,\n                    \"skewImpact\": 0.000023112442384163\n                },\n                {\n                    \"address\": \"0x67515B18C1c157c7Aa99c5aD03eA68ba999Ec7b2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.242545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.122946257395535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.122946257395535\n                    },\n                    \"liquidity\": 2836.622098786893,\n                    \"skewImpact\": 0.000026439898367877\n                },\n                {\n                    \"address\": \"0xd7E52A3bC348DDE19dE7bc08daF874dfb95213B0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.162438,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.156194979007375,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.156194979007375\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000029164254790522\n                },\n                {\n                    \"address\": \"0x0852F2A91648f1f25b11a969Dd893ac0ACE62a7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.102759,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.731507702488345,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.731507702488345\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000031193898193737\n                },\n                {\n                    \"address\": \"0x88e1FFeC4Af43B51aD872a58D19598b665f2602C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xe4Ee4265a7fDfFd4bB077B29dc93E52bFe97d030\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.195164,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.123895800455002,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.123895800455002\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": 0.000028924215816606\n                },\n                {\n                    \"address\": \"0x616Fc0A6c225AcDD6F6159181c25b3CD4186cb82\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.244311,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0931435751971876,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0931435751971876\n                    },\n                    \"liquidity\": 3000.443919044025,\n                    \"skewImpact\": 0.000027301476242596\n                },\n                {\n                    \"address\": \"0x22838Cd3348a970c2Ccb54E37F1cfDAD56373Ee9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.276855,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.611999060880244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.611999060880244\n                    },\n                    \"liquidity\": 3000.443919044025,\n                    \"skewImpact\": 0.000026226983956386\n                },\n                {\n                    \"address\": \"0x7C7efeCB44117aa337F68932c2c7136bf4636bf4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.342699,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.918012599978407,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.918012599978407\n                    },\n                    \"liquidity\": 3448.6335666152067,\n                    \"skewImpact\": 0.000024052919033241\n                },\n                {\n                    \"address\": \"0x72faFF7f7c575965ddf2aFC3755335C3f7ca7C0a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.375243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6649397856855426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6649397856855426\n                    },\n                    \"liquidity\": 3448.6335666152067,\n                    \"skewImpact\": 0.000022978426747031\n                },\n                {\n                    \"address\": \"0x47003BcFcD5d7Dd9773591275ee1038550cDeeaB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.295894,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3795886364711687,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3795886364711687\n                    },\n                    \"liquidity\": 3448.6335666152067,\n                    \"skewImpact\": 0.000025598289559953\n                },\n                {\n                    \"address\": \"0x6F8b5679a1Ec7912BF599e283B9a08752F6Eb5D2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.40686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.45784790837143,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.45784790837143\n                    },\n                    \"liquidity\": 3971.064063418668,\n                    \"skewImpact\": 0.000322499248141652\n                },\n                {\n                    \"address\": \"0x6bB83f9e8bC1ec148e66823359694023dAd84F25\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.486209,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0567286907482174,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0567286907482174\n                    },\n                    \"liquidity\": 3971.064063418668,\n                    \"skewImpact\": 0.00031987938532873\n                },\n                {\n                    \"address\": \"0x0dE5A0d65F85A28990Bd46725010ff0f51fE4A83\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.343173,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9139821606012128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9139821606012128\n                    },\n                    \"liquidity\": 3971.064063418668,\n                    \"skewImpact\": 0.000324602044512123\n                },\n                {\n                    \"address\": \"0x007b6847528cdb38d7F0A5fE4012D9939014d53A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.453665,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2042696703514708,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2042696703514708\n                    },\n                    \"liquidity\": 3971.064063418668,\n                    \"skewImpact\": 0.00032095387761494\n                },\n                {\n                    \"address\": \"0xf8be9E9D9970Ec88e194fc8E56E4A33Cf3603643\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.459108,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.178136734711658,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.178136734711658\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000020209397486672\n                },\n                {\n                    \"address\": \"0x8846042e4353cCb207Da5b29ee57c5624B5F7509\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.522795,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9127956464771085,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9127956464771085\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000018106601116201\n                },\n                {\n                    \"address\": \"0x50472c79151f45E6fD0304B3fD89ea67d4934200\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.5696,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7556179775280899,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7556179775280899\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000016561230589489\n                },\n                {\n                    \"address\": \"0x499e62FC1dA453AcFf06a385123Dc2c0E97ECF02\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.602144,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6607323165222936,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6607323165222936\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000015486738303279\n                },\n                {\n                    \"address\": \"0x0DFFbDe893d9F2156C447dCf17e412Bd57bA9BEd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.377414,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6496102423333525,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6496102423333525\n                    },\n                    \"liquidity\": 5260.922254252501,\n                    \"skewImpact\": 0.000022906629346892\n                },\n                {\n                    \"address\": \"0xcdE574aCa0EaC0AE3D0366D539f3867Bf9f42Db9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.682319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4655901418544698,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4655901418544698\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.00001283960763648\n                },\n                {\n                    \"address\": \"0xBe6E949d4CDd813f630dB2Fa690C63e6584De86c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.391744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5526874693677506,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5526874693677506\n                    },\n                    \"liquidity\": 6302.981291608969,\n                    \"skewImpact\": 0.000022433563603238\n                },\n                {\n                    \"address\": \"0xB7C6708950C18F0b4db9Abf0BCFdCc1473a99086\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.571827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7487806626829444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7487806626829444\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.000016487774533663\n                },\n                {\n                    \"address\": \"0x9f16c70ee42d296100169fA034df77A79B838b8D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.490133,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.040262540983774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.040262540983774\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.000019185006393883\n                },\n                {\n                    \"address\": \"0x558FCFd7bad1Efb0e118cB138ff854341f997069\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.714863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39886943372366446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39886943372366446\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.00001176511535027\n                },\n                {\n                    \"address\": \"0x39c81d28283Cf6a76900CDbC920c015B5a93b7Ef\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.635514,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.573529458044984,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.573529458044984\n                    },\n                    \"liquidity\": 7119.510156366141,\n                    \"skewImpact\": 0.000014384978163192\n                },\n                {\n                    \"address\": \"0xF0D09819344f39dE7465EBB2a369E9b84b44a75d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.783098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27697938189090004,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27697938189090004\n                    },\n                    \"liquidity\": 10406.582930449858,\n                    \"skewImpact\": 0.000009512151652766\n                },\n                {\n                    \"address\": \"0xED8bE88e6b6A17DeE3dc2053f214f6c31Dd552A3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.736293,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35815497363142124,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35815497363142124\n                    },\n                    \"liquidity\": 10406.582930449858,\n                    \"skewImpact\": 0.000011057522179478\n                },\n                {\n                    \"address\": \"0xBD59c217F7fa5Ac6B93B704Dd4a3529d8B44efED\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.815642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22602808585139073,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22602808585139073\n                    },\n                    \"liquidity\": 10406.582930449858,\n                    \"skewImpact\": 0.000008437659366556\n                },\n                {\n                    \"address\": \"0xaCeDe20B5b043356D54748fe433540E21a2E3036\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.590913,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6922964971154806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6922964971154806\n                    },\n                    \"liquidity\": 8669.94513015156,\n                    \"skewImpact\": 0.000015857550410169\n                },\n                {\n                    \"address\": \"0xA1C5B6Ea777cde188177Ee5E08Ea31fCca8697f3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.672606,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48675450412277016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48675450412277016\n                    },\n                    \"liquidity\": 10406.582930449858,\n                    \"skewImpact\": 0.000013160318549949\n                },\n                {\n                    \"address\": \"0x9878D2c2d0F3736DF41c95ED0008e17F5ca06a23\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.492523,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0303620338542565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0303620338542565\n                    },\n                    \"liquidity\": 6302.981291608969,\n                    \"skewImpact\": 0.000019106107619524\n                },\n                {\n                    \"address\": \"0x24Cf0Fb03718c2fA99cd525A07e62a570C17Af5c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.381542,\n                    \"bonus\": 0.0002914927337061043,\n                    \"roi\": {\n                        \"baseRoi\": 1.6201798939653018,\n                        \"bonusRoi\": 0.0007635408334882854,\n                        \"totalRoi\": 1.62094343479879\n                    },\n                    \"liquidity\": 4635.1375251356685,\n                    \"skewImpact\": -0.000291407790452642\n                },\n                {\n                    \"address\": \"0x9a80e7f4C1415fA0e6abB5920eaa9A5A7d48bBa0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.673426,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4849441512504715,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4849441512504715\n                    },\n                    \"liquidity\": 8669.94513015156,\n                    \"skewImpact\": 0.000013133193987524\n                },\n                {\n                    \"address\": \"0x80D7E206dd28523C21FE72aFd172a175CdDa59C7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.818806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22129051325955104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22129051325955104\n                    },\n                    \"liquidity\": 16731.285831760306,\n                    \"skewImpact\": 0.000008333165756833\n                },\n                {\n                    \"address\": \"0x531E1CdEa76E7BD003123d349a1B38D1571d3952\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.348135,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.872448906315079,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.872448906315079\n                    },\n                    \"liquidity\": 3867.809726467806,\n                    \"skewImpact\": 0.000023873439640631\n                },\n                {\n                    \"address\": \"0x46B633aC8508c8a68d4741dB7e561519027C20cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.755119,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32429458138386136,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32429458138386136\n                    },\n                    \"liquidity\": 12597.966156691631,\n                    \"skewImpact\": 0.000010435962127304\n                },\n                {\n                    \"address\": \"0x449b1eaDb27be0972f6d7e2615aEB2995C2BfcaE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.865612,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15525200667273553,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15525200667273553\n                    },\n                    \"liquidity\": 16731.285831760306,\n                    \"skewImpact\": 0.000006787795230121\n                },\n                {\n                    \"address\": \"0x3a22B1acF1587EbAFAD893C424feA5C0F89B8C36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.575036,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7390215569112195,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7390215569112195\n                    },\n                    \"liquidity\": 6302.981291608969,\n                    \"skewImpact\": 0.000016381751196879\n                },\n                {\n                    \"address\": \"0x0B42b4FC60F773440898e20d6611FAc4B27eB3E9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.464056,\n                    \"bonus\": 0.00029421868604906544,\n                    \"roi\": {\n                        \"baseRoi\": 1.1542786955483941,\n                        \"bonusRoi\": 0.0006336426176891674,\n                        \"totalRoi\": 1.1549123381660833\n                    },\n                    \"liquidity\": 4635.1375251356685,\n                    \"skewImpact\": -0.000294132146875287\n                },\n                {\n                    \"address\": \"0xE7D119F20f93d9E497871e0364Bd2Ad87A527Ec7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.525528,\n                    \"bonus\": 0.0002962495280691041,\n                    \"roi\": {\n                        \"baseRoi\": 0.9022847990888366,\n                        \"bonusRoi\": 0.000563384071718076,\n                        \"totalRoi\": 0.9028481831605547\n                    },\n                    \"liquidity\": 4635.1375251356685,\n                    \"skewImpact\": -0.000296161790278502\n                },\n                {\n                    \"address\": \"0xE594C46BB3643F5C74FC6bc09B4937Fdf3D26183\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.196114,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.099075027789959,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.099075027789959\n                    },\n                    \"liquidity\": 2836.622098786893,\n                    \"skewImpact\": 0.000028892875174139\n                },\n                {\n                    \"address\": \"0xA36189083F947b81876c7140EC4449979a1C224E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.409608,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.441358567215484,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.441358567215484\n                    },\n                    \"liquidity\": 3867.809726467806,\n                    \"skewImpact\": 0.000021843796237416\n                },\n                {\n                    \"address\": \"0x3F0CA0f2965F6C88Db49DA071cC422fa41F893F6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.296891,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.368239522248906,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.368239522248906\n                    },\n                    \"liquidity\": 3245.0053851248667,\n                    \"skewImpact\": 0.000025565419190425\n                },\n                {\n                    \"address\": \"0x1bdAC1e05dEb74Bb732D9410738eCB30E1fd72Ba\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.734898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36073305411091056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36073305411091056\n                    },\n                    \"liquidity\": 8669.94513015156,\n                    \"skewImpact\": 0.000011103550584309\n                },\n                {\n                    \"address\": \"0x08347cB62EaAC7D7cE1B6732E9B90dd043160852\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.636509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5710696942227055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5710696942227055\n                    },\n                    \"liquidity\": 6302.981291608969,\n                    \"skewImpact\": 0.000014352107793664\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xe4Ee4265a7fDfFd4bB077B29dc93E52bFe97d030\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.951287,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.051207469459795,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.051207469459795\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002976670958913\n                },\n                {\n                    \"address\": \"0x56291C73acD9b925B0C70f6d6dF13c31Bd6eEAF2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.951287,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.051207469459795,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.051207469459795\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002976670958913\n                },\n                {\n                    \"address\": \"0x7720CC319f3b1fbD8E38988E93Ea9FDa7aeA1420\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.871182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14786577316794883,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14786577316794883\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004325286889023\n                },\n                {\n                    \"address\": \"0x616Fc0A6c225AcDD6F6159181c25b3CD4186cb82\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.872682,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14589277652111543,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14589277652111543\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000019996136878701\n                },\n                {\n                    \"address\": \"0x22838Cd3348a970c2Ccb54E37F1cfDAD56373Ee9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.871182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14786577316794883,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14786577316794883\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004325286889023\n                },\n                {\n                    \"address\": \"0xa0b04477890d316255F841882467502AAD402127\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.774704,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2908155889217044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2908155889217044\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005949565493701\n                },\n                {\n                    \"address\": \"0x7C7efeCB44117aa337F68932c2c7136bf4636bf4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.776204,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28832111146038925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28832111146038925\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000021620415483378\n                },\n                {\n                    \"address\": \"0x72faFF7f7c575965ddf2aFC3755335C3f7ca7C0a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.774704,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2908155889217044,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2908155889217044\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005949565493701\n                },\n                {\n                    \"address\": \"0x47003BcFcD5d7Dd9773591275ee1038550cDeeaB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.822097,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21640147087265862,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21640147087265862\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.000020847730220022\n                },\n                {\n                    \"address\": \"0xFC3985263246B62E111d316fd644E3E9D5420728\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.665882,\n                    \"bonus\": 0.00014932967956612323,\n                    \"roi\": {\n                        \"baseRoi\": 0.5015433889275045,\n                        \"bonusRoi\": 0.00022419151467600873,\n                        \"totalRoi\": 0.5017675804421805\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.000149307383542382\n                },\n                {\n                    \"address\": \"0x6F8b5679a1Ec7912BF599e283B9a08752F6Eb5D2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.713276,\n                    \"bonus\": 0.00013442728708270432,\n                    \"roi\": {\n                        \"baseRoi\": 0.4017934275716471,\n                        \"bonusRoi\": 0.00018841395954133366,\n                        \"totalRoi\": 0.40198184153118843\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": -0.00013440921881606\n                },\n                {\n                    \"address\": \"0x6bB83f9e8bC1ec148e66823359694023dAd84F25\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.665882,\n                    \"bonus\": 0.00014932967956612323,\n                    \"roi\": {\n                        \"baseRoi\": 0.5015433889275045,\n                        \"bonusRoi\": 0.00022419151467600873,\n                        \"totalRoi\": 0.5017675804421805\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": -0.000149307383542382\n                },\n                {\n                    \"address\": \"0x0dE5A0d65F85A28990Bd46725010ff0f51fE4A83\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.775724,\n                    \"bonus\": 0.0001354789690660364,\n                    \"roi\": {\n                        \"baseRoi\": 0.2889436935431832,\n                        \"bonusRoi\": 0.00017460110800721074,\n                        \"totalRoi\": 0.28911829465119043\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": -0.000135460617001296\n                },\n                {\n                    \"address\": \"0x007b6847528cdb38d7F0A5fE4012D9939014d53A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.667382,\n                    \"bonus\": 0.0001336543946627008,\n                    \"roi\": {\n                        \"baseRoi\": 0.498192011955348,\n                        \"bonusRoi\": 0.0002002131870740831,\n                        \"totalRoi\": 0.4983922251424221\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": -0.000133636533552704\n                },\n                {\n                    \"address\": \"0xf8be9E9D9970Ec88e194fc8E56E4A33Cf3603643\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.662053,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5104530906135913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5104530906135913\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": 0.000023542176256663\n                },\n                {\n                    \"address\": \"0x8846042e4353cCb207Da5b29ee57c5624B5F7509\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.599605,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6677646117027042,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6677646117027042\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.000024593574441898\n                },\n                {\n                    \"address\": \"0x50472c79151f45E6fD0304B3fD89ea67d4934200\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.553712,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8059930071950762,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8059930071950762\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000025366259705254\n                },\n                {\n                    \"address\": \"0x499e62FC1dA453AcFf06a385123Dc2c0E97ECF02\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.552212,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8108987128131948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8108987128131948\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009695409715577\n                },\n                {\n                    \"address\": \"0x367Ae4c3CB9D06D02f04de05271879cbe6aD9F66\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.552212,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8108987128131948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8108987128131948\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009695409715577\n                },\n                {\n                    \"address\": \"0x0DFFbDe893d9F2156C447dCf17e412Bd57bA9BEd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.742156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34742560863214733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34742560863214733\n                    },\n                    \"liquidity\": 3000.443919044025,\n                    \"skewImpact\": 0.000022193560326553\n                },\n                {\n                    \"address\": \"0xcdE574aCa0EaC0AE3D0366D539f3867Bf9f42Db9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.443186,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2563889653554037,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2563889653554037\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000027227071181759\n                },\n                {\n                    \"address\": \"0xBe6E949d4CDd813f630dB2Fa690C63e6584De86c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.728105,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.373428283008632,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.373428283008632\n                    },\n                    \"liquidity\": 3245.0053851248667,\n                    \"skewImpact\": 0.00002243009319838\n                },\n                {\n                    \"address\": \"0xB7C6708950C18F0b4db9Abf0BCFdCc1473a99086\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.551528,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8131445728956643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8131445728956643\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": 0.000025402987733167\n                },\n                {\n                    \"address\": \"0xAc92F95EC178De6C5dF1FF28A556b286cc9E1150\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.441687,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2640467118117582,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2640467118117582\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011556221192081\n                },\n                {\n                    \"address\": \"0x9f16c70ee42d296100169fA034df77A79B838b8D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.63163,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5832053575669299,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5832053575669299\n                    },\n                    \"liquidity\": 3000.443919044025,\n                    \"skewImpact\": 0.000024054371803057\n                },\n                {\n                    \"address\": \"0x558FCFd7bad1Efb0e118cB138ff854341f997069\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.441687,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2640467118117582,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2640467118117582\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011556221192081\n                },\n                {\n                    \"address\": \"0x39c81d28283Cf6a76900CDbC920c015B5a93b7Ef\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.48908,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.044655271121289,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.044655271121289\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.000026454385918403\n                },\n                {\n                    \"address\": \"0xF0D09819344f39dE7465EBB2a369E9b84b44a75d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.344368,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9038702783069275,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9038702783069275\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000028890799173616\n                },\n                {\n                    \"address\": \"0xED8bE88e6b6A17DeE3dc2053f214f6c31Dd552A3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.390261,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5623877353873432,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5623877353873432\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.00002811811391026\n                },\n                {\n                    \"address\": \"0xBD59c217F7fa5Ac6B93B704Dd4a3529d8B44efED\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.342868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9165743084802316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9165743084802316\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013219949183938\n                },\n                {\n                    \"address\": \"0xaCeDe20B5b043356D54748fe433540E21a2E3036\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.532812,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8768346058271963,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8768346058271963\n                    },\n                    \"liquidity\": 2836.622098786893,\n                    \"skewImpact\": 0.000025718099794914\n                },\n                {\n                    \"address\": \"0xA1C5B6Ea777cde188177Ee5E08Ea31fCca8697f3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.45271,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2089196174151224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2089196174151224\n                    },\n                    \"liquidity\": 2708.2134943727965,\n                    \"skewImpact\": 0.000027066715725024\n                },\n                {\n                    \"address\": \"0x9878D2c2d0F3736DF41c95ED0008e17F5ca06a23\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.629287,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5891000449715311,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5891000449715311\n                    },\n                    \"liquidity\": 2836.622098786893,\n                    \"skewImpact\": 0.000024093821190237\n                },\n                {\n                    \"address\": \"0x8396074D60847F0d5cB18a8D67fa1b2CE9f1e00e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.342868,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9165743084802316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9165743084802316\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013219949183938\n                },\n                {\n                    \"address\": \"0x24Cf0Fb03718c2fA99cd525A07e62a570C17Af5c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.738095,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3548391467223055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3548391467223055\n                    },\n                    \"liquidity\": 2836.622098786893,\n                    \"skewImpact\": 0.000172544300481086\n                },\n                {\n                    \"address\": \"0x9a80e7f4C1415fA0e6abB5920eaa9A5A7d48bBa0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.451904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.212859368361422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.212859368361422\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000027080278006237\n                },\n                {\n                    \"address\": \"0x80D7E206dd28523C21FE72aFd172a175CdDa59C7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.309353,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.232553102766096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.232553102766096\n                    },\n                    \"liquidity\": 2517.0885601597524,\n                    \"skewImpact\": 0.000029480292121582\n                },\n                {\n                    \"address\": \"0x531E1CdEa76E7BD003123d349a1B38D1571d3952\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.770871,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2972339081376781,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2972339081376781\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000021710155179683\n                },\n                {\n                    \"address\": \"0x46B633aC8508c8a68d4741dB7e561519027C20cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.371802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6896036062205153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6896036062205153\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000028428893936347\n                },\n                {\n                    \"address\": \"0x449b1eaDb27be0972f6d7e2615aEB2995C2BfcaE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.26346,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.795642602292568,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.795642602292568\n                    },\n                    \"liquidity\": 2392.978046800299,\n                    \"skewImpact\": 0.000030252977384938\n                },\n                {\n                    \"address\": \"0x3a22B1acF1587EbAFAD893C424feA5C0F89B8C36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.548379,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8235563360376675,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8235563360376675\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000025455999401559\n                },\n                {\n                    \"address\": \"0x0B42b4FC60F773440898e20d6611FAc4B27eB3E9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.657187,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5216369161288948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5216369161288948\n                    },\n                    \"liquidity\": 2571.641227890169,\n                    \"skewImpact\": 0.000173906478692409\n                },\n                {\n                    \"address\": \"0xE7D119F20f93d9E497871e0364Bd2Ad87A527Ec7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.596912,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6752888197925322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6752888197925322\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000174921300394016\n                },\n                {\n                    \"address\": \"0xE594C46BB3643F5C74FC6bc09B4937Fdf3D26183\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.919944,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.087022688337551,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.087022688337551\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000019200437412929\n                },\n                {\n                    \"address\": \"0xA36189083F947b81876c7140EC4449979a1C224E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.710595,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40727137117486056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40727137117486056\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000022724976881291\n                },\n                {\n                    \"address\": \"0x3F0CA0f2965F6C88Db49DA071cC422fa41F893F6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.821122,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2178458255898636,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2178458255898636\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000020864165404786\n                },\n                {\n                    \"address\": \"0x1bdAC1e05dEb74Bb732D9410738eCB30E1fd72Ba\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.391628,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5534435740039019,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5534435740039019\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000028095099707844\n                },\n                {\n                    \"address\": \"0x08347cB62EaAC7D7cE1B6732E9B90dd043160852\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.488103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0487479077161994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0487479077161994\n                    },\n                    \"liquidity\": 2404.3163677138004,\n                    \"skewImpact\": 0.000026470821103167\n                },\n                {\n                    \"address\": \"0xda6063531d9dD56E78d4C3653Ecea1B9BDCD7409\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.591023,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6919815303296151,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6919815303296151\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000159324351297148\n                },\n                {\n                    \"address\": \"0xc3e12ce91a802b033f4DB56260975ba09E5621C9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.704707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41902946898498244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41902946898498244\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007128027784422\n                },\n                {\n                    \"address\": \"0x9E6Dc1B501842aE7CBc5d1750dc2891eA6ae175F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.914056,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0940248737495296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0940248737495296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003603488316061\n                },\n                {\n                    \"address\": \"0x6EA6A1CB309DE70530aCa5B12a6A1B9C0F33B1D8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.994967,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005058459225280792,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005058459225280792\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002241310104738\n                },\n                {\n                    \"address\": \"0x538cfeeDc20876fCC5e9049DdEbd383A9Ce88e22\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.482215,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.073763777568097,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.073763777568097\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010873872006298\n                },\n                {\n                    \"address\": \"0x2ad5Ac3008ad24f6bDC6777fBD6E2A69805A2e5C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.815234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22664167588692324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22664167588692324\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005267216307918\n                },\n                {\n                    \"address\": \"0xfc8aF8e5bD4fcD5D247235995D0fdAA92bF15469\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.704707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.41902946898498244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.41902946898498244\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007128027784422\n                },\n                {\n                    \"address\": \"0xaF2D847791c1e6e99389a7AB55363816bd30d813\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.914056,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0940248737495296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0940248737495296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003603488316061\n                },\n                {\n                    \"address\": \"0xa6d663B436b196869B19a4eEEB458ff436b0FE99\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.815234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22664167588692324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22664167588692324\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005267216307918\n                },\n                {\n                    \"address\": \"0x76633b13CA073446C7296c1254DA692643f75585\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.994967,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005058459225280792,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005058459225280792\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002241310104738\n                },\n                {\n                    \"address\": \"0xe547273dE556C633fd5f5BB96429644D43218Deb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.815234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22664167588692324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22664167588692324\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005267216307918\n                },\n                {\n                    \"address\": \"0xC04A404A99e8a1b993Ea523c64920119eedb4460\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.994967,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005058459225280792,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005058459225280792\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002241310104738\n                },\n                {\n                    \"address\": \"0xACEEa576BEafCA04E15200b8F01EA3eA7aeDaC4d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.914056,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0940248737495296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0940248737495296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003603488316061\n                },\n                {\n                    \"address\": \"0xe81f6EDDfad4bA9aBa919ad699471eD378c12943\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.815234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22664167588692324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22664167588692324\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005267216307918\n                },\n                {\n                    \"address\": \"0x64d0f3CC5dA9BfbEaaE4B3e7F805D4825Eae4A00\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.994967,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.005058459225280792,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.005058459225280792\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002241310104738\n                },\n                {\n                    \"address\": \"0x529C579c60a8e0A14b30da9713d935807646072d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-03T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.914056,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0940248737495296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0940248737495296\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003603488316061\n                }\n            ]\n        },\n        \"2023-11-10T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x64ea334EeD6b59bbe8896b0F18738e3C63B35629\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xA7c4bd77c6c6A73eAd7DEF4B5E99Bf4204c93992\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.126803,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.886248748058011,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.886248748058011\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000030376183749465\n                },\n                {\n                    \"address\": \"0xE8D9717A3eD0b2642f71Cb3E963C36DdC8debf7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.165912,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.0272915762572925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.0272915762572925\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.00002904610726674\n                },\n                {\n                    \"address\": \"0x41283Eb64682910d1E0566734c717d5b3Fc5F02F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.214339,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6655065107143354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6655065107143354\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000027399158482894\n                },\n                {\n                    \"address\": \"0x2fdfffa9F41B91c3C52b453ba2b447f348f9bf7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.27247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6701288215216357,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6701288215216357\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000025422162195396\n                },\n                {\n                    \"address\": \"0x2940B41e736BC00EBE41a97E1Ee454bd9E436FE7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.33998,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.941349491146538,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.941349491146538\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000023126209222264\n                },\n                {\n                    \"address\": \"0x77f06439B7da0dA2766081d4A8b211f21b577a84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.415663,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.405795079186745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.405795079186745\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.000020552325021576\n                },\n                {\n                    \"address\": \"0x56996674C27Ed96Cb30E8f29549ECa7518FF6e7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.497369,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0105796702247225,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0105796702247225\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000017773605840627\n                },\n                {\n                    \"address\": \"0xA01148b0Def1349567dd02CC3818c369d377a40E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.582075,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7179916677404115,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7179916677404115\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000014892877648849\n                },\n                {\n                    \"address\": \"0x077c752D91ee44cFF153313e839d83fA3Ed2Ca80\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.666229,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5009853969130735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5009853969130735\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000012030960049761\n                },\n                {\n                    \"address\": \"0x2e99858052F0630045b0eA7c67773deB2cC16b9A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.746044,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3404035150741779,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3404035150741779\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.00000931659466984\n                },\n                {\n                    \"address\": \"0xD3fFeC2eA6379E9dFBfaE63c31C368D6199670d8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.818091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2223579039495606,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2223579039495606\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.000006869919126432\n                },\n                {\n                    \"address\": \"0xf1A608A4322fF32A89eb5abD18D4426Ce1e6e18B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.879764,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13666847018063938,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13666847018063938\n                    },\n                    \"liquidity\": 15726.404152151359,\n                    \"skewImpact\": 0.00000476904950899\n                },\n                {\n                    \"address\": \"0x63096C9A9FEE143dc953cBAFd4c01245Ab1e0AEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.929631,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07569562546859993,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07569562546859993\n                    },\n                    \"liquidity\": 24404.582571907253,\n                    \"skewImpact\": 0.00000307319331437\n                },\n                {\n                    \"address\": \"0x544Cc4D4BF410cfcE1879E9fD005B402d124ce74\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.967553,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.033535113838725115,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.033535113838725115\n                    },\n                    \"liquidity\": 42050.67809017636,\n                    \"skewImpact\": 0.000001783562201759\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x2e45Ea5aF430F25507610C58B6d9f9754755C081\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.977919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02257957969934117,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02257957969934117\n                    },\n                    \"liquidity\": 52408.80999565703,\n                    \"skewImpact\": 0.000001431057106738\n                },\n                {\n                    \"address\": \"0x64ea334EeD6b59bbe8896b0F18738e3C63B35629\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.954503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04766564379577645,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04766564379577645\n                    },\n                    \"liquidity\": 33672.10788441613,\n                    \"skewImpact\": 0.00000222736278517\n                },\n                {\n                    \"address\": \"0xA7c4bd77c6c6A73eAd7DEF4B5E99Bf4204c93992\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.923824,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08245726458719413,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08245726458719413\n                    },\n                    \"liquidity\": 22930.932410003115,\n                    \"skewImpact\": 0.000003270691250534\n                },\n                {\n                    \"address\": \"0xE8D9717A3eD0b2642f71Cb3E963C36DdC8debf7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.884713,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13031005535128345,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13031005535128345\n                    },\n                    \"liquidity\": 16301.627108410456,\n                    \"skewImpact\": 0.000004600767733259\n                },\n                {\n                    \"address\": \"0x41283Eb64682910d1E0566734c717d5b3Fc5F02F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.836284,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1957660316351861,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1957660316351861\n                    },\n                    \"liquidity\": 12004.385889574036,\n                    \"skewImpact\": 0.000006247716517105\n                },\n                {\n                    \"address\": \"0x2fdfffa9F41B91c3C52b453ba2b447f348f9bf7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.778151,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28509762244088865,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28509762244088865\n                    },\n                    \"liquidity\": 9118.859440055234,\n                    \"skewImpact\": 0.000008224712804603\n                },\n                {\n                    \"address\": \"0x2940B41e736BC00EBE41a97E1Ee454bd9E436FE7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.710638,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4071862185810497,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4071862185810497\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000010520665777735\n                },\n                {\n                    \"address\": \"0x77f06439B7da0dA2766081d4A8b211f21b577a84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.634954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5749172380991379,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5749172380991379\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000013094549978423\n                },\n                {\n                    \"address\": \"0x56996674C27Ed96Cb30E8f29549ECa7518FF6e7e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.553247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8075109309223546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8075109309223546\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000015873269159372\n                },\n                {\n                    \"address\": \"0xA01148b0Def1349567dd02CC3818c369d377a40E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.468541,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.134284939845179,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.134284939845179\n                    },\n                    \"liquidity\": 3999.1474135191943,\n                    \"skewImpact\": 0.00001875399735115\n                },\n                {\n                    \"address\": \"0x077c752D91ee44cFF153313e839d83fA3Ed2Ca80\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.384389,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6015312613004016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6015312613004016\n                    },\n                    \"liquidity\": 3469.6657612068284,\n                    \"skewImpact\": 0.000021615914950238\n                },\n                {\n                    \"address\": \"0x2e99858052F0630045b0eA7c67773deB2cC16b9A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.304575,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2832635639825987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2832635639825987\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000024330280330159\n                },\n                {\n                    \"address\": \"0xD3fFeC2eA6379E9dFBfaE63c31C368D6199670d8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.232531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.300501868568062,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.300501868568062\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000026794107132693\n                },\n                {\n                    \"address\": \"0xf1A608A4322fF32A89eb5abD18D4426Ce1e6e18B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.17086,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.852744937375629,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.852744937375629\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000028877825491009\n                },\n                {\n                    \"address\": \"0x63096C9A9FEE143dc953cBAFd4c01245Ab1e0AEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.120996,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.264736024331382,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.264736024331382\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000030573681685629\n                },\n                {\n                    \"address\": \"0x544Cc4D4BF410cfcE1879E9fD005B402d124ce74\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xA3C19BcD26088A9C305cefAb9e2f8E739C5B9639\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.148132,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.750735830205492,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.750735830205492\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000030477164373478\n                },\n                {\n                    \"address\": \"0xF7a65c2d456E19e04a665258e99e78FA0EDB7e73\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.173892,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.750695834195938,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.750695834195938\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000029626521268064\n                },\n                {\n                    \"address\": \"0xb1e1B2fA58Bfe9BA2F51CC54626DDa3b4C2e2e05\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.198011,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.050224482478247,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.050224482478247\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000028830215589632\n                },\n                {\n                    \"address\": \"0xfbA4A236337E30d2EB0C9a20b93b264B9a5E3d74\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.202172,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.946283362681281,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.946283362681281\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.00002869285344593\n                },\n                {\n                    \"address\": \"0x70c11D2910Eb1d5BA9e2BFB32984d060cFC5a39d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.257889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8776372780537365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8776372780537365\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000026853219302134\n                },\n                {\n                    \"address\": \"0x14647EACFA88D4FBcb0E1e36e558d2825e129032\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.23377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.277708859135047,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.277708859135047\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000027649524980566\n                },\n                {\n                    \"address\": \"0xD9e99D194890579e7984B4e1676938cA4C15A0Bb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.303308,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2969786487662702,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2969786487662702\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000025353572007434\n                },\n                {\n                    \"address\": \"0x9a297d7a8f51AD5dd5378165080336F30B4aAc1e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.231424,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3210730088495577,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3210730088495577\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000027726976955523\n                },\n                {\n                    \"address\": \"0x42Bb476756b18368fFB2c9cE398DcD55A0575061\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.327426,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0541252069169826,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0541252069169826\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000024557266329002\n                },\n                {\n                    \"address\": \"0x08351Cb8795E4A0952a7baB2447fc1a0D9B19bb7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.271709,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6804080836483153,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6804080836483153\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000026396900472798\n                },\n                {\n                    \"address\": \"0xD63d7d2D0CbC28c791F712d9e9B9fD0d56a58d3F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.259496,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.853623947960662,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.853623947960662\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.000026800041538681\n                },\n                {\n                    \"address\": \"0x69acF1c43d561332D5c911876BbCD71ef2917E89\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.381262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6228682638185816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6228682638185816\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.000022779687806746\n                },\n                {\n                    \"address\": \"0x423cF186aE8F8DC2a11BF60d23b7dF35A4b33f79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.405381,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.466815168939837,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.466815168939837\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.000021983382128314\n                },\n                {\n                    \"address\": \"0x398199675f1604beb2690ABA744a1257a645cab5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.309379,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2322814412096488,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2322814412096488\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.000025153092754835\n                },\n                {\n                    \"address\": \"0x30bAa298C1470b0B7828DB37aB6C4B2fC4022d96\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.349664,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.859888349958818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.859888349958818\n                    },\n                    \"liquidity\": 3649.2221644636966,\n                    \"skewImpact\": 0.00002382301627211\n                },\n                {\n                    \"address\": \"0xF94A96FD00e43e2A1419d9F3675eF7DC4f50FDEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.433823,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.305087558750919,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.305087558750919\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000021044297091161\n                },\n                {\n                    \"address\": \"0xC6904d4861d15Cd3Fc7A2C7770Ad50F39b3287B5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.283779,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.523868926171422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.523868926171422\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.00002599831864523\n                },\n                {\n                    \"address\": \"0x89046BD4b0BA8F219e12d290C6a4727099938ddd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.393538,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5410506736325338,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5410506736325338\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000022374373573886\n                },\n                {\n                    \"address\": \"0x700b43943F8EDB0d49755e2aF5D5300573CD7a42\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.48954,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0427339951791479,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0427339951791479\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000019204662947365\n                },\n                {\n                    \"address\": \"0x699dD2D3c326F1f1b08cc6AAFEcff8d7299B2db1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.465421,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1485923497220798,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1485923497220798\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000020000968625797\n                },\n                {\n                    \"address\": \"0x17241875625eddeF9A8F5828B0Bdc8D546CD63EE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.343655,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.909895098281707,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.909895098281707\n                    },\n                    \"liquidity\": 4219.740252625717,\n                    \"skewImpact\": 0.000024021322357732\n                },\n                {\n                    \"address\": \"0xacaE75bb28414cc43cEf26a74Fba1c0042FDb9C2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.371028,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6952143773515744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6952143773515744\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000023117590453452\n                },\n                {\n                    \"address\": \"0x8A3A48165c7b026DeeF2788DaAe02905Ec28ceD9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.576789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.733736253638679,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.733736253638679\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000016323934755587\n                },\n                {\n                    \"address\": \"0x806b18351241232451f94d59255C77f7435eb360\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.430904,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3207025230677831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3207025230677831\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000021140594165954\n                },\n                {\n                    \"address\": \"0x33c18BFB67BE19b8dE0b6E5dC992230F97588f3D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.552671,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8093947393657347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8093947393657347\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000017120240434019\n                },\n                {\n                    \"address\": \"0x2634F99ee582E94A0F2bec0391b478e5fB595e71\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.301489,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.316870598927324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.316870598927324\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000025413543426584\n                },\n                {\n                    \"address\": \"0x17563ee3E9fd1addA48a8e9a69363c7185402486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.480787,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0799231260412614,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0799231260412614\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000019493645382108\n                },\n                {\n                    \"address\": \"0x02744B978E9c0d42712f6E4580A643cc6Dc9a5a0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.521072,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9191205821844198,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9191205821844198\n                    },\n                    \"liquidity\": 5035.96428899654,\n                    \"skewImpact\": 0.000018163568899383\n                },\n                {\n                    \"address\": \"0xF98342Bc6e78ac83848E11A6C3d6adaB4364220c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.388167,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5762107546494166,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5762107546494166\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000022551625827496\n                },\n                {\n                    \"address\": \"0xF69265A80bDefc7Fefee99dFD53c4a082dCc5F3C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.607751,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6454107027384569,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6454107027384569\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000015301651300295\n                },\n                {\n                    \"address\": \"0xdfDE4F8639C1a5686A6b961F13599CB8C1c4f742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.567466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7622201153901731,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7622201153901731\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.00001663172778302\n                },\n                {\n                    \"address\": \"0xb64363B5C22835d86CA1a6F141A0c5A8F69b9C06\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.310213,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.223591532269763,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.223591532269763\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000025125510028184\n                },\n                {\n                    \"address\": \"0x9C08961CDC08CEf316ED6757a546b724305421bB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.639349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5640909737873995,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5640909737873995\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000014258322834931\n                },\n                {\n                    \"address\": \"0x8C10E57924F4de5dAeBDA06cCD02Ea65C96DdB6a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.457707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1848038155413836,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1848038155413836\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000020255672854364\n                },\n                {\n                    \"address\": \"0x58B1ED3AF28fd2D3eff036f6070Ca1eB0a00D719\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.517583,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9320572739058276,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9320572739058276\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000018278676566866\n                },\n                {\n                    \"address\": \"0x124424A6f7DB6fAB08cc185336c583B4d3C69599\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.663468,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5072316976854951,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5072316976854951\n                    },\n                    \"liquidity\": 6233.916469657332,\n                    \"skewImpact\": 0.000013462017156499\n                },\n                {\n                    \"address\": \"0xECD5Ae35eC883028af12CB0D697669Bc9AE028C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.745678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34106142329530986,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34106142329530986\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.000010747651776578\n                },\n                {\n                    \"address\": \"0xD78E2aB9aAc45563996593e544402ad5d7AD6efe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.470378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1259497680588804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1259497680588804\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000019837260447575\n                },\n                {\n                    \"address\": \"0xb6A5c4D01c36A037aB39d020B4F9027bbcC51b0b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.392423,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5482706161463522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5482706161463522\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000022411144648263\n                },\n                {\n                    \"address\": \"0x99bbE9E72022520B0A5282C63ba864c5f120AEAa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.599793,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6672418651101296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6672418651101296\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.000015564311186945\n                },\n                {\n                    \"address\": \"0x8F0067Ee5AcA83a66Dc39584b918D5d08DaBb177\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.308262,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2439937455800587,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2439937455800587\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000025189863829212\n                },\n                {\n                    \"address\": \"0x84C3F7d4C7Cc5a18FC5301B695B8D8e11d83cce5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.72156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38588613559509954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38588613559509954\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.00001154395745501\n                },\n                {\n                    \"address\": \"0x68914d0E00A9c4e6C67d34Aa62A5dfE7Ec1949A3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.689961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4493572825130695,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4493572825130695\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.000012587285920374\n                },\n                {\n                    \"address\": \"0x630cB7746E610C02d86817Da7daE9519Ef7DF87e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.649676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5392287848096589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5392287848096589\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.000013917362403099\n                },\n                {\n                    \"address\": \"0x0E08E120af963aFeDE6610f7F0Fe963B90F7c120\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.539917,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8521365320966001,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8521365320966001\n                    },\n                    \"liquidity\": 8050.151654959393,\n                    \"skewImpact\": 0.000017541307474443\n                },\n                {\n                    \"address\": \"0xf52803E7786D98cB98b84Eb6150056cbeCec2612\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.295224,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3872584884697723,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3872584884697723\n                    },\n                    \"liquidity\": 3999.1474135191943,\n                    \"skewImpact\": 0.000025623916477582\n                },\n                {\n                    \"address\": \"0xda5F7944aB9c6aE78349d76E087287a7bA8f954b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.466633,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1430117458473787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1430117458473787\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000019964469104855\n                },\n                {\n                    \"address\": \"0xb8E54f59206e650E88bA7fb8E65c30af97620fFf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.614127,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6283276911778835,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6283276911778835\n                    },\n                    \"liquidity\": 9118.859440055234,\n                    \"skewImpact\": 0.000015094631931035\n                },\n                {\n                    \"address\": \"0x88Be26726Da1B2c61f73D96BB27c327DDF9cB161\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.723886,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3814329880671818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3814329880671818\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.000011470686859691\n                },\n                {\n                    \"address\": \"0x4aE708cE90ee18e5C080860B1cF51DA6Fc93678c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.382471,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6145773143584743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6145773143584743\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000022743188285804\n                },\n                {\n                    \"address\": \"0x396c9A4364e454541ad9DC93a7A385e4c6F229A2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.674003,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48367292133714535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48367292133714535\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.000013117635643537\n                },\n                {\n                    \"address\": \"0x279Ec708562f1b36f9FcC7513f6954f40d643324\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.764171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3086076283973089,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3086076283973089\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.000010140610376966\n                },\n                {\n                    \"address\": \"0x1F710Eba224D572A2ce59474C19f3E5e93D64fc3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.544587,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.836253895153575,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.836253895153575\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000017390584904167\n                },\n                {\n                    \"address\": \"0x099579790B7Eb1DC13ca374E15778B995A56cC6C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.795769,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2566460869925821,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2566460869925821\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.000009097281911602\n                },\n                {\n                    \"address\": \"0x035f98693F7f6732e2AAcDD9Dc2e317bfa109a01\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.819888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21967878539507843,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21967878539507843\n                    },\n                    \"liquidity\": 10917.159084367147,\n                    \"skewImpact\": 0.00000830097623317\n                },\n                {\n                    \"address\": \"0xf1eD8679FA24A71f98606cCf426CD187fd74e969\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.737527,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35588256429934084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35588256429934084\n                    },\n                    \"liquidity\": 12004.385889574036,\n                    \"skewImpact\": 0.000011016766026095\n                },\n                {\n                    \"address\": \"0xD9A8350D8a8dF20C061634F8dfe99cD24c929DF8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.189859,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.267066612591449,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.267066612591449\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000029099329839149\n                },\n                {\n                    \"address\": \"0xd7BB5DF86E9d4af2B55D833cFeCD249aB4F59F3d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.608112,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.644433920067356,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.644433920067356\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000015289715286725\n                },\n                {\n                    \"address\": \"0xcb0D5CBC8048D3124a92F77c026133d022996fE3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.445996,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.242172575538794,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.242172575538794\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000020642318668362\n                },\n                {\n                    \"address\": \"0xC267Ed95f0c55f531DeB5FE4b1FebcA323D98082\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.677651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47568586189646295,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47568586189646295\n                    },\n                    \"liquidity\": 9118.859440055234,\n                    \"skewImpact\": 0.000012993762313593\n                },\n                {\n                    \"address\": \"0x99333Eeb807C10Af091ca91B03CF7de719956480\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.358749,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7874642159281282,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7874642159281282\n                    },\n                    \"liquidity\": 3999.1474135191943,\n                    \"skewImpact\": 0.00002352304686014\n                },\n                {\n                    \"address\": \"0x5c1AdbEe086758069A191eBe4eaa0043F1DA49d3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.27207,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.675524681148234,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.675524681148234\n                    },\n                    \"liquidity\": 3469.6657612068284,\n                    \"skewImpact\": 0.000026384964459228\n                },\n                {\n                    \"address\": \"0x4815D1035eB6d3022EbCB8B63907e644DbDdb5C6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.530157,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8862337005830349,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8862337005830349\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000017863599487413\n                },\n                {\n                    \"address\": \"0x3515A9f3D03A5c368067f8622a7cA913ECfa126d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.859293,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16374740629796825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16374740629796825\n                    },\n                    \"liquidity\": 15726.404152151359,\n                    \"skewImpact\": 0.00000699641229416\n                },\n                {\n                    \"address\": \"0x35003cCAD6d4b1866B40Be1AA8099A151C76FFe5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.827695,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20817450872604046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20817450872604046\n                    },\n                    \"liquidity\": 15726.404152151359,\n                    \"skewImpact\": 0.000008039740759524\n                },\n                {\n                    \"address\": \"0x238F7fCcba91F0517010dF815851C716f658DDBD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.78741,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2699864111454007,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2699864111454007\n                    },\n                    \"liquidity\": 15726.404152151359,\n                    \"skewImpact\": 0.000009369817242249\n                },\n                {\n                    \"address\": \"0x1839B094FA915deDaD78465F4c2a3bdf34424200\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.883412,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13197466187916854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13197466187916854\n                    },\n                    \"liquidity\": 15726.404152151359,\n                    \"skewImpact\": 0.000006200106615728\n                },\n                {\n                    \"address\": \"0xf37560A4Edbaa8B549D3bdAEa0D7F6C9C4E28361\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.167014,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.987522004143365,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.987522004143365\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000029867300447063\n                },\n                {\n                    \"address\": \"0xcafd9b774658713FE1cfBB1cDe28Fad6e32bFFE2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.323432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.091840015830221,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.091840015830221\n                    },\n                    \"liquidity\": 3469.6657612068284,\n                    \"skewImpact\": 0.000024689108264608\n                },\n                {\n                    \"address\": \"0xACcDbD64EFFe39B65E4d629c649bb9EFf9Ce6cB5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.788889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2676054552668374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2676054552668374\n                    },\n                    \"liquidity\": 12004.385889574036,\n                    \"skewImpact\": 0.000009320909831475\n                },\n                {\n                    \"address\": \"0x9E4923B5c383F36cf811BeF8406f2D41DB9F4710\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.879057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1375826596000032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1375826596000032\n                    },\n                    \"liquidity\": 22930.932410003115,\n                    \"skewImpact\": 0.000006343884564904\n                },\n                {\n                    \"address\": \"0x8BAb25Eb1460780057421Bc722847F4F386DFbE6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.838772,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19221910125755276,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19221910125755276\n                    },\n                    \"liquidity\": 16301.627108410456,\n                    \"skewImpact\": 0.000007673961047629\n                },\n                {\n                    \"address\": \"0x78B55C90389318eC909c97Ee23Ff6271bb29A4f5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.241221,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.145576048519822,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.145576048519822\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000027403473644529\n                },\n                {\n                    \"address\": \"0x6bf276fB66dF454ae75125Fb0824464fe21b4902\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.729013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3717176511255629,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3717176511255629\n                    },\n                    \"liquidity\": 9118.859440055234,\n                    \"skewImpact\": 0.000011297906118973\n                },\n                {\n                    \"address\": \"0x4F7A18DEf401C31E22d6cEACf674C2b4e71436e3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.41011,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4383701933627564,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4383701933627564\n                    },\n                    \"liquidity\": 3999.1474135191943,\n                    \"skewImpact\": 0.00002182719066552\n                },\n                {\n                    \"address\": \"0x3894dEf492150f57293949Fbe89E5D31E7E1f068\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.581519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7196342681838427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7196342681838427\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000016167743292793\n                },\n                {\n                    \"address\": \"0x386D4390FE355F5F232E6c46891ccF15D079F245\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.497358,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0106241379449008,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0106241379449008\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000018946462473742\n                },\n                {\n                    \"address\": \"0x06d920a5136CA4214bFfc3c0743aafB712957Be2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.659473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5163623074788506,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5163623074788506\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000013593859092105\n                },\n                {\n                    \"address\": \"0xfcB5F3Ec703b68ba459684353429D9B0Be37CD78\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.620579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6113983876347734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6113983876347734\n                    },\n                    \"liquidity\": 5727.573694673197,\n                    \"skewImpact\": 0.000014878112180182\n                },\n                {\n                    \"address\": \"0xf0A8cB46b90D4DCC673d3cdE0be62A28319a9901\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.206074,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8526257557964616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8526257557964616\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000028577669334452\n                },\n                {\n                    \"address\": \"0xc957f52fd284eA01E09b90C5067cb9dbC8F3FAc5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.536417,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8642213054396113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8642213054396113\n                    },\n                    \"liquidity\": 4724.9246041869255,\n                    \"skewImpact\": 0.000017656831361131\n                },\n                {\n                    \"address\": \"0xc8970F83190842B370F493e85B01b34727312f7a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.44917,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2263285615691162,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2263285615691162\n                    },\n                    \"liquidity\": 3999.1474135191943,\n                    \"skewImpact\": 0.000020537559552909\n                },\n                {\n                    \"address\": \"0xA17f6923f82e0E90d27b19D53399057cd81Fe86a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.362492,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7586815709036336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7586815709036336\n                    },\n                    \"liquidity\": 3469.6657612068284,\n                    \"skewImpact\": 0.000023399477151997\n                },\n                {\n                    \"address\": \"0x453558bd6b40e1C141331a8edBE83aB5805Fc85F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.280281,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.56784798113322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.56784798113322\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000026113842531918\n                },\n                {\n                    \"address\": \"0x260EE6DE0B4409ddCD976eAf72C1191a71A073a5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.698533,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43157159361118236,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43157159361118236\n                    },\n                    \"liquidity\": 7128.826405522538,\n                    \"skewImpact\": 0.000012304227979494\n                },\n                {\n                    \"address\": \"0x06B4632C694D725B31e78C7c445F7eAA2D774Aa4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.142552,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.0149840058364665,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.0149840058364665\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000030661387692768\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xA3C19BcD26088A9C305cefAb9e2f8E739C5B9639\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.991458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.008615594407428302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.008615594407428302\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002300383866629\n                },\n                {\n                    \"address\": \"0xF7a65c2d456E19e04a665258e99e78FA0EDB7e73\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.942545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06095730177339017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06095730177339017\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003123858258552\n                },\n                {\n                    \"address\": \"0xb1e1B2fA58Bfe9BA2F51CC54626DDa3b4C2e2e05\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.942545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06095730177339017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06095730177339017\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003123858258552\n                },\n                {\n                    \"address\": \"0xfbA4A236337E30d2EB0C9a20b93b264B9a5E3d74\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.914003,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09408831262041809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09408831262041809\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000019300448277034\n                },\n                {\n                    \"address\": \"0x70c11D2910Eb1d5BA9e2BFB32984d060cFC5a39d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.88383,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13143930393854023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13143930393854023\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004112356402301\n                },\n                {\n                    \"address\": \"0x14647EACFA88D4FBcb0E1e36e558d2825e129032\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.88383,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13143930393854023,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13143930393854023\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004112356402301\n                },\n                {\n                    \"address\": \"0xD9e99D194890579e7984B4e1676938cA4C15A0Bb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.815642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22602808585139073,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22602808585139073\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005260332888867\n                },\n                {\n                    \"address\": \"0x9a297d7a8f51AD5dd5378165080336F30B4aAc1e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.885315,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12954146264324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12954146264324\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000019783386522237\n                },\n                {\n                    \"address\": \"0x42Bb476756b18368fFB2c9cE398DcD55A0575061\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.815642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22602808585139073,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22602808585139073\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005260332888867\n                },\n                {\n                    \"address\": \"0x08351Cb8795E4A0952a7baB2447fc1a0D9B19bb7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.845815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18229163587782202,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18229163587782202\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.0000204484247636\n                },\n                {\n                    \"address\": \"0xD63d7d2D0CbC28c791F712d9e9B9fD0d56a58d3F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.857785,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16579329319118424,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16579329319118424\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000020246854230658\n                },\n                {\n                    \"address\": \"0x69acF1c43d561332D5c911876BbCD71ef2917E89\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.739201,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35281202271100826,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35281202271100826\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006547274989211\n                },\n                {\n                    \"address\": \"0x423cF186aE8F8DC2a11BF60d23b7dF35A4b33f79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.739201,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35281202271100826,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35281202271100826\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006547274989211\n                },\n                {\n                    \"address\": \"0x398199675f1604beb2690ABA744a1257a645cab5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.808874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2362864920865302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2362864920865302\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000021070328622581\n                },\n                {\n                    \"address\": \"0x30bAa298C1470b0B7828DB37aB6C4B2fC4022d96\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.769374,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29975798506318124,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29975798506318124\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000021735366863944\n                },\n                {\n                    \"address\": \"0xF94A96FD00e43e2A1419d9F3675eF7DC4f50FDEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.68685,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45592196258280565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45592196258280565\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000023124726454418\n                },\n                {\n                    \"address\": \"0xC6904d4861d15Cd3Fc7A2C7770Ad50F39b3287B5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.833974,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19907814871926463,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19907814871926463\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000020647715677384\n                },\n                {\n                    \"address\": \"0x89046BD4b0BA8F219e12d290C6a4727099938ddd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.72635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3767467474358091,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3767467474358091\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000022459688213056\n                },\n                {\n                    \"address\": \"0x700b43943F8EDB0d49755e2aF5D5300573CD7a42\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.656677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5228186764573757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5228186764573757\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007936634579686\n                },\n                {\n                    \"address\": \"0x699dD2D3c326F1f1b08cc6AAFEcff8d7299B2db1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.656677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5228186764573757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5228186764573757\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007936634579686\n                },\n                {\n                    \"address\": \"0x17241875625eddeF9A8F5828B0Bdc8D546CD63EE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.775261,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28988817959371105,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28988817959371105\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000021636213821133\n                },\n                {\n                    \"address\": \"0xacaE75bb28414cc43cEf26a74Fba1c0042FDb9C2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.748421,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3361463668176067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3361463668176067\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000022088079773273\n                },\n                {\n                    \"address\": \"0x8A3A48165c7b026DeeF2788DaAe02905Ec28ceD9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.571124,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7509332474208754,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7509332474208754\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009376998675575\n                },\n                {\n                    \"address\": \"0x806b18351241232451f94d59255C77f7435eb360\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.689708,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4498889385073104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4498889385073104\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000023076577917022\n                },\n                {\n                    \"address\": \"0x33c18BFB67BE19b8dE0b6E5dC992230F97588f3D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.571124,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7509332474208754,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7509332474208754\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009376998675575\n                },\n                {\n                    \"address\": \"0x2634F99ee582E94A0F2bec0391b478e5fB595e71\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.816606,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22458076477517913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22458076477517913\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000020940103286707\n                },\n                {\n                    \"address\": \"0x17563ee3E9fd1addA48a8e9a69363c7185402486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.640797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5605566193349846,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5605566193349846\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000023900052308945\n                },\n                {\n                    \"address\": \"0x02744B978E9c0d42712f6E4580A643cc6Dc9a5a0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.601297,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6630716600947619,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6630716600947619\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000024565090550307\n                },\n                {\n                    \"address\": \"0xF98342Bc6e78ac83848E11A6C3d6adaB4364220c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.731612,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36684472097231857,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36684472097231857\n                    },\n                    \"liquidity\": 3243.073660675673,\n                    \"skewImpact\": 0.000022371062086251\n                },\n                {\n                    \"address\": \"0xF69265A80bDefc7Fefee99dFD53c4a082dCc5F3C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.516303,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9368471614536427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9368471614536427\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000025996049349851\n                },\n                {\n                    \"address\": \"0xdfDE4F8639C1a5686A6b961F13599CB8C1c4f742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.555804,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7991953998172019,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7991953998172019\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000025331011108489\n                },\n                {\n                    \"address\": \"0xb64363B5C22835d86CA1a6F141A0c5A8F69b9C06\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.808052,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23754411844782267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23754411844782267\n                    },\n                    \"liquidity\": 3469.6657612068284,\n                    \"skewImpact\": 0.000021084119985907\n                },\n                {\n                    \"address\": \"0x9C08961CDC08CEf316ED6757a546b724305421bB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.486131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0570586940557176,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0570586940557176\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010807957475119\n                },\n                {\n                    \"address\": \"0x8C10E57924F4de5dAeBDA06cCD02Ea65C96DdB6a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.663427,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5073248450846891,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5073248450846891\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000023519038572817\n                },\n                {\n                    \"address\": \"0x58B1ED3AF28fd2D3eff036f6070Ca1eB0a00D719\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.604715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6536715642906162,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6536715642906162\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000024507536716566\n                },\n                {\n                    \"address\": \"0x124424A6f7DB6fAB08cc185336c583B4d3C69599\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.486131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0570586940557176,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0570586940557176\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010807957475119\n                },\n                {\n                    \"address\": \"0xECD5Ae35eC883028af12CB0D697669Bc9AE028C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.405519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4659757002754494,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4659757002754494\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012165140165079\n                },\n                {\n                    \"address\": \"0xD78E2aB9aAc45563996593e544402ad5d7AD6efe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5360983102918586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5360983102918586\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000023728244776211\n                },\n                {\n                    \"address\": \"0xb6A5c4D01c36A037aB39d020B4F9027bbcC51b0b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.72744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3746838227207743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3746838227207743\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000022441302675867\n                },\n                {\n                    \"address\": \"0x99bbE9E72022520B0A5282C63ba864c5f120AEAa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.524103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9080218964592838,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9080218964592838\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000025864719406526\n                },\n                {\n                    \"address\": \"0x8F0067Ee5AcA83a66Dc39584b918D5d08DaBb177\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.809963,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2346242976531027,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2346242976531027\n                    },\n                    \"liquidity\": 3082.5785392628654,\n                    \"skewImpact\": 0.000021051943085393\n                },\n                {\n                    \"address\": \"0x84C3F7d4C7Cc5a18FC5301B695B8D8e11d83cce5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.405519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4659757002754494,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4659757002754494\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012165140165079\n                },\n                {\n                    \"address\": \"0x68914d0E00A9c4e6C67d34Aa62A5dfE7Ec1949A3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.435691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2952046289686956,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2952046289686956\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000027353232039812\n                },\n                {\n                    \"address\": \"0x630cB7746E610C02d86817Da7daE9519Ef7DF87e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.475191,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1044169607589371,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1044169607589371\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000026688193798449\n                },\n                {\n                    \"address\": \"0x0E08E120af963aFeDE6610f7F0Fe963B90F7c120\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.582815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7158103343256437,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7158103343256437\n                    },\n                    \"liquidity\": 2950.1817911294966,\n                    \"skewImpact\": 0.000024876221262777\n                },\n                {\n                    \"address\": \"0xf52803E7786D98cB98b84Eb6150056cbeCec2612\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.822752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2154330831161759,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2154330831161759\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000020843492390771\n                },\n                {\n                    \"address\": \"0xda5F7944aB9c6aE78349d76E087287a7bA8f954b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.654675,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5274754649253446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5274754649253446\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000023673216077134\n                },\n                {\n                    \"address\": \"0xb8E54f59206e650E88bA7fb8E65c30af97620fFf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.510051,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9605882549000001,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9605882549000001\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000026108134664044\n                },\n                {\n                    \"address\": \"0x88Be26726Da1B2c61f73D96BB27c327DDF9cB161\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.402427,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4849227313276694,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4849227313276694\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000027920107199716\n                },\n                {\n                    \"address\": \"0x4aE708cE90ee18e5C080860B1cF51DA6Fc93678c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.737199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.35648583354019736,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.35648583354019736\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.00002228385648666\n                },\n                {\n                    \"address\": \"0x396c9A4364e454541ad9DC93a7A385e4c6F229A2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.451338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.215634402598496,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.215634402598496\n                    },\n                    \"liquidity\": 2737.3103464773594,\n                    \"skewImpact\": 0.000027096632807793\n                },\n                {\n                    \"address\": \"0x279Ec708562f1b36f9FcC7513f6954f40d643324\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.362927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7553750478746415,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7553750478746415\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000028585145441079\n                },\n                {\n                    \"address\": \"0x1F710Eba224D572A2ce59474C19f3E5e93D64fc3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.578236,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.729397685374138,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.729397685374138\n                    },\n                    \"liquidity\": 2799.1229425400757,\n                    \"skewImpact\": 0.000024960158177478\n                },\n                {\n                    \"address\": \"0x099579790B7Eb1DC13ca374E15778B995A56cC6C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.332754,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0052230777090583,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0052230777090583\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013397053566346\n                },\n                {\n                    \"address\": \"0x035f98693F7f6732e2AAcDD9Dc2e317bfa109a01\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.332754,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0052230777090583,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0052230777090583\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013397053566346\n                },\n                {\n                    \"address\": \"0xf1eD8679FA24A71f98606cCf426CD187fd74e969\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.38905,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5703637064644647,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5703637064644647\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000028138491986951\n                },\n                {\n                    \"address\": \"0xD9A8350D8a8dF20C061634F8dfe99cD24c929DF8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.926073,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07982848004422974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07982848004422974\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000019097210080424\n                },\n                {\n                    \"address\": \"0xd7BB5DF86E9d4af2B55D833cFeCD249aB4F59F3d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.515948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9381798165706623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9381798165706623\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000026002017356636\n                },\n                {\n                    \"address\": \"0xcb0D5CBC8048D3124a92F77c026133d022996fE3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.674911,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48167684331711874,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48167684331711874\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000023325715665818\n                },\n                {\n                    \"address\": \"0xC267Ed95f0c55f531DeB5FE4b1FebcA323D98082\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.447763,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2333243255918866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2333243255918866\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000027149993843202\n                },\n                {\n                    \"address\": \"0x99333Eeb807C10Af091ca91B03CF7de719956480\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.760464,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31498663973574026,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31498663973574026\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000021885351569929\n                },\n                {\n                    \"address\": \"0x5c1AdbEe086758069A191eBe4eaa0043F1DA49d3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.845459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1827894670232383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1827894670232383\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000020454392770385\n                },\n                {\n                    \"address\": \"0x4815D1035eB6d3022EbCB8B63907e644DbDdb5C6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.592388,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6880828105903563,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6880828105903563\n                    },\n                    \"liquidity\": 2597.148459926426,\n                    \"skewImpact\": 0.000024715075256292\n                },\n                {\n                    \"address\": \"0x3515A9f3D03A5c368067f8622a7cA913ECfa126d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.270466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6973223991185584,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6973223991185584\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014438912745504\n                },\n                {\n                    \"address\": \"0x35003cCAD6d4b1866B40Be1AA8099A151C76FFe5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.300639,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.326248424189809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.326248424189809\n                    },\n                    \"liquidity\": 2469.0395810935343,\n                    \"skewImpact\": 0.000029627004620237\n                },\n                {\n                    \"address\": \"0x238F7fCcba91F0517010dF815851C716f658DDBD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.340139,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.939974539820485,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.939974539820485\n                    },\n                    \"liquidity\": 2582.101598374213,\n                    \"skewImpact\": 0.000028961966378874\n                },\n                {\n                    \"address\": \"0x1839B094FA915deDaD78465F4c2a3bdf34424200\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.270466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6973223991185584,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6973223991185584\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014438912745504\n                },\n                {\n                    \"address\": \"0xf37560A4Edbaa8B549D3bdAEa0D7F6C9C4E28361\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.948477,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05432182330198833,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05432182330198833\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.00001872180040603\n                },\n                {\n                    \"address\": \"0xcafd9b774658713FE1cfBB1cDe28Fad6e32bFFE2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.795097,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2577081790020588,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2577081790020588\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000021302320867695\n                },\n                {\n                    \"address\": \"0xACcDbD64EFFe39B65E4d629c649bb9EFf9Ce6cB5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.338688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9525699168556312,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9525699168556312\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000028986420084261\n                },\n                {\n                    \"address\": \"0x9E4923B5c383F36cf811BeF8406f2D41DB9F4710\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.250276,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9955888698876443,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9955888698876443\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000030474932717547\n                },\n                {\n                    \"address\": \"0x8BAb25Eb1460780057421Bc722847F4F386DFbE6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.289777,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.450929507862943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.450929507862943\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000029809894476184\n                },\n                {\n                    \"address\": \"0x78B55C90389318eC909c97Ee23Ff6271bb29A4f5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.87571,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1419305477840838,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1419305477840838\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000019945138177734\n                },\n                {\n                    \"address\": \"0x6bf276fB66dF454ae75125Fb0824464fe21b4902\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.3974,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5163563160543534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5163563160543534\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000027997921940512\n                },\n                {\n                    \"address\": \"0x4F7A18DEf401C31E22d6cEACf674C2b4e71436e3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.710101,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40825037565078776,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40825037565078776\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000022733279667239\n                },\n                {\n                    \"address\": \"0x3894dEf492150f57293949Fbe89E5D31E7E1f068\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.542025,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8449333517826669,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8449333517826669\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000025563003353602\n                },\n                {\n                    \"address\": \"0x386D4390FE355F5F232E6c46891ccF15D079F245\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.624548,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6011579574348169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6011579574348169\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000024173643763128\n                },\n                {\n                    \"address\": \"0x06d920a5136CA4214bFfc3c0743aafB712957Be2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.465585,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1478355187559734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1478355187559734\n                    },\n                    \"liquidity\": 2453.0902352938842,\n                    \"skewImpact\": 0.000026849945453946\n                },\n                {\n                    \"address\": \"0xfcB5F3Ec703b68ba459684353429D9B0Be37CD78\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.517717,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9315572021007616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9315572021007616\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010276162510788\n                },\n                {\n                    \"address\": \"0xf0A8cB46b90D4DCC673d3cdE0be62A28319a9901\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.92417,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08205200341928427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08205200341928427\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003434959563216\n                },\n                {\n                    \"address\": \"0xc957f52fd284eA01E09b90C5067cb9dbC8F3FAc5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.60024,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6660002665600426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6660002665600426\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008886802920313\n                },\n                {\n                    \"address\": \"0xc8970F83190842B370F493e85B01b34727312f7a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.685794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45816382178905035,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45816382178905035\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007446438824424\n                },\n                {\n                    \"address\": \"0xA17f6923f82e0E90d27b19D53399057cd81Fe86a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.770789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29737191371438887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29737191371438887\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000601548002488\n                },\n                {\n                    \"address\": \"0x453558bd6b40e1C141331a8edBE83aB5805Fc85F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.851402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17453329919356544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17453329919356544\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000465829733492\n                },\n                {\n                    \"address\": \"0x260EE6DE0B4409ddCD976eAf72C1191a71A073a5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.441278,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2661451511292199,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2661451511292199\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011563104611132\n                },\n                {\n                    \"address\": \"0x06B4632C694D725B31e78C7c445F7eAA2D774Aa4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.986459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013726875622808474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013726875622808474\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002384524754495\n                },\n                {\n                    \"address\": \"0xc6592f24dd5b03Cd7E80E13Ef1780690D473C9dF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.851402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17453329919356544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17453329919356544\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000465829733492\n                },\n                {\n                    \"address\": \"0xc64B4231180C0e4d29E48fcccE0d8F4fc597cEd0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.92417,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08205200341928427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08205200341928427\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003434959563216\n                },\n                {\n                    \"address\": \"0x9D99e07880daf3b8C105575FB0f7dc0d741cA35D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.986459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013726875622808474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013726875622808474\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002384524754495\n                },\n                {\n                    \"address\": \"0x7734E83523fB59eb9107C2A204fAAf622Abe5807\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.770789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29737191371438887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29737191371438887\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000601548002488\n                },\n                {\n                    \"address\": \"0x1935c4b29B78B9939e14D8A7178F160002E175a6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.685794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45816382178905035,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45816382178905035\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007446438824424\n                },\n                {\n                    \"address\": \"0xF7268B480A44bFBA488ceE03B974AB26B5E1C602\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.986459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013726875622808474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013726875622808474\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002384524754495\n                },\n                {\n                    \"address\": \"0xaD94Cc5DA9b98b65c221cE9A73263F6cb0364aA4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.770789,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29737191371438887,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29737191371438887\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000601548002488\n                },\n                {\n                    \"address\": \"0x91783817b5b96eB0F30bBA0CEE00e9A1E31F61C8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.92417,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08205200341928427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08205200341928427\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003434959563216\n                },\n                {\n                    \"address\": \"0x169ec095b2653A01Dbe6198c105c19182AF27271\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.851402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17453329919356544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17453329919356544\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000465829733492\n                },\n                {\n                    \"address\": \"0x071239ed16EF7CdFB43c53b01C68fDBFE5F4932e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.685794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45816382178905035,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45816382178905035\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007446438824424\n                },\n                {\n                    \"address\": \"0xe35b3e076f471023BBB737F3015278E1a7AB8bB3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.851402,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17453329919356544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17453329919356544\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000465829733492\n                },\n                {\n                    \"address\": \"0x9108a7696A893Fb3C9aD93f6e2F3DE9B323B4f70\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.986459,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.013726875622808474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.013726875622808474\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002384524754495\n                },\n                {\n                    \"address\": \"0x2Dda392A916dD34EC216628b24F6caB94947A3C1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-10T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.92417,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08205200341928427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08205200341928427\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003434959563216\n                }\n            ]\n        },\n        \"2023-11-17T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xb8a6b1E2696546e722DA1162B3C11e69d914FFc7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0x643F9196000Ec3b509F437B9EA67D3387d587221\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.109983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.092314266750316,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.092314266750316\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000030948213614668\n                },\n                {\n                    \"address\": \"0x478b88aD0Ee3e4b7304CeA629faa9898a900D098\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.137439,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.275955151012449,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.275955151012449\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000030014475477294\n                },\n                {\n                    \"address\": \"0x88826a4a5f048f411376468fC5ecb4250809F9f7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.170772,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.85576089757103,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.85576089757103\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000028880824853102\n                },\n                {\n                    \"address\": \"0x893981bC8DC08D34601faAF9e3F435edb047E62D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.210484,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7509549419433306,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7509549419433306\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000027530268513319\n                },\n                {\n                    \"address\": \"0x66940C3852A907cb6A14e9B41157287464658cCd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.256849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.893338109161414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.893338109161414\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000025953408312791\n                },\n                {\n                    \"address\": \"0x99B4242dA487f3171c9959C895b21F16766F9f0C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.309834,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.227534744411524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.227534744411524\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000024151440719832\n                },\n                {\n                    \"address\": \"0x76AaA48882Ea2858D071533c7b9a70AD42b2E3e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.369012,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7099389721743465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7099389721743465\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000022138852465148\n                },\n                {\n                    \"address\": \"0x3C4dBb8F346CF40e32218995bC04AEb727d8af8b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.433512,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3067412205429145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3067412205429145\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.00001994529792209\n                },\n                {\n                    \"address\": \"0xe906046921ce3fcbDD67261c0fd549D729B5939D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9920318725099602,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9920318725099602\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000017616101950898\n                },\n                {\n                    \"address\": \"0x5e7E4BC05A58b0ad54e6D36E8144b4fC8e4cCD8a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.572702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7461087965468951,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7461087965468951\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000015211623243285\n                },\n                {\n                    \"address\": \"0x47C5f385Ef100Db0cfDd426F17b92a3fCc7E6A79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.643585,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5537963128413497,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5537963128413497\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000012801040136964\n                },\n                {\n                    \"address\": \"0xbA6bD074d7Bbc189990f721BE2869ab73B36DF53\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.712391,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4037235170011974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4037235170011974\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000010461070627188\n                },\n                {\n                    \"address\": \"0x5155f6203fDa108CC4D07cbe9349334828f0b009\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.77693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2871172435097113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2871172435097113\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000008266216339525\n                },\n                {\n                    \"address\": \"0xe7182d0751854CE8F12F68E372546c639A6C0503\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.835279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19720476631161565,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19720476631161565\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.000006281879562075\n                },\n                {\n                    \"address\": \"0x1EB63EFe0DD11956134E421cA710De8567127197\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.885987,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1286847323944934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1286847323944934\n                    },\n                    \"liquidity\": 16456.585180847553,\n                    \"skewImpact\": 0.00000455744610293\n                },\n                {\n                    \"address\": \"0x5dF9D96df91aeBeb94a2Cd96C702Cb49Abae0538\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.928216,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07733544778370546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07733544778370546\n                    },\n                    \"liquidity\": 24028.315406843623,\n                    \"skewImpact\": 0.000003121317442779\n                },\n                {\n                    \"address\": \"0x1039f4B16a7BC345603f5f655eD49B76189Ce115\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1460,\n                    \"price\": 0.961809,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.039707467906829705,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.039707467906829705\n                    },\n                    \"liquidity\": 37899.81565725606,\n                    \"skewImpact\": 0.000001978901445807\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xb8a6b1E2696546e722DA1162B3C11e69d914FFc7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.962861,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03857150720612844,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03857150720612844\n                    },\n                    \"liquidity\": 38597.259100651645,\n                    \"skewImpact\": 0.00000194314315958\n                },\n                {\n                    \"address\": \"0x643F9196000Ec3b509F437B9EA67D3387d587221\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.940644,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0631014496451367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0631014496451367\n                    },\n                    \"liquidity\": 27791.556364816934,\n                    \"skewImpact\": 0.000002698661385331\n                },\n                {\n                    \"address\": \"0x478b88aD0Ee3e4b7304CeA629faa9898a900D098\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.913188,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09506476213003237,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09506476213003237\n                    },\n                    \"liquidity\": 20647.508494366426,\n                    \"skewImpact\": 0.000003632399522705\n                },\n                {\n                    \"address\": \"0x88826a4a5f048f411376468fC5ecb4250809F9f7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.879853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13655349245839932,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13655349245839932\n                    },\n                    \"liquidity\": 15736.301064483841,\n                    \"skewImpact\": 0.000004766050146897\n                },\n                {\n                    \"address\": \"0x893981bC8DC08D34601faAF9e3F435edb047E62D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.840139,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19027922760400368,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19027922760400368\n                    },\n                    \"liquidity\": 12261.701020545272,\n                    \"skewImpact\": 0.00000611660648668\n                },\n                {\n                    \"address\": \"0x66940C3852A907cb6A14e9B41157287464658cCd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.793772,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25980760218299453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25980760218299453\n                    },\n                    \"liquidity\": 9748.53119526739,\n                    \"skewImpact\": 0.000007693466687208\n                },\n                {\n                    \"address\": \"0x99B4242dA487f3171c9959C895b21F16766F9f0C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.740785,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3499193423192964,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3499193423192964\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000009495434280167\n                },\n                {\n                    \"address\": \"0x76AaA48882Ea2858D071533c7b9a70AD42b2E3e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.681605,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4671253878712744,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4671253878712744\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000011508022534851\n                },\n                {\n                    \"address\": \"0x3C4dBb8F346CF40e32218995bC04AEb727d8af8b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.617105,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6204697741875369,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6204697741875369\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000013701577077909\n                },\n                {\n                    \"address\": \"0xe906046921ce3fcbDD67261c0fd549D729B5939D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.548616,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8227685667206206,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8227685667206206\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000016030773049101\n                },\n                {\n                    \"address\": \"0x5e7E4BC05A58b0ad54e6D36E8144b4fC8e4cCD8a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.477914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.092426670907318,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.092426670907318\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000018435251756714\n                },\n                {\n                    \"address\": \"0x47C5f385Ef100Db0cfDd426F17b92a3fCc7E6A79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.407032,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4568092926354683,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4568092926354683\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.000020845834863035\n                },\n                {\n                    \"address\": \"0xbA6bD074d7Bbc189990f721BE2869ab73B36DF53\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.338228,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.956585498539447,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.956585498539447\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000023185804372811\n                },\n                {\n                    \"address\": \"0x5155f6203fDa108CC4D07cbe9349334828f0b009\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.27369,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.653768862581753,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.653768862581753\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000025380658660474\n                },\n                {\n                    \"address\": \"0xe7182d0751854CE8F12F68E372546c639A6C0503\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.215343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.643754382543198,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.643754382543198\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000027364995437924\n                },\n                {\n                    \"address\": \"0x1EB63EFe0DD11956134E421cA710De8567127197\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.164638,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.073931899075547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.073931899075547\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000029089428897069\n                },\n                {\n                    \"address\": \"0x5dF9D96df91aeBeb94a2Cd96C702Cb49Abae0538\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.122411,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.169200480348987,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.169200480348987\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000030525557557219\n                },\n                {\n                    \"address\": \"0x1039f4B16a7BC345603f5f655eD49B76189Ce115\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1460,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x3574559B031129E8d4342b1c168D9Da6c7DF5663\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.137628,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.2659633214171535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.2659633214171535\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000030823968012682\n                },\n                {\n                    \"address\": \"0x5D672eee4774F2d51Fa2a462311a7b733611940d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.155649,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.424712012284049,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.424712012284049\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.00003022892989865\n                },\n                {\n                    \"address\": \"0x0647b2ba8d44ccBA20d906172eE688e9ee820C46\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.178531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.601268127103976,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.601268127103976\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000029473411672899\n                },\n                {\n                    \"address\": \"0xFE7DA5874DA7ca89A8Ae96A501B57b9396C8F571\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.226288,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.4191472813405923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.4191472813405923\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000027896551472371\n                },\n                {\n                    \"address\": \"0x3c6aCe3340e5885E65c29E6c3D821fFcCf8b9D81\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.175126,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.710174388725831,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.710174388725831\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000029585807835496\n                },\n                {\n                    \"address\": \"0x1e1Ed843EC68d2d33B3eD0B6dca3d18d3eaa27eb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.203406,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.916275822738759,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.916275822738759\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000028652069698122\n                },\n                {\n                    \"address\": \"0xf0122e277C8E822B525A42435D8e4ac9212809CD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.257982,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.876239427556962,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.876239427556962\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000026850102105163\n                },\n                {\n                    \"address\": \"0xD2C3500e8Ac85D790f3AB06DF156A45E9825Cae7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.229702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3534666655057426,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3534666655057426\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000027783840242537\n                },\n                {\n                    \"address\": \"0xB16A89Fa0442EBb44422F13bF41a9E49eFA393cB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.280864,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5604420644867267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5604420644867267\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000026094583879412\n                },\n                {\n                    \"address\": \"0x456EAF357912012112a1F4f9B361A94eA0Ca0363\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.195366,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.11859791365949,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.11859791365949\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000028917490866729\n                },\n                {\n                    \"address\": \"0xEaa6156268098Fdfdb8690f2f08593B437834B4E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.318937,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.135415458225292,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.135415458225292\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000024837513850479\n                },\n                {\n                    \"address\": \"0xd0DEf35Fd7FC27aefB0229cDFF6BA8DE4c56eEb5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.290657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4404813921563906,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4404813921563906\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000025771251987853\n                },\n                {\n                    \"address\": \"0xb66F26D471840e917Af7E7D45D47d5Cea5b24c10\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.256321,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.90135806274164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.90135806274164\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000026904902612045\n                },\n                {\n                    \"address\": \"0x7205b4BA4a203f253fBEF721aD4950A949dF78ad\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.341819,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.925524912307391,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.925524912307391\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000024081995624728\n                },\n                {\n                    \"address\": \"0x192055a2Ce26aDCd0b1c8ba606805B51A5Ea6B7B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.215416,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.64218071081071,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.64218071081071\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000028255458951828\n                },\n                {\n                    \"address\": \"0xe535D0951118e2f939C3ED388C940Fb86b1863D3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.357094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8003830924070412,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8003830924070412\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.000023577697444795\n                },\n                {\n                    \"address\": \"0xb7C99C5939D76777cfF201878ca48f8a8E5642ae\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.322758,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.098296556553207,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.098296556553207\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.000024711348068987\n                },\n                {\n                    \"address\": \"0x2B0dA1fE895b1d7a03B53F8F80313b139E8236e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.385374,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5948818550291406,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5948818550291406\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.000022643959307421\n                },\n                {\n                    \"address\": \"0x1f015FC74366Bc404113f62d0f53985485CB4a6a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.408256,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4494434864398809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4494434864398809\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.00002188844108167\n                },\n                {\n                    \"address\": \"0x11Ee98f620718aff97596AE0fFA75e682C7a3711\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.281853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.547948753428205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.547948753428205\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.00002606190440877\n                },\n                {\n                    \"address\": \"0x0Bce8a6e91F2B1EDB3Cdaf921F34C73445b83756\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.234094,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2717882559997267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2717882559997267\n                    },\n                    \"liquidity\": 3760.284769521249,\n                    \"skewImpact\": 0.000027638764609298\n                },\n                {\n                    \"address\": \"0xBCF0971e7f7896baac3311669c0b405f78c351Bd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.455919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1933720682840592,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1933720682840592\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000020314763336229\n                },\n                {\n                    \"address\": \"0xa07b56c239950ed118Fc44d4b46D4057aCf87D48\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.478801,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0885503580819589,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0885503580819589\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000019559245110478\n                },\n                {\n                    \"address\": \"0x722Fb3846996959af71931BF2C0f07daAb9353a9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.250063,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9989922539520046,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9989922539520046\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000027111536231065\n                },\n                {\n                    \"address\": \"0x6e6C600055ef94Dfd7880A873BddE9Eb0850AFCD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.352398,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8377005544866885,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8377005544866885\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000023732708437578\n                },\n                {\n                    \"address\": \"0x5E5e979efCE11eE800e1d48D99A729b8be61ea56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.393303,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.54256896082664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.54256896082664\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000022382152097795\n                },\n                {\n                    \"address\": \"0x5862f434F42758F3DB1e40713615Fb7171101fB5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.427639,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3384209578639927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3384209578639927\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000021248501473603\n                },\n                {\n                    \"address\": \"0x1c1b604B297445f7425daE66206e143CA015EBE6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.304638,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2825845757915952,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2825845757915952\n                    },\n                    \"liquidity\": 4257.468548322835,\n                    \"skewImpact\": 0.000025309568638106\n                },\n                {\n                    \"address\": \"0xf16Ed7Dc33FfF7ab94226100026670168F1f2a2b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.425221,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.351718282963447,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.351718282963447\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000021328229729965\n                },\n                {\n                    \"address\": \"0xBC4fc8768e0351a4AB0bb225f136ddBE5Cd34467\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.377462,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6492733043326215,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6492733043326215\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000022905089930493\n                },\n                {\n                    \"address\": \"0x8461a2647a8cDfFAA70865a8d4723Bbb6C2E3899\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.466126,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1453426755855711,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1453426755855711\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000019977673390182\n                },\n                {\n                    \"address\": \"0x734af6336e60384309CB9Ad755a0D2Dae62E74EC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.261929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.817828495508324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.817828495508324\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000026719645778136\n                },\n                {\n                    \"address\": \"0x6a1dc34B06e20D363fbc23B01c000115338022e0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.322886,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.097068315132895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.097068315132895\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000024707057523452\n                },\n                {\n                    \"address\": \"0x62215AaEe64Bd7F8d2eba1dc198f2FfCa641D9e4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.528742,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8912815702176107,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8912815702176107\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000017910284628616\n                },\n                {\n                    \"address\": \"0x4A85EaE1246AE01F7805480ef38041F088D37860\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.551624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.812829028468667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.812829028468667\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.000017154766402865\n                },\n                {\n                    \"address\": \"0x29367a48A8A4D4009005f1DCD38663aC26dec598\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.500462,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9981537059756787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9981537059756787\n                    },\n                    \"liquidity\": 4930.440282440342,\n                    \"skewImpact\": 0.00001884402276599\n                },\n                {\n                    \"address\": \"0xE9250965A2d3fc2FEBa8e72010e59E6092B4709c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.268504,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7243393022077877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7243393022077877\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000026502617214873\n                },\n                {\n                    \"address\": \"0xB59ac44Be2a15a687cff64D20BD64bA66E96C486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.624635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6009349460084689,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6009349460084689\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000014744183296544\n                },\n                {\n                    \"address\": \"0xaDA3d563b660ec640025Ca867A3Dac9B7c05097b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.498231,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0071011237759193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0071011237759193\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000018917646623644\n                },\n                {\n                    \"address\": \"0x7cC9A47b1B1161FD3180BF799857bF3f7789418D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.539137,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8548161228036659,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8548161228036659\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000017567090283861\n                },\n                {\n                    \"address\": \"0x5acbEB4c368a77c6E66c528f833b4606FFe3f88E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.334939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9856182767608432,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9856182767608432\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000024309062671815\n                },\n                {\n                    \"address\": \"0x3FfD028c3e160FeF3cf80540a47f20E661B502D0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.450472,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2198938002805946,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2198938002805946\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000020494506824172\n                },\n                {\n                    \"address\": \"0x3f670655f3d2Bc596E6e457A28d2647Bf47A943B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.601752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6618141692923332,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6618141692923332\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000015499701522295\n                },\n                {\n                    \"address\": \"0x34B3Db9F2C9B585D5A8685c02d2B4072e232B0AC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.395896,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5259158971042899,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5259158971042899\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000022296474417131\n                },\n                {\n                    \"address\": \"0x04EDBd71Ea9Ad282ba8A03112f08b56c66e143d9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.573473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7437612581586229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7437612581586229\n                    },\n                    \"liquidity\": 5858.898901771883,\n                    \"skewImpact\": 0.000016433439659669\n                },\n                {\n                    \"address\": \"0xBF5467551EaB0A6e3dCCD53CD9fFC52c6b965517\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.644343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5519684391698211,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5519684391698211\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000014093470149893\n                },\n                {\n                    \"address\": \"0xa290aa57af6EC1Bd6d37CcAD42fAd0513Fb8B155\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.339374,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9466016842775224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9466016842775224\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000024162647705097\n                },\n                {\n                    \"address\": \"0xa12E05683ec3D40a5968E565Bd64ac5d14D03F73\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.521342,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9181266807585041,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9181266807585041\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000018154537314396\n                },\n                {\n                    \"address\": \"0x8CefDaf33E06F56c1eD8B72421C9cedD494c8A82\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.26883,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.719822936428226,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.719822936428226\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000026491843676289\n                },\n                {\n                    \"address\": \"0x8C00F9727b9403c18C10245284a795184b5bDBD7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.569101,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7571573411397978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7571573411397978\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000016577677113868\n                },\n                {\n                    \"address\": \"0x879780799936573bA5526b5d3cCdb14Dd2C35D20\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.405809,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4642134600267616,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4642134600267616\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000021969093162039\n                },\n                {\n                    \"address\": \"0x7a9cD2531F5B176A11eb12D8D098024A0157EF59\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.672622,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4867191379407749,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4867191379407749\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000013159732012519\n                },\n                {\n                    \"address\": \"0x342C22636623848d9bC9BC6C6Db74eD8f3e9EA17\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.610007,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6393254503636845,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6393254503636845\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000015227120774085\n                },\n                {\n                    \"address\": \"0x1Fed81efd7bDF7D93D333c2741d30Dc107A5296B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.695505,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4378041854479838,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4378041854479838\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000012404213786768\n                },\n                {\n                    \"address\": \"0x110D03600263F0d8Fc3c94B6a488CFb44DE3c0Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.466767,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1423965276037082,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1423965276037082\n                    },\n                    \"liquidity\": 7169.438260466116,\n                    \"skewImpact\": 0.000019956504907355\n                },\n                {\n                    \"address\": \"0xFEd2717551eE6fCEc0F33a29E2768790CEAB8322\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.472285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1173655737531363,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1173655737531363\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000019774238874376\n                },\n                {\n                    \"address\": \"0xcb9a91a7B0394426EB1f733391DF2FBd39a0E66c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.739099,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3529987187102135,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3529987187102135\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000010964877724856\n                },\n                {\n                    \"address\": \"0xA8514f8b517160C8EE8F138A2135066a1B226CE9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.676483,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47823374718950823,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47823374718950823\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000013032266486422\n                },\n                {\n                    \"address\": \"0x9f5A545Bc2E372aa241157F5034BD4B0C48C3Fa3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.710819,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4068278985226901,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4068278985226901\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.00001189861586223\n                },\n                {\n                    \"address\": \"0x9c0055561537f13fe0b3791F2717A635fb6Fb6c0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.587818,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7012068361295505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7012068361295505\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000015959683026733\n                },\n                {\n                    \"address\": \"0x701326eaf86EDE60DcdEcDF2f7A8F07B62F9a17C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.533243,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.875317631923907,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.875317631923907\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000017761650619692\n                },\n                {\n                    \"address\": \"0x5de28a60A35D4ce0109203D452d56FF4Da6cd21C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.635577,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5733734858246917,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5733734858246917\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000014382822826205\n                },\n                {\n                    \"address\": \"0x530d5ecDE40483C0c531C12eE4718D5d92ae1D0b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.335306,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9823504500366829,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9823504500366829\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000024296989388626\n                },\n                {\n                    \"address\": \"0x4D3ED66F29C6d0dBA13AcA6a84590Ce4F19966dC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.761981,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3123686811088465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3123686811088465\n                    },\n                    \"liquidity\": 9073.074901437787,\n                    \"skewImpact\": 0.000010209359499105\n                },\n                {\n                    \"address\": \"0x44B419c70C9A3fc85e869C0a2568Fa6eDb0df9Cd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.262481,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.809799566444809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.809799566444809\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000026701468096239\n                },\n                {\n                    \"address\": \"0x37C4CD365d79f3DB54e444b86aD5c28f6C03a135\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.40585,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4639645189109276,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4639645189109276\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000021967793417434\n                },\n                {\n                    \"address\": \"0xDD41f51b6EA17682fA7e4918Cee7C40b25420797\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.799199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.251252816882904,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.251252816882904\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.000008980540947406\n                },\n                {\n                    \"address\": \"0xDCC712af8e834124bBb286aBc43c00A88eA8DE68\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.822082,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21642366576570224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21642366576570224\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.000008225022721655\n                },\n                {\n                    \"address\": \"0xAD8F0933c2547ACe0Edb4dD1B065E842657c7b42\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.695678,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43744663479368323,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43744663479368323\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.000012398486048755\n                },\n                {\n                    \"address\": \"0xa309b1459e46E9923cA7A652f6f7a5d6c1Df99aA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.395406,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5290460943941167,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5290460943941167\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000022312652611176\n                },\n                {\n                    \"address\": \"0x8f1fFc933Eb0880f1510A3DABAbC4E0CcD446525\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.647919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5434028018934465,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5434028018934465\n                    },\n                    \"liquidity\": 9748.53119526739,\n                    \"skewImpact\": 0.000013975346249283\n                },\n                {\n                    \"address\": \"0x87fD4d98f252500a099632e9324312d938Ea9ED6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.249573,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0068436890208474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0068436890208474\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.00002712771442511\n                },\n                {\n                    \"address\": \"0x7a221627F1cbC9fD1771b746eC4565C613fC9d52\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.593343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.685365800220109,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.685365800220109\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000015777313842242\n                },\n                {\n                    \"address\": \"0x793252BE7aCA9f2Eb336CbC56e8Ba7C9feD426A0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.770919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2971531380080138,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2971531380080138\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.00000991427908478\n                },\n                {\n                    \"address\": \"0x32fb89AaD1BD6Cc116beD272f573f18986D94AB2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.736583,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3576202546081026,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3576202546081026\n                    },\n                    \"liquidity\": 11939.101865750437,\n                    \"skewImpact\": 0.000011047929708972\n                },\n                {\n                    \"address\": \"0x3151930B9765e2CaCf5F4495B043e73E67Ea56eB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.322581,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0999965900037507,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0999965900037507\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000024717131318789\n                },\n                {\n                    \"address\": \"0x139180D5D916416625465b8653D421bF13388ECd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.532386,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8783363950216572,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8783363950216572\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000017789902096926\n                },\n                {\n                    \"address\": \"0x0f8d971e95b77808c6D049916417f362f38C949e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.465951,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1461484147474734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1461484147474734\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000019983456639984\n                },\n                {\n                    \"address\": \"0x0707F4fA47D60E2960b842A8C15f6352Ff9f8158\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.178702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.5959082718716076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.5959082718716076\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000029467683934886\n                },\n                {\n                    \"address\": \"0xE58389a228Ee161ecEdF0373c02D35729DB217C8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.51818,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9298313327415185,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9298313327415185\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000018259023180839\n                },\n                {\n                    \"address\": \"0xe03E14729083927FE20e0e3c40d092eedD66d3Ec\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.37481,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6680184626877619,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6680184626877619\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000022992697859644\n                },\n                {\n                    \"address\": \"0xe00bF3Cbb78Da5dEAc568F201A1D67996Cf3498d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.874311,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14375777040435275,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14375777040435275\n                    },\n                    \"liquidity\": 16456.585180847553,\n                    \"skewImpact\": 0.00000650058926251\n                },\n                {\n                    \"address\": \"0xdb8Fcb43FAa5578bC2553d2d1d4742E0d5Bd85e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.301802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3134306598365812,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3134306598365812\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.000025403280965965\n                },\n                {\n                    \"address\": \"0xCa7B5e14860BB56A8832efC414EBA84259456Db3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.823149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2148468867726256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2148468867726256\n                    },\n                    \"liquidity\": 16456.585180847553,\n                    \"skewImpact\": 0.000008189845625635\n                },\n                {\n                    \"address\": \"0x8a252AEEe5498EbA891d73de9480494E9E4a27aC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.700148,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42826945160166136,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42826945160166136\n                    },\n                    \"liquidity\": 9748.53119526739,\n                    \"skewImpact\": 0.000012250912790138\n                },\n                {\n                    \"address\": \"0x7a96B76Fd54fe3f4e4cfF669f88903Ed1B785295\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.747907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33706463504152256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33706463504152256\n                    },\n                    \"liquidity\": 12261.701020545272,\n                    \"skewImpact\": 0.00001067405258961\n                },\n                {\n                    \"address\": \"0x62CD26184922fb650C5Fb892DB3b7Dd8A14B85Cb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.447635,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2339629385548494,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2339629385548494\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000020588219152031\n                },\n                {\n                    \"address\": \"0x5DB86E59fE00bd7BEC0c0CB7539f253da64B346f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.164455,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.080690766471071,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.080690766471071\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000029938104763404\n                },\n                {\n                    \"address\": \"0x3765Fe7fe22365471b63Aa888F737D5b976e67CC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.584615,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7105274411364745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7105274411364745\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000016065468637781\n                },\n                {\n                    \"address\": \"0x1d8d2f6e1b66FF0E3A7Be3EE4e74E4085249eabA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.645573,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5490114983123521,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5490114983123521\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000014052880383097\n                },\n                {\n                    \"address\": \"0x1b09fFc3AB4F5f1b36F211Ef97479d832D91B6A0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.851428,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1744974325486125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1744974325486125\n                    },\n                    \"liquidity\": 16456.585180847553,\n                    \"skewImpact\": 0.000007256107488261\n                },\n                {\n                    \"address\": \"0x0B02cf1cD6D7c58b620A3b553297Eb183183400F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.230932,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3302790431815423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3302790431815423\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000027743250475741\n                },\n                {\n                    \"address\": \"0x05ADD3cF9Fb542Edf1EF81af72Bb68e52A67Acba\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.788813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2677275856254905,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2677275856254905\n                    },\n                    \"liquidity\": 15736.301064483841,\n                    \"skewImpact\": 0.000009323496249827\n                },\n                {\n                    \"address\": \"0xf5BD313DD6Ff6B34C55371b8256E2Db20EDb29e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.418307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3905887302866078,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3905887302866078\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000021556569199493\n                },\n                {\n                    \"address\": \"0xe8DB8dD603F17e0D47864C1012A6f31374108f51\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.561677,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7803826754522618,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7803826754522618\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000016822894520688\n                },\n                {\n                    \"address\": \"0xCa402bB890654B828604A10E0F05226C1572126E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.345299,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8960408225914351,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8960408225914351\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.000023967152305814\n                },\n                {\n                    \"address\": \"0xC40Ed8B62518e3B5dd1991BC393e0D27Ae3C5232\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.147854,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.763428787858292,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.763428787858292\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000030486312880703\n                },\n                {\n                    \"address\": \"0xb4da5988F339acDaFe47D9a78F40809F1B50B649\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.207952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.808802031237978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.808802031237978\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000028501976103253\n                },\n                {\n                    \"address\": \"0xAe3C0c589137214a01A6E4486ee76fB93d3aE90d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.791404,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2635771363298644,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2635771363298644\n                    },\n                    \"liquidity\": 12261.701020545272,\n                    \"skewImpact\": 0.000009237923929459\n                },\n                {\n                    \"address\": \"0x8D0d7757F9Ff4b68d77A647FF331CA6C92821bFd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.274429,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.643929759609954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.643929759609954\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.00002630712181559\n                },\n                {\n                    \"address\": \"0x4C9Cc5d05ba65A48F44BE7193f960F3dC18Cba56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.83231,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2014754118056974,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2014754118056974\n                    },\n                    \"liquidity\": 15736.301064483841,\n                    \"skewImpact\": 0.000007887367589676\n                },\n                {\n                    \"address\": \"0x4415C7771f85E420e463C7e658B2dF1D8C858Aea\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.743645,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3447276590308548,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3447276590308548\n                    },\n                    \"liquidity\": 9748.53119526739,\n                    \"skewImpact\": 0.000010814784129987\n                },\n                {\n                    \"address\": \"0x2aAe17728E93CdAd210C5b73560e77e292074FfC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.866646,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15387366929519086,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15387366929519086\n                    },\n                    \"liquidity\": 20647.508494366426,\n                    \"skewImpact\": 0.000006753716965484\n                },\n                {\n                    \"address\": \"0x1CaF2B6AA72c202C713D1E781B8ceF446a8d7e81\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.491132,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0361124911429107,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0361124911429107\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.00001915209049188\n                },\n                {\n                    \"address\": \"0x1aAa38a35d0462AC8Ec2aDa761ac43B604aE0aF7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.628112,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.592072751356446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.592072751356446\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.00001462933997763\n                },\n                {\n                    \"address\": \"0x19DAEE9801A0AC055990d780357A7FB88b83299b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.68907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.45123136981729006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.45123136981729006\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000012616751722946\n                },\n                {\n                    \"address\": \"0xFB5118aa805CC10A4758DC025639973cF14693f8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.452907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.207958808320472,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.207958808320472\n                    },\n                    \"liquidity\": 4068.2926921615226,\n                    \"skewImpact\": 0.000020414153202521\n                },\n                {\n                    \"address\": \"0xf165f50CAcF4aAE9b7e6864773558619806eCBf6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.662712,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5089510979128189,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5089510979128189\n                    },\n                    \"liquidity\": 6517.192660412627,\n                    \"skewImpact\": 0.000013486923980658\n                },\n                {\n                    \"address\": \"0xEc243d37BBb218FbF1360cBc34e07fd8DCac2fAa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.309028,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2359527292025314,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2359527292025314\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000025164705818618\n                },\n                {\n                    \"address\": \"0xc560b8ef91f3a292025DF68F71fF79C3baDe7df5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.130227,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.678899153017423,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.678899153017423\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000031068330342876\n                },\n                {\n                    \"address\": \"0xabB64A7B1668BC00CE62811213f461885976fE61\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.182454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.480833525162507,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.480833525162507\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000029343896883731\n                },\n                {\n                    \"address\": \"0x9E03A1C3678E9BE1702F37c3eA27D1920A7432Cf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.596277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6770729040362116,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6770729040362116\n                    },\n                    \"liquidity\": 5473.822434712164,\n                    \"skewImpact\": 0.000015680478523716\n                },\n                {\n                    \"address\": \"0x87d218d37B4cdaE67577C00A828FCbD0B6343584\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.242552,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.122827270028695,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.122827270028695\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000027359560106281\n                },\n                {\n                    \"address\": \"0x71d6ffD34a69e89FABb3F4D246D7Eaf0DdF36540\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.723669,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38184722573441726,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38184722573441726\n                    },\n                    \"liquidity\": 7898.5328935028,\n                    \"skewImpact\": 0.000011474335725974\n                },\n                {\n                    \"address\": \"0x4861B40cEe21Eae9bF9676352B5c9157E222F74f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.379899,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6322785793066052,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6322785793066052\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.000022824736308842\n                },\n                {\n                    \"address\": \"0x3741dFfdD2ba92830eD47EF54f0a0cEC4e42eA36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.525732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9021098202125799,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9021098202125799\n                    },\n                    \"liquidity\": 4678.501764717133,\n                    \"skewImpact\": 0.000018009674494908\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x3574559B031129E8d4342b1c168D9Da6c7DF5663\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.986549,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01363439626414906,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01363439626414906\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002383025073448\n                },\n                {\n                    \"address\": \"0x5D672eee4774F2d51Fa2a462311a7b733611940d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.959623,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042075898555995424,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042075898555995424\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000018532410050674\n                },\n                {\n                    \"address\": \"0x0647b2ba8d44ccBA20d906172eE688e9ee820C46\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.946438,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05659324752387372,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05659324752387372\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000305830324334\n                },\n                {\n                    \"address\": \"0xFE7DA5874DA7ca89A8Ae96A501B57b9396C8F571\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.899608,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1115952726076247,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1115952726076247\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003846733343604\n                },\n                {\n                    \"address\": \"0x3c6aCe3340e5885E65c29E6c3D821fFcCf8b9D81\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.940523,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06323821958633655,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06323821958633655\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000018853971082251\n                },\n                {\n                    \"address\": \"0x1e1Ed843EC68d2d33B3eD0B6dca3d18d3eaa27eb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.912792,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09553983821067663,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09553983821067663\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000019320840150938\n                },\n                {\n                    \"address\": \"0xf0122e277C8E822B525A42435D8e4ac9212809CD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.859275,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16377178435308834,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16377178435308834\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000020221823947417\n                },\n                {\n                    \"address\": \"0xD2C3500e8Ac85D790f3AB06DF156A45E9825Cae7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.887006,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12738808982126393,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12738808982126393\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.00001975495487873\n                },\n                {\n                    \"address\": \"0xB16A89Fa0442EBb44422F13bF41a9E49eFA393cB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.846091,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18190596519759689,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18190596519759689\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004747717140083\n                },\n                {\n                    \"address\": \"0x456EAF357912012112a1F4f9B361A94eA0Ca0363\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.920672,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0861631503944944,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0861631503944944\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000019188129566634\n                },\n                {\n                    \"address\": \"0xEaa6156268098Fdfdb8690f2f08593B437834B4E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.799503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.250777045239355,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.250777045239355\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000021228118074759\n                },\n                {\n                    \"address\": \"0xd0DEf35Fd7FC27aefB0229cDFF6BA8DE4c56eEb5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.827234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2088477988090431,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2088477988090431\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000020761249006072\n                },\n                {\n                    \"address\": \"0xb66F26D471840e917Af7E7D45D47d5Cea5b24c10\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.8609,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16157509582994542,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16157509582994542\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000020194423693976\n                },\n                {\n                    \"address\": \"0x7205b4BA4a203f253fBEF721aD4950A949dF78ad\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.786319,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27174848884485814,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27174848884485814\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005754011267425\n                },\n                {\n                    \"address\": \"0x192055a2Ce26aDCd0b1c8ba606805B51A5Ea6B7B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.901009,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1098668270794188,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1098668270794188\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000019519145524085\n                },\n                {\n                    \"address\": \"0xe535D0951118e2f939C3ED388C940Fb86b1863D3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.762089,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.312182697821383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.312182697821383\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000021858026277601\n                },\n                {\n                    \"address\": \"0xb7C99C5939D76777cfF201878ca48f8a8E5642ae\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.795755,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25666819561297133,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25666819561297133\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000021291200965505\n                },\n                {\n                    \"address\": \"0x2B0dA1fE895b1d7a03B53F8F80313b139E8236e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.734358,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3617336503449272,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3617336503449272\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000022324895346288\n                },\n                {\n                    \"address\": \"0x1f015FC74366Bc404113f62d0f53985485CB4a6a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.721174,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38662791503853444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38662791503853444\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006850788538954\n                },\n                {\n                    \"address\": \"0x11Ee98f620718aff97596AE0fFA75e682C7a3711\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.835864,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19636687307983108,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19636687307983108\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000020615922795614\n                },\n                {\n                    \"address\": \"0x0Bce8a6e91F2B1EDB3Cdaf921F34C73445b83756\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.882693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13289671493939575,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13289671493939575\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.00001982749269535\n                },\n                {\n                    \"address\": \"0xBCF0971e7f7896baac3311669c0b405f78c351Bd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.665184,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5033434358012219,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5033434358012219\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000023489493331884\n                },\n                {\n                    \"address\": \"0xa07b56c239950ed118Fc44d4b46D4057aCf87D48\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.652,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5337423312883435,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5337423312883435\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000801538652455\n                },\n                {\n                    \"address\": \"0x722Fb3846996959af71931BF2C0f07daAb9353a9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.867034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1533573077872379,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1533573077872379\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000020091106884466\n                },\n                {\n                    \"address\": \"0x6e6C600055ef94Dfd7880A873BddE9Eb0850AFCD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.766691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3043064285350943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3043064285350943\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.00002178052078121\n                },\n                {\n                    \"address\": \"0x5E5e979efCE11eE800e1d48D99A729b8be61ea56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.726581,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.37630904193751274,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.37630904193751274\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000022455798951101\n                },\n                {\n                    \"address\": \"0x5862f434F42758F3DB1e40713615Fb7171101fB5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.692915,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44317845623200547,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44317845623200547\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000023022624263197\n                },\n                {\n                    \"address\": \"0x1c1b604B297445f7425daE66206e143CA015EBE6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.813519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22922759025910888,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22922759025910888\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000020992090680946\n                },\n                {\n                    \"address\": \"0xf16Ed7Dc33FfF7ab94226100026670168F1f2a2b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.695281,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43826740555257504,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43826740555257504\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000022982760135016\n                },\n                {\n                    \"address\": \"0xBC4fc8768e0351a4AB0bb225f136ddBE5Cd34467\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.74211,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3475091293743514,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3475091293743514\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000022194330034752\n                },\n                {\n                    \"address\": \"0x8461a2647a8cDfFAA70865a8d4723Bbb6C2E3899\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.655172,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5263167534632127,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5263167534632127\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000023658038304908\n                },\n                {\n                    \"address\": \"0x734af6336e60384309CB9Ad755a0D2Dae62E74EC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.855395,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16905055559127652,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16905055559127652\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000020287052110931\n                },\n                {\n                    \"address\": \"0x6a1dc34B06e20D363fbc23B01c000115338022e0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.795625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2568735271013354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2568735271013354\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000021293346238273\n                },\n                {\n                    \"address\": \"0x62215AaEe64Bd7F8d2eba1dc198f2FfCa641D9e4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.593775,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6841396151740978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6841396151740978\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000024691732685691\n                },\n                {\n                    \"address\": \"0x4A85EaE1246AE01F7805480ef38041F088D37860\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.580591,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.722382882269963,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.722382882269963\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009217625878357\n                },\n                {\n                    \"address\": \"0x29367a48A8A4D4009005f1DCD38663aC26dec598\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.621506,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6089949252300059,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6089949252300059\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000024224863617004\n                },\n                {\n                    \"address\": \"0xE9250965A2d3fc2FEBa8e72010e59E6092B4709c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.848949,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17792706040056594,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17792706040056594\n                    },\n                    \"liquidity\": 3597.8410312072915,\n                    \"skewImpact\": 0.000020395566392562\n                },\n                {\n                    \"address\": \"0xB59ac44Be2a15a687cff64D20BD64bA66E96C486\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9646365422396856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9646365422396856\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000010422917431517\n                },\n                {\n                    \"address\": \"0xaDA3d563b660ec640025Ca867A3Dac9B7c05097b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.623691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6033580731484021,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6033580731484021\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000024188051688177\n                },\n                {\n                    \"address\": \"0x7cC9A47b1B1161FD3180BF799857bF3f7789418D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.583582,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7135552501619309,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7135552501619309\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000024863329858068\n                },\n                {\n                    \"address\": \"0x5acbEB4c368a77c6E66c528f833b4606FFe3f88E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.783804,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2758291613719757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2758291613719757\n                    },\n                    \"liquidity\": 3387.709463174216,\n                    \"skewImpact\": 0.000021492343664091\n                },\n                {\n                    \"address\": \"0x3FfD028c3e160FeF3cf80540a47f20E661B502D0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.670519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4913820488308311,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4913820488308311\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000023399621587913\n                },\n                {\n                    \"address\": \"0x3f670655f3d2Bc596E6e457A28d2647Bf47A943B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.522185,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9150301138485403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9150301138485403\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000025897024238851\n                },\n                {\n                    \"address\": \"0x34B3Db9F2C9B585D5A8685c02d2B4072e232B0AC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.724034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3811506089493036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3811506089493036\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000022498637791433\n                },\n                {\n                    \"address\": \"0x04EDBd71Ea9Ad282ba8A03112f08b56c66e143d9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.549915,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8184628533500631,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8184628533500631\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000025430155170164\n                },\n                {\n                    \"address\": \"0xBF5467551EaB0A6e3dCCD53CD9fFC52c6b965517\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.480423,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0814990123287185,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0814990123287185\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000026600139925052\n                },\n                {\n                    \"address\": \"0xa290aa57af6EC1Bd6d37CcAD42fAd0513Fb8B155\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.779457,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28294440873582516,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28294440873582516\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.00002156555114745\n                },\n                {\n                    \"address\": \"0xa12E05683ec3D40a5968E565Bd64ac5d14D03F73\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.601027,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6638187635497241,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6638187635497241\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000024569606342801\n                },\n                {\n                    \"address\": \"0x8CefDaf33E06F56c1eD8B72421C9cedD494c8A82\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.84863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1783698431589739,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1783698431589739\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000020400953161854\n                },\n                {\n                    \"address\": \"0x8C00F9727b9403c18C10245284a795184b5bDBD7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.554199,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8044059985673017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8044059985673017\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000025358036443065\n                },\n                {\n                    \"address\": \"0x879780799936573bA5526b5d3cCdb14Dd2C35D20\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.714312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39994848189586635,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39994848189586635\n                    },\n                    \"liquidity\": 3234.737893671961,\n                    \"skewImpact\": 0.000022662328418979\n                },\n                {\n                    \"address\": \"0x7a9cD2531F5B176A11eb12D8D098024A0157EF59\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.452693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2090025690699877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2090025690699877\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000027067008993739\n                },\n                {\n                    \"address\": \"0x342C22636623848d9bC9BC6C6Db74eD8f3e9EA17\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.51409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9451846952868173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9451846952868173\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000026033314612956\n                },\n                {\n                    \"address\": \"0x1Fed81efd7bDF7D93D333c2741d30Dc107A5296B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.439508,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.275271439882778,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.275271439882778\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011592902186405\n                },\n                {\n                    \"address\": \"0x110D03600263F0d8Fc3c94B6a488CFb44DE3c0Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.654542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5277858410919392,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5277858410919392\n                    },\n                    \"liquidity\": 3105.404802555452,\n                    \"skewImpact\": 0.000023668622546321\n                },\n                {\n                    \"address\": \"0xFEd2717551eE6fCEc0F33a29E2768790CEAB8322\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.649129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5405258430912809,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5405258430912809\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000023759755562811\n                },\n                {\n                    \"address\": \"0xcb9a91a7B0394426EB1f733391DF2FBd39a0E66c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.387509,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5805852251173522,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5805852251173522\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000028164436137571\n                },\n                {\n                    \"address\": \"0xA8514f8b517160C8EE8F138A2135066a1B226CE9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.448906,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2276378573688032,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2276378573688032\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000027130741756788\n                },\n                {\n                    \"address\": \"0x9f5A545Bc2E372aa241157F5034BD4B0C48C3Fa3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.41524,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4082458337347075,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4082458337347075\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000027697567068884\n                },\n                {\n                    \"address\": \"0x9c0055561537f13fe0b3791F2717A635fb6Fb6c0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.535844,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8662147938579139,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8662147938579139\n                    },\n                    \"liquidity\": 2889.79386044778,\n                    \"skewImpact\": 0.000025667033486632\n                },\n                {\n                    \"address\": \"0x701326eaf86EDE60DcdEcDF2f7A8F07B62F9a17C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.589359,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6967586818899857,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6967586818899857\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000024766049690153\n                },\n                {\n                    \"address\": \"0x5de28a60A35D4ce0109203D452d56FF4Da6cd21C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.489015,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0449270472275902,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0449270472275902\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000026455463586896\n                },\n                {\n                    \"address\": \"0x530d5ecDE40483C0c531C12eE4718D5d92ae1D0b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.783446,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2764121585916579,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2764121585916579\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000021498380305686\n                },\n                {\n                    \"address\": \"0x4D3ED66F29C6d0dBA13AcA6a84590Ce4F19966dC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.374325,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6714753222467107,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6714753222467107\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012690329330237\n                },\n                {\n                    \"address\": \"0x44B419c70C9A3fc85e869C0a2568Fa6eDb0df9Cd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.854855,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1697890285487012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1697890285487012\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000020296140951879\n                },\n                {\n                    \"address\": \"0x37C4CD365d79f3DB54e444b86aD5c28f6C03a135\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.714274,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4000229603765502,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4000229603765502\n                    },\n                    \"liquidity\": 2955.006054149291,\n                    \"skewImpact\": 0.000022662978291282\n                },\n                {\n                    \"address\": \"0xDD41f51b6EA17682fA7e4918Cee7C40b25420797\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.328579,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.043408130160479,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.043408130160479\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000029156604526296\n                },\n                {\n                    \"address\": \"0xDCC712af8e834124bBb286aBc43c00A88eA8DE68\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.315394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1706373615224135,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1706373615224135\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000013682497718962\n                },\n                {\n                    \"address\": \"0xAD8F0933c2547ACe0Edb4dD1B065E842657c7b42\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.430085,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.325121778253136,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.325121778253136\n                    },\n                    \"liquidity\": 2724.2741916488435,\n                    \"skewImpact\": 0.000027447631975621\n                },\n                {\n                    \"address\": \"0xa309b1459e46E9923cA7A652f6f7a5d6c1Df99aA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.724516,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.38023176851856955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.38023176851856955\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000022490548694411\n                },\n                {\n                    \"address\": \"0x8f1fFc933Eb0880f1510A3DABAbC4E0CcD446525\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.476913,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.096818497294056,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.096818497294056\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000026659201875357\n                },\n                {\n                    \"address\": \"0x87fD4d98f252500a099632e9324312d938Ea9ED6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.867517,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15271516293052473,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15271516293052473\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000020083017787444\n                },\n                {\n                    \"address\": \"0x7a221627F1cbC9fD1771b746eC4565C613fC9d52\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.530428,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8852700083705988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8852700083705988\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000025758218078878\n                },\n                {\n                    \"address\": \"0x793252BE7aCA9f2Eb336CbC56e8Ba7C9feD426A0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.356309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8065527393358014,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8065527393358014\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000028689735457609\n                },\n                {\n                    \"address\": \"0x32fb89AaD1BD6Cc116beD272f573f18986D94AB2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.389976,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5642603647403943,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5642603647403943\n                    },\n                    \"liquidity\": 2596.8787381064744,\n                    \"skewImpact\": 0.000028122910145513\n                },\n                {\n                    \"address\": \"0x3151930B9765e2CaCf5F4495B043e73E67Ea56eB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.795925,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2563997864120363,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2563997864120363\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000021288309340604\n                },\n                {\n                    \"address\": \"0x139180D5D916416625465b8653D421bF13388ECd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.590198,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6943466429909962,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6943466429909962\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000024751923951536\n                },\n                {\n                    \"address\": \"0x0f8d971e95b77808c6D049916417f362f38C949e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.655343,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5259184884861821,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5259184884861821\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000023655146680007\n                },\n                {\n                    \"address\": \"0x0707F4fA47D60E2960b842A8C15f6352Ff9f8158\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.937011,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0672233303557802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0672233303557802\n                    },\n                    \"liquidity\": 2740.7276631977943,\n                    \"skewImpact\": 0.000018913033032556\n                },\n                {\n                    \"address\": \"0xE58389a228Ee161ecEdF0373c02D35729DB217C8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.604131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6552701318091607,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6552701318091607\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000024517363409579\n                },\n                {\n                    \"address\": \"0xe03E14729083927FE20e0e3c40d092eedD66d3Ec\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.744713,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.34279917229859025,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.34279917229859025\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000022150526070177\n                },\n                {\n                    \"address\": \"0xe00bF3Cbb78Da5dEAc568F201A1D67996Cf3498d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.264182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7852692462014828,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7852692462014828\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000014544714448534\n                },\n                {\n                    \"address\": \"0xdb8Fcb43FAa5578bC2553d2d1d4742E0d5Bd85e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.816305,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22503231022718231,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22503231022718231\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000020945234517016\n                },\n                {\n                    \"address\": \"0xCa7B5e14860BB56A8832efC414EBA84259456Db3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.305097,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2776461256583973,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2776461256583973\n                    },\n                    \"liquidity\": 2498.794291998774,\n                    \"skewImpact\": 0.000029551952187181\n                },\n                {\n                    \"address\": \"0x8a252AEEe5498EbA891d73de9480494E9E4a27aC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.425701,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3490665983871308,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3490665983871308\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.00002752141860493\n                },\n                {\n                    \"address\": \"0x7a96B76Fd54fe3f4e4cfF669f88903Ed1B785295\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.378873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6394068724876145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6394068724876145\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000028309848705194\n                },\n                {\n                    \"address\": \"0x62CD26184922fb650C5Fb892DB3b7Dd8A14B85Cb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.673304,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.48521321720946253,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.48521321720946253\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000023352765423983\n                },\n                {\n                    \"address\": \"0x5DB86E59fE00bd7BEC0c0CB7539f253da64B346f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.950983,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05154350813842096,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05154350813842096\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000018677822618297\n                },\n                {\n                    \"address\": \"0x3765Fe7fe22365471b63Aa888F737D5b976e67CC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.538986,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8553357601125077,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8553357601125077\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000025614140681108\n                },\n                {\n                    \"address\": \"0x1d8d2f6e1b66FF0E3A7Be3EE4e74E4085249eabA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.479216,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0867416780741879,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0867416780741879\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.00002662043480845\n                },\n                {\n                    \"address\": \"0x1b09fFc3AB4F5f1b36F211Ef97479d832D91B6A0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.277367,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.605331564317313,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.605331564317313\n                    },\n                    \"liquidity\": 2423.4032029704204,\n                    \"skewImpact\": 0.000030018821255868\n                },\n                {\n                    \"address\": \"0x0B02cf1cD6D7c58b620A3b553297Eb183183400F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.885799,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12892428191948738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12892428191948738\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000019775249762128\n                },\n                {\n                    \"address\": \"0x05ADD3cF9Fb542Edf1EF81af72Bb68e52A67Acba\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.338764,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9519075226411304,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9519075226411304\n                    },\n                    \"liquidity\": 2578.2561859630036,\n                    \"skewImpact\": 0.000028985126875085\n                },\n                {\n                    \"address\": \"0xf5BD313DD6Ff6B34C55371b8256E2Db20EDb29e7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.702064,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42437156726452285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42437156726452285\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000022868590400252\n                },\n                {\n                    \"address\": \"0xe8DB8dD603F17e0D47864C1012A6f31374108f51\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.561482,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7810009937985545,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7810009937985545\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000025235427739654\n                },\n                {\n                    \"address\": \"0xCa402bB890654B828604A10E0F05226C1572126E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.773655,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29256580775668745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29256580775668745\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000021663298847091\n                },\n                {\n                    \"address\": \"0xC40Ed8B62518e3B5dd1991BC393e0D27Ae3C5232\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.967266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03384177671912384,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03384177671912384\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000018403718559647\n                },\n                {\n                    \"address\": \"0xb4da5988F339acDaFe47D9a78F40809F1B50B649\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.908334,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10091662318046009,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10091662318046009\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000019395886948372\n                },\n                {\n                    \"address\": \"0xAe3C0c589137214a01A6E4486ee76fB93d3aE90d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.336223,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9742165170140058,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9742165170140058\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000029027913035269\n                },\n                {\n                    \"address\": \"0x8D0d7757F9Ff4b68d77A647FF331CA6C92821bFd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.84315,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18602858328885732,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18602858328885732\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000020493314092203\n                },\n                {\n                    \"address\": \"0x4C9Cc5d05ba65A48F44BE7193f960F3dC18Cba56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.296114,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3770777470838933,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3770777470838933\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.00002970319120516\n                },\n                {\n                    \"address\": \"0x4415C7771f85E420e463C7e658B2dF1D8C858Aea\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.383052,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6106116140889488,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6106116140889488\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000028239482935005\n                },\n                {\n                    \"address\": \"0x2aAe17728E93CdAd210C5b73560e77e292074FfC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.262448,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8102786075717856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8102786075717856\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000030270016517256\n                },\n                {\n                    \"address\": \"0x1CaF2B6AA72c202C713D1E781B8ceF446a8d7e81\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.630655,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5856530115514823,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5856530115514823\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000024070829754058\n                },\n                {\n                    \"address\": \"0x1aAa38a35d0462AC8Ec2aDa761ac43B604aE0aF7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.496337,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0147601327323976,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0147601327323976\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000026332205011183\n                },\n                {\n                    \"address\": \"0x19DAEE9801A0AC055990d780357A7FB88b83299b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.436567,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.290599152020194,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.290599152020194\n                    },\n                    \"liquidity\": 2456.9575792158043,\n                    \"skewImpact\": 0.000027338499138525\n                },\n                {\n                    \"address\": \"0xFB5118aa805CC10A4758DC025639973cF14693f8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.676327,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47857471311954125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47857471311954125\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007605811621642\n                },\n                {\n                    \"address\": \"0xf165f50CAcF4aAE9b7e6864773558619806eCBf6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.4706,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1249468763280916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1249468763280916\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000011069426232574\n                },\n                {\n                    \"address\": \"0xEc243d37BBb218FbF1360cBc34e07fd8DCac2fAa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.817413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22337178390850165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22337178390850165\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005230535313594\n                },\n                {\n                    \"address\": \"0xc560b8ef91f3a292025DF68F71fF79C3baDe7df5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.992745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.007308019682798716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.007308019682798716\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002278723051465\n                },\n                {\n                    \"address\": \"0xabB64A7B1668BC00CE62811213f461885976fE61\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.94153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06210104829373469,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06210104829373469\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003140939781037\n                },\n                {\n                    \"address\": \"0x9E03A1C3678E9BE1702F37c3eA27D1920A7432Cf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.535745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8665596505800334,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8665596505800334\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009972648961045\n                },\n                {\n                    \"address\": \"0x87d218d37B4cdaE67577C00A828FCbD0B6343584\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.882597,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13301994001792442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13301994001792442\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004133108169762\n                },\n                {\n                    \"address\": \"0x71d6ffD34a69e89FABb3F4D246D7Eaf0DdF36540\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.41083,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4340968283718327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4340968283718327\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000012075720359916\n                },\n                {\n                    \"address\": \"0x4861B40cEe21Eae9bF9676352B5c9157E222F74f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.747919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33704318248366466,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33704318248366466\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006400520068482\n                },\n                {\n                    \"address\": \"0x3741dFfdD2ba92830eD47EF54f0a0cEC4e42eA36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.604918,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6531166207651287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6531166207651287\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008808050975449\n                },\n                {\n                    \"address\": \"0xf983125f5B83a203043c1D7F22B3FC07581fe300\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.992745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.007308019682798716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.007308019682798716\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002278723051465\n                },\n                {\n                    \"address\": \"0xF1f3b35b396F83Ca875Faae2b0D76b2EF73f4040\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.94153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06210104829373469,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06210104829373469\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003140939781037\n                },\n                {\n                    \"address\": \"0xeE9B46dC94C2F3AF29fcED17124eE12673E85165\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.817413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22337178390850165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22337178390850165\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005230535313594\n                },\n                {\n                    \"address\": \"0x9295B08eB8d2F1a79b24F2B27365428fFB172999\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.676327,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47857471311954125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47857471311954125\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007605811621642\n                },\n                {\n                    \"address\": \"0x68726A509A74A7ebd8b81638BbF7243B1B07f127\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.747919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33704318248366466,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33704318248366466\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006400520068482\n                },\n                {\n                    \"address\": \"0x2f8e6fa46b667aD5B233A1B72103Ad8d3372A73b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.604918,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6531166207651287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6531166207651287\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008808050975449\n                },\n                {\n                    \"address\": \"0x18a2de04689cfAAA70d26a2B5ce759528305F106\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.882597,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13301994001792442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13301994001792442\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004133108169762\n                },\n                {\n                    \"address\": \"0xC4A0A616B5464B39f7AC3492708E27730D791bb7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.992745,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.007308019682798716,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.007308019682798716\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002278723051465\n                },\n                {\n                    \"address\": \"0xb27Ac427B9Cc09D97dD7BCB873E231BEC7dfaeF0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.747919,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33704318248366466,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33704318248366466\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006400520068482\n                },\n                {\n                    \"address\": \"0x8B7D4b3a7E8581EB0cCC4743D8B3001dB8AD9278\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.817413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22337178390850165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22337178390850165\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000005230535313594\n                },\n                {\n                    \"address\": \"0x68062874bDD03c66852A7df5a03397105F04c817\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.94153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06210104829373469,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06210104829373469\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003140939781037\n                },\n                {\n                    \"address\": \"0x616b4E695438C211B1bEb92324F31AB61FA5886b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.676327,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47857471311954125,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47857471311954125\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000007605811621642\n                },\n                {\n                    \"address\": \"0x3B85bc0745283741bbA0d1449e71879db0BC8DB7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.882597,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13301994001792442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13301994001792442\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004133108169762\n                }\n            ]\n        },\n        \"2023-11-24T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x4Df3c972EF05e65A165BB05AEfc90DA60588C2C7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.116602,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.576182226719953,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.576182226719953\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000030723137002133\n                },\n                {\n                    \"address\": \"0x8483B4025A0C53793efAF3d25daa08462D3baAeA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.141006,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.091896798717785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.091896798717785\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000029893156432816\n                },\n                {\n                    \"address\": \"0x8Ed26246E0C89Be40742CBf00F4ccf7C2b267D02\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.169842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.887825155144193,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.887825155144193\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000028912444179264\n                },\n                {\n                    \"address\": \"0xb7d0eDCAB745178873e87EDC5aBe28dc4f6327f5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.203457,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.915043473559524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.915043473559524\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000027769227499244\n                },\n                {\n                    \"address\": \"0x3d5F67B601B84F9aFfe90C184b8a5339554c98eD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.242081,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1308487654958466,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1308487654958466\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000026455665503041\n                },\n                {\n                    \"address\": \"0xB9269d9774bba3FE8A12E7F2e6fDdB3D22454813\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.285783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4991584523921997,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4991584523921997\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000024969385772542\n                },\n                {\n                    \"address\": \"0xcC0E5f7A1BcdBACA7682afBD9309e0800650B790\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.334429,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9901713069141733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9901713069141733\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000023314988966563\n                },\n                {\n                    \"address\": \"0x06DBd99E87FE51B5da72BD9Bc5d90a4375A686ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.38764,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5797131358992882,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5797131358992882\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000021505339473885\n                },\n                {\n                    \"address\": \"0xeAC581eEfbC54b4f7330370C0d1eB63418834102\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.44477,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.248353081367898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.248353081367898\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000019562424838723\n                },\n                {\n                    \"address\": \"0x0DD8453b1D6D53c042ABc82Fc2BABd98a3832BC8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.504898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9805980613906177,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9805980613906177\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000017517553195936\n                },\n                {\n                    \"address\": \"0xaF9A49F0D393B272D92031F6E6D5910931A7f40E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.566828,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7642036032094393,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7642036032094393\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000015411401445401\n                },\n                {\n                    \"address\": \"0xdCA941Fab19707c5D41BF2D760d8239779c09E70\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.629219,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5892717797777881,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5892717797777881\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000013289592311016\n                },\n                {\n                    \"address\": \"0x0D9964B8DBa158f3B6EEC839BB5E183df093B6D1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.690538,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44814622801351994,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44814622801351994\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000011204239451781\n                },\n                {\n                    \"address\": \"0xba47852fc9017Fc2D7F33b828BC90695E8DC6C5D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.749247,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.33467334537208693,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.33467334537208693\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000009207675305588\n                },\n                {\n                    \"address\": \"0xbCa722eCB501f6f9D47dbEa1Ee68Ca3e71d2F916\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.803898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2439389076723664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2439389076723664\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.000007349102112134\n                },\n                {\n                    \"address\": \"0xf5544CB76015516084F8b8f31a766625d6509B56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.853258,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17197846372375067,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17197846372375067\n                    },\n                    \"liquidity\": 13226.410717844103,\n                    \"skewImpact\": 0.000005670472632368\n                },\n                {\n                    \"address\": \"0x108c17ab73F4c16C80f301f895399B9F7613d7Bd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.897019,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1148035883297901,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1148035883297901\n                    },\n                    \"liquidity\": 16474.84150328992,\n                    \"skewImpact\": 0.004813699468704093\n                },\n                {\n                    \"address\": \"0xb205C274D216a82Ca3C7ba2D0c3146212eFD5b08\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1460,\n                    \"price\": 0.932844,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0719906007864123,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0719906007864123\n                    },\n                    \"liquidity\": 25304.083694004814,\n                    \"skewImpact\": 0.000002963948464087\n                },\n                {\n                    \"address\": \"0x2DD787dBA3DA472f8c56f2770E0924aa34cBE4D7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1420,\n                    \"price\": 0.962456,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03900853649413586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03900853649413586\n                    },\n                    \"liquidity\": 38326.087819584944,\n                    \"skewImpact\": 0.000001956891617872\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x4Df3c972EF05e65A165BB05AEfc90DA60588C2C7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.934026,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07063400804688517,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07063400804688517\n                    },\n                    \"liquidity\": 25652.09333214114,\n                    \"skewImpact\": 0.000002923737997866\n                },\n                {\n                    \"address\": \"0x8483B4025A0C53793efAF3d25daa08462D3baAeA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.90962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09936017237967505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09936017237967505\n                    },\n                    \"liquidity\": 19980.187288325636,\n                    \"skewImpact\": 0.000003753718567183\n                },\n                {\n                    \"address\": \"0x8Ed26246E0C89Be40742CBf00F4ccf7C2b267D02\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.880782,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13535471887481812,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13535471887481812\n                    },\n                    \"liquidity\": 15841.397380128428,\n                    \"skewImpact\": 0.000004734430820735\n                },\n                {\n                    \"address\": \"0xb7d0eDCAB745178873e87EDC5aBe28dc4f6327f5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.847166,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18040620138201963,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18040620138201963\n                    },\n                    \"liquidity\": 12760.207207110625,\n                    \"skewImpact\": 0.000005877647500755\n                },\n                {\n                    \"address\": \"0x3d5F67B601B84F9aFfe90C184b8a5339554c98eD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.808541,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2367956603313871,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2367956603313871\n                    },\n                    \"liquidity\": 10429.399954447636,\n                    \"skewImpact\": 0.000007191209496958\n                },\n                {\n                    \"address\": \"0xB9269d9774bba3FE8A12E7F2e6fDdB3D22454813\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.764837,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3074681271957293,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3074681271957293\n                    },\n                    \"liquidity\": 8643.053080686468,\n                    \"skewImpact\": 0.000008677489227457\n                },\n                {\n                    \"address\": \"0xcC0E5f7A1BcdBACA7682afBD9309e0800650B790\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.716189,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39627947371434086,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39627947371434086\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.000010331886033436\n                },\n                {\n                    \"address\": \"0x06DBd99E87FE51B5da72BD9Bc5d90a4375A686ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.662977,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5083479517388988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5083479517388988\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.000012141535526113\n                },\n                {\n                    \"address\": \"0xeAC581eEfbC54b4f7330370C0d1eB63418834102\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.605846,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6505844719615216,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6505844719615216\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000014084450161276\n                },\n                {\n                    \"address\": \"0x0DD8453b1D6D53c042ABc82Fc2BABd98a3832BC8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.545718,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8324482608233555,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8324482608233555\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000016129321804063\n                },\n                {\n                    \"address\": \"0xaF9A49F0D393B272D92031F6E6D5910931A7f40E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.483788,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0670210918832217,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0670210918832217\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.000018235473554598\n                },\n                {\n                    \"address\": \"0xdCA941Fab19707c5D41BF2D760d8239779c09E70\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.421398,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3730535028642756,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3730535028642756\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.000020357282688983\n                },\n                {\n                    \"address\": \"0x0D9964B8DBa158f3B6EEC839BB5E183df093B6D1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1660,\n                    \"price\": 0.36008,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7771606309708954,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7771606309708954\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000022442635548218\n                },\n                {\n                    \"address\": \"0xba47852fc9017Fc2D7F33b828BC90695E8DC6C5D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1620,\n                    \"price\": 0.301373,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3181472792851383,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3181472792851383\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000024439199694411\n                },\n                {\n                    \"address\": \"0xbCa722eCB501f6f9D47dbEa1Ee68Ca3e71d2F916\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1580,\n                    \"price\": 0.246724,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0531119793777663,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0531119793777663\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000026297772887865\n                },\n                {\n                    \"address\": \"0xf5544CB76015516084F8b8f31a766625d6509B56\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1540,\n                    \"price\": 0.197366,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.066728818540174,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.066728818540174\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000027976402367631\n                },\n                {\n                    \"address\": \"0x108c17ab73F4c16C80f301f895399B9F7613d7Bd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1500,\n                    \"price\": 0.153445,\n                    \"bonus\": 0.004832530027713245,\n                    \"roi\": {\n                        \"baseRoi\": 5.48580096818728,\n                        \"bonusRoi\": 0.031192091215111795,\n                        \"totalRoi\": 5.516993059402392\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.004809288994236645\n                },\n                {\n                    \"address\": \"0xb205C274D216a82Ca3C7ba2D0c3146212eFD5b08\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1460,\n                    \"price\": 0.117784,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.490117503226244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.490117503226244\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000030682926535911\n                },\n                {\n                    \"address\": \"0x2DD787dBA3DA472f8c56f2770E0924aa34cBE4D7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1420,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x3C5928441F8f19c90615B19DD35B348192BBf025\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.141596,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.062346393965931,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.062346393965931\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.00003069296549711\n                },\n                {\n                    \"address\": \"0x87826f27CdBFA2f8c24C246b5ea0fF537130566E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.15624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.400409626216079,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.400409626216079\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000030209384070224\n                },\n                {\n                    \"address\": \"0x0aB2d46a37FfA328f4a49eAd0aaF4fB921021B53\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.181378,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.513347815060261,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.513347815060261\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000029379403500907\n                },\n                {\n                    \"address\": \"0xe272651553409D53637880D7DcF56382786cA265\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.201255,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9688206504186234,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9688206504186234\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000028723104339725\n                },\n                {\n                    \"address\": \"0x87C30e55CDD0c4a3bA844b67B38b1AAf334B90D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.226394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.417078191118139,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.417078191118139\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000027893123770408\n                },\n                {\n                    \"address\": \"0x746960FE2740aba9b4efD18d945eacBBaCf521b8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.171552,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.829136355157619,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.829136355157619\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000029703816593277\n                },\n                {\n                    \"address\": \"0x8D4174f479A014EC91ef621f6d22e9ce5625e9Ca\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.251361,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9783419066601424,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9783419066601424\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000027068707533746\n                },\n                {\n                    \"address\": \"0x2687372c8fC71eC990408abE1509382172c589a0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.221658,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.511454583186711,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.511454583186711\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000028049419787298\n                },\n                {\n                    \"address\": \"0x1207a39BD41Cf2C58c56983b60D411a366F6FF2E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.276499,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6166496081360147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6166496081360147\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000026238726964429\n                },\n                {\n                    \"address\": \"0x0360B687068423F6c02046B2F18092543d50267a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.187031,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.346707230352187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.346707230352187\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000029192636467318\n                },\n                {\n                    \"address\": \"0xf1418AE9212F4c9067Dd6eCc9738630FFA9fC02B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.276466,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6170813047535684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6170813047535684\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.00002623977029462\n                },\n                {\n                    \"address\": \"0xd9447000Fcae10739E986d182e9c02492a57E0fF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.306169,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2661699910833555,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2661699910833555\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000025259058041068\n                },\n                {\n                    \"address\": \"0x927Fd48647E8D52f4126f7259fA23cF90af802c7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.331307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0183485407793977,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0183485407793977\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000024429077471751\n                },\n                {\n                    \"address\": \"0x8E6e1b963984a527FD3CbF46257e130Ee8B1bd57\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.202057,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.949098521704272,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.949098521704272\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000028696548970843\n                },\n                {\n                    \"address\": \"0x3BA597ddceF3A14DE14E62fcf1416335af9B6246\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.241839,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.134982364300216,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.134982364300216\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.00002738298697464\n                },\n                {\n                    \"address\": \"0xF8BD528a6a61feBC8d4bc1510bE34f6FF71cb11f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.335312,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.98229708450637,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.98229708450637\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000024296855659458\n                },\n                {\n                    \"address\": \"0xB51b71A4116D025f94F559366650e632C0cf8Ceb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.390153,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.563097041417085,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.563097041417085\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000022486162836589\n                },\n                {\n                    \"address\": \"0x8c26B686AA31ee9d51E7ADC95cD0Ab03c4BE341D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.300685,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3257395613349523,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3257395613349523\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000025440072339478\n                },\n                {\n                    \"address\": \"0x85b7f4237Dd65413975dB208cBB5b49007389aDd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.215888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6320314237011786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6320314237011786\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.00002823991406618\n                },\n                {\n                    \"address\": \"0x2f1A7A73e6Aa4D9c1961D02A606825145480626a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.260903,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8328420907387035,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8328420907387035\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000026753634335681\n                },\n                {\n                    \"address\": \"0x185ED02d994a93199B764aDB490e8510d8e4cfE5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.365015,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7396134405435395,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7396134405435395\n                    },\n                    \"liquidity\": 3833.880544887241,\n                    \"skewImpact\": 0.000023316143405906\n                },\n                {\n                    \"address\": \"0xF02AA0BACB0a55CB3Bc5aFe92C443bA3a8c50B7D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.426947,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3422110941170684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3422110941170684\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000021271271763119\n                },\n                {\n                    \"address\": \"0xD033Dd1C91dE48083e1ef8c4b58986AcaB8C6354\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.227712,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.391512085441259,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.391512085441259\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000027849439229372\n                },\n                {\n                    \"address\": \"0x980D106D35E824d2ba458607B6c6afb8740E052c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.362617,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7577306083277948,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7577306083277948\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000023395200696691\n                },\n                {\n                    \"address\": \"0x593f30212554CFD59083e80a626AD550Ea4d607a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.277819,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5994658392694525,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5994658392694525\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000026195042423393\n                },\n                {\n                    \"address\": \"0x27Dfb6b28b460a41e74f4C2Ec58374FecA361456\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.397244,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.517344503630011,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.517344503630011\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000022251984016671\n                },\n                {\n                    \"address\": \"0x26268C672Bf29EE6BF0589F9161052920331bA5E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.452085,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2119734120795866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2119734120795866\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000020441291193802\n                },\n                {\n                    \"address\": \"0x01fEbF9e74Fe70bF0ED1061407250BeFf5F05dF9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.322834,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0975671707440973,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0975671707440973\n                    },\n                    \"liquidity\": 4281.419851340651,\n                    \"skewImpact\": 0.000024708762692894\n                },\n                {\n                    \"address\": \"0xCCe4294EBeD63C032749E869e0D898d572097eB4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.291502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4305081954840793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4305081954840793\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000025743287478837\n                },\n                {\n                    \"address\": \"0xc672857f8Aed845E862dcfadaB55Ea9386589dda\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.490737,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.037751382104875,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.037751382104875\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000019165120012584\n                },\n                {\n                    \"address\": \"0xB806927eB7C92fbC83CE0024Fc5399fEDb910C9E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.515875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9384540828689122,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9384540828689122\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000018335139443267\n                },\n                {\n                    \"address\": \"0xB587d837DE55e79d8cE021f2da40BA41d4146AaA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.341609,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9273233433545367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9273233433545367\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000024088890672858\n                },\n                {\n                    \"address\": \"0xaA9DE1eD7fe6fFf2C7dBA4c8b1650D48c6e83BDD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.426407,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3451772602232142,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3451772602232142\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000021289048946156\n                },\n                {\n                    \"address\": \"0x87d46a129a8229BAbd32e15D6b37a3cBA2cc7bA4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.386624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.586492302598907,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.586492302598907\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000022602610942359\n                },\n                {\n                    \"address\": \"0x511522821d7940321259D33603b6092C95508a24\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.461034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1690374245717237,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1690374245717237\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000020145832266136\n                },\n                {\n                    \"address\": \"0x05d6860fAD919276d79cF55501271D5AD4A7C0b7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.236691,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2249177197274084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2249177197274084\n                    },\n                    \"liquidity\": 4866.526919417691,\n                    \"skewImpact\": 0.000027552936971514\n                },\n                {\n                    \"address\": \"0xE9F71207891Bb7bf47dBb9f43F32D3F0626e2cde\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.555001,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8017985553179184,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8017985553179184\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000017043310878199\n                },\n                {\n                    \"address\": \"0x92B554423bD779E06f084A31f888F26B07a978c7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.580139,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7237248314628048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7237248314628048\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000016213330308882\n                },\n                {\n                    \"address\": \"0x7c573e46efA3E6A8850d4A58BF1aE492d97aF412\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.525297,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9036849629828458,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9036849629828458\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000018024023131751\n                },\n                {\n                    \"address\": \"0x68686ABA3f726865e763F764e6b9E8560BAda998\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.405873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4638248910373444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4638248910373444\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000021967081538473\n                },\n                {\n                    \"address\": \"0x5Eb4CBAa394DAE48e2b38BfD883A0c6e7B6F5229\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.450888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2178456734266603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2178456734266603\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000020480801807974\n                },\n                {\n                    \"address\": \"0x09E7D1Ff633f87bc8cde5214a9c3c16867b6Ad4C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.300955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.322755893738267,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.322755893738267\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000025431127837129\n                },\n                {\n                    \"address\": \"0x03787F5e852E3425ca88e92b869E0429F18C718F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.355766,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8108363362434856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8108363362434856\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000023621478344452\n                },\n                {\n                    \"address\": \"0x0144bd778Ede6C21cCd692836cb389857FF40d50\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.490671,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0380254793945431,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0380254793945431\n                    },\n                    \"liquidity\": 5643.513980321852,\n                    \"skewImpact\": 0.000019167239811771\n                },\n                {\n                    \"address\": \"0x001C8D9a574afebC1B7ba2D02149cFb57883ab36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.242111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1303369115818778,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1303369115818778\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000027374042472292\n                },\n                {\n                    \"address\": \"0xd74508d4AD529aDa5f91E7a1024477B8FC656fe2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.553831,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8056049589134593,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8056049589134593\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000017081886952536\n                },\n                {\n                    \"address\": \"0xD485eeFcB9aC975C8bB6f3485AC2327f2B9c811e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.643298,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5544895211861376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5544895211861376\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000014127977449647\n                },\n                {\n                    \"address\": \"0xB69D0Ae0affDD69390e5F5C55AF461174C8E0A95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.588457,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6993595114001533,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6993595114001533\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000015938670272516\n                },\n                {\n                    \"address\": \"0x9AeE13C2B657332DC6b68CD3dbaCD662b4Fc7F26\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.305271,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.27577791536045,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.27577791536045\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000025288689613057\n                },\n                {\n                    \"address\": \"0x95Dd450f6cEA85e2c84023EDcE78Ca6c18Ad99D3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.514048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9453436254980082,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9453436254980082\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000018395448948739\n                },\n                {\n                    \"address\": \"0x54fBB0Ffae747c2B67e6acAFc34e3d408703a157\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.61816,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6177041542642681,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6177041542642681\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000014957958018964\n                },\n                {\n                    \"address\": \"0x2383e107ff86A2C9b1Aa95D3ab8EACb90A2C64e1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.364115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.746385070650756,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.746385070650756\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.000023345774977894\n                },\n                {\n                    \"address\": \"0x17e441172cf7ee438b574463de9b710AC5855c7d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.243337,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1095271167146796,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1095271167146796\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000027333561255844\n                },\n                {\n                    \"address\": \"0x172E15779B92BAED6E2e0a90a277c09138ce14Ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.418925,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3870621232917588,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3870621232917588\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000021536125485217\n                },\n                {\n                    \"address\": \"0x107B6C4f39210f80Df51237000D21632A45AE8cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.469033,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.132046146006784,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.132046146006784\n                    },\n                    \"liquidity\": 6693.894781771594,\n                    \"skewImpact\": 0.000019881728679238\n                },\n                {\n                    \"address\": \"0xFf8229dE17e9E221F8Ca2bf4800E4746f29F5A89\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.303806,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.291574228290422,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.291574228290422\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000025336997109651\n                },\n                {\n                    \"address\": \"0xDFa74dC67D5d7aa51cba0dEA705F97360A6f4Cb1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.574517,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7405925325099169,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7405925325099169\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000016398884802546\n                },\n                {\n                    \"address\": \"0xA0cADB4d48729e45e6c836F4499aB140e868dC3c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.424584,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3552465472085615,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3552465472085615\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.000021349210831701\n                },\n                {\n                    \"address\": \"0x9F4c73C77a6E0cCA703Ce646e586A6FE6F30901B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.36574,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7341827527751956,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7341827527751956\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000023292125466864\n                },\n                {\n                    \"address\": \"0x9a58595B224D576e8625af1F66B433eFA94D97e6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.648926,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.541007757433051,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.541007757433051\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000013942106126323\n                },\n                {\n                    \"address\": \"0x97cf1687319eE5BbED3FdBACF846bEC6815b598b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.479394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0859668665022926,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0859668665022926\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.000019539561339024\n                },\n                {\n                    \"address\": \"0x7871a9789e3396696cf799DD1e93D1cB74dD2774\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.6143,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6278691193228065,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6278691193228065\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000015085322806343\n                },\n                {\n                    \"address\": \"0x4d4F7677596C5292660Bb7F0752073424b98b248\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.678629,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47355919066235,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47355919066235\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000012961393872771\n                },\n                {\n                    \"address\": \"0x4579897E210a103cFDe2b85878BBdd47a4359847\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.240016,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.166388907406173,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.166388907406173\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.000027443148860186\n                },\n                {\n                    \"address\": \"0x3Bff165B5A0415A9eAa6a165237e9B87cCA838C3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.529502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8885669931369474,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8885669931369474\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000017885164533045\n                },\n                {\n                    \"address\": \"0x02c307B6ee66231d7c7F4935089D7979b61B6F1f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.703768,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42092280410589866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42092280410589866\n                    },\n                    \"liquidity\": 8145.378449050782,\n                    \"skewImpact\": 0.000012131413303454\n                },\n                {\n                    \"address\": \"0xEE5cd7A728dE697C43c4ea158BdB638eb7aC989A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.585793,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7070876572441118,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7070876572441118\n                    },\n                    \"liquidity\": 8643.053080686468,\n                    \"skewImpact\": 0.000016026591339591\n                },\n                {\n                    \"address\": \"0xDcC636707B61f5EA33B29069C9BdfAF753DCc7D1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.760059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31568733479900896,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31568733479900896\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.00001027284011\n                },\n                {\n                    \"address\": \"0xc359F34394c407c58eFD59425Ad08c207d26547C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.168887,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.9211188546187685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.9211188546187685\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000029791737660352\n                },\n                {\n                    \"address\": \"0xb78B3381d9fcAe0F8084912E5a6C6822b7A9088B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.734921,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3606904687714733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3606904687714733\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.000011102820679317\n                },\n                {\n                    \"address\": \"0x981Bf70D18762F7baF7bE0b10e61b4Cb765517cF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.630809,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5852659045765043,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5852659045765043\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.000014540311609092\n                },\n                {\n                    \"address\": \"0x946Ba5209EE149Bc25B713BC28661ED94A2BAC84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.360098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7770218107293014,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7770218107293014\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000023478423916197\n                },\n                {\n                    \"address\": \"0x9287c5D6eD97D8e24358A96da1F62aD979e19F29\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.670591,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49122192215523314,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49122192215523314\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.000013226749612889\n                },\n                {\n                    \"address\": \"0x8880c87749D9816Ae88Fb39c18D15378cba10FE9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.535686,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8667652318709095,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8667652318709095\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.00001768098814557\n                },\n                {\n                    \"address\": \"0x83B0608B1a965470cd09347b2Df463Db41011e85\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.232046,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3094903596700656,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3094903596700656\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.000027706384801117\n                },\n                {\n                    \"address\": \"0x681810Cd7A135dDF1Cfcbdc7527A208118196bc9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.705218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4180012421690881,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4180012421690881\n                    },\n                    \"liquidity\": 10205.328332036945,\n                    \"skewImpact\": 0.000012083532932869\n                },\n                {\n                    \"address\": \"0x1bE7d338A7A694D06B0ee50112FB362594451A09\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.480876,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0795381761618377,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0795381761618377\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.000019490637638247\n                },\n                {\n                    \"address\": \"0x1324D2a223131154a8e5B74820B8b9dc9a2f9A98\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.422032,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3694885695871404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3694885695871404\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.00002143355227341\n                },\n                {\n                    \"address\": \"0x1077296bDBACdb24CAd9eA51FE5EE5712537A322\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.296308,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3748666927656354,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3748666927656354\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.000025584575666732\n                },\n                {\n                    \"address\": \"0xF700ea189e160Ad66E12FC893B9C8b7298488fD1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.219727,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.5511020493612526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.5511020493612526\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000028113108180586\n                },\n                {\n                    \"address\": \"0xED7bCbdc123990b8568A835b43fC731F771af598\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.681649,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46703068588085667,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46703068588085667\n                    },\n                    \"liquidity\": 10429.399954447636,\n                    \"skewImpact\": 0.000012861682129326\n                },\n                {\n                    \"address\": \"0xec9c07c87ff1639da6240F4dC2ae4a156eb73CcE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.159258,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.279119416293058,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.279119416293058\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000030109672326779\n                },\n                {\n                    \"address\": \"0xd2dd9b42fF8f67C2423C6681DD145d26C459938B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.472873,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.114732708359327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.114732708359327\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000019754922793644\n                },\n                {\n                    \"address\": \"0xBeAD3C419f401aCB51aE99D4D56cE9bc8c846832\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.756059,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3226481002144012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3226481002144012\n                    },\n                    \"liquidity\": 13226.410717844103,\n                    \"skewImpact\": 0.000010404903453103\n                },\n                {\n                    \"address\": \"0xbaaaFd6b7511365c8C795c245A4bA3C32E6cE8Df\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.282887,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.53498039853369,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.53498039853369\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.000026027755321351\n                },\n                {\n                    \"address\": \"0xA4aaBdf7819B47278CE7391c6B3F1e10C5F01710\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.721432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3861320263032414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3861320263032414\n                    },\n                    \"liquidity\": 12760.207207110625,\n                    \"skewImpact\": 0.000011548120133123\n                },\n                {\n                    \"address\": \"0x9B8bDAB8384A42A37a7Aa8C07C81CA264Bf27E2b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.531716,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8807032325527162,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8807032325527162\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.000017812008158481\n                },\n                {\n                    \"address\": \"0x81D1F1038493566851B5a65b82C9cEc081752637\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.636634,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5707612223035526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5707612223035526\n                    },\n                    \"liquidity\": 8643.053080686468,\n                    \"skewImpact\": 0.000014347961859825\n                },\n                {\n                    \"address\": \"0x568030B78760241ddfEc15a6b479a6653C99dFE4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.410939,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.433451193486138,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.433451193486138\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000021799794436431\n                },\n                {\n                    \"address\": \"0x4baeDE0eed810a4F0f5223ce22F5C16F74F5B939\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.347149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.8806074625016926,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.8806074625016926\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.000023905946186966\n                },\n                {\n                    \"address\": \"0x44FD046685373882e216f0A83e4ECEC389bd8d34\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.586527,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7049513492132501,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7049513492132501\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.000016002358665804\n                },\n                {\n                    \"address\": \"0x2E6b9a195e8131537b076189968301Ad18b632C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.8109,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23319768158835869,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23319768158835869\n                    },\n                    \"liquidity\": 13226.410717844103,\n                    \"skewImpact\": 0.000008594210630234\n                },\n                {\n                    \"address\": \"0x2CE6a31938fd674d258Fd6156Ad32e9C988F9e92\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.785762,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27264998816435515,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27264998816435515\n                    },\n                    \"liquidity\": 13226.410717844103,\n                    \"skewImpact\": 0.000009424191199551\n                },\n                {\n                    \"address\": \"0xd273e49b6A497A8e0274AB06988865B788fbb0cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.576791,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7337302419767298,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7337302419767298\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.004825841004230206\n                },\n                {\n                    \"address\": \"0xcE6D70FC95cf42A460BC47f5D5ed9F5187a4fA72\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.830837,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20360552069780227,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20360552069780227\n                    },\n                    \"liquidity\": 16474.84150328992,\n                    \"skewImpact\": 0.004817453187271276\n                },\n                {\n                    \"address\": \"0xcb91b03ee8771a46BfD8539e4962d1Dda12229F1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.855975,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16825841876223016,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16825841876223016\n                    },\n                    \"liquidity\": 16474.84150328992,\n                    \"skewImpact\": 0.004816623206701959\n                },\n                {\n                    \"address\": \"0xC26B1A8a347a7E867a016166f6B75A648b4d9bE4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.392224,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5495635147262787,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5495635147262787\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.004831934942258691\n                },\n                {\n                    \"address\": \"0xBcfdAC4223Bb5F814d54e77e8B5C8c9ed9E42E9a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.264802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.776406522609346,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.776406522609346\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.004836142104252311\n                },\n                {\n                    \"address\": \"0x9FC9A4A89afCc859fec13bf79EdDA5442562482e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.801134,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24823063307761248,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24823063307761248\n                    },\n                    \"liquidity\": 15841.397380128428,\n                    \"skewImpact\": 0.004818433899524828\n                },\n                {\n                    \"address\": \"0x7c882b883879A9B3d27D2912CF8aEa339878CDbd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.517947,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9306994731121137,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9306994731121137\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.004827783918865369\n                },\n                {\n                    \"address\": \"0x6b7A5d093874FE23d4C103480D69d76c3655863d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.327962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0491337411041526,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0491337411041526\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.004834056751393076\n                },\n                {\n                    \"address\": \"0x62a318FF1eB184700Ca477688cFc117354B60C5B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.148041,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.75488547091684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.75488547091684\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.004839997241591958\n                },\n                {\n                    \"address\": \"0x5F2D9496120bd1218a1e6010011037A61977c3a8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.456013,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1929199386859586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1929199386859586\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.004829828790508156\n                },\n                {\n                    \"address\": \"0x5bD4c83424976ef909798eD686C561e228Fc2779\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.204333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.893972094571117,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.893972094571117\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.004838138668398504\n                },\n                {\n                    \"address\": \"0x473E3f5c0B0DF53003492B095CB9DF185BEAa8B7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.681709,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.46690156650418285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.46690156650418285\n                    },\n                    \"liquidity\": 8643.053080686468,\n                    \"skewImpact\": 0.00482237695793155\n                },\n                {\n                    \"address\": \"0x4255b671BC40e1C696c6FE0086F5465CFDE36Eca\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.726724,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3760382208376219,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3760382208376219\n                    },\n                    \"liquidity\": 10429.399954447636,\n                    \"skewImpact\": 0.004820890678201051\n                },\n                {\n                    \"address\": \"0x38b3A514289971116B54662B08F6EA27eFfc3363\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.766507,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3046195272841604,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3046195272841604\n                    },\n                    \"liquidity\": 12760.207207110625,\n                    \"skewImpact\": 0.004819577116204848\n                },\n                {\n                    \"address\": \"0x01f60d806d1c7D25f608301Fd8bfb21e1f0ED092\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.631602,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5832755437759856,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5832755437759856\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.004824031354737529\n                },\n                {\n                    \"address\": \"0xd6E7b3456210035d0aAfA805a84Dfd829b5b996c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.134103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.456954728827841,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.456954728827841\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000030940350831718\n                },\n                {\n                    \"address\": \"0xCa6cb4D45De1E2C2C2e1D39Cb410A363901CFCb6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.241234,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.145352645149523,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.145352645149523\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000027403148158498\n                },\n                {\n                    \"address\": \"0xC9fc9F3DE77C6e714655E35C370c72f24945bADe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.364863,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7407547490427917,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7407547490427917\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.00002332123115307\n                },\n                {\n                    \"address\": \"0xa2A14D55a529A1c4E655Feb66b4208CE68aF9eC0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.184942,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.407100604513848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.407100604513848\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000029261721351952\n                },\n                {\n                    \"address\": \"0x9deE8bc833BF27F46E9fd585b5DC700D9fb6CaCA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.763625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3095432967752496,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3095432967752496\n                    },\n                    \"liquidity\": 10429.399954447636,\n                    \"skewImpact\": 0.000010155157961045\n                },\n                {\n                    \"address\": \"0x947fAAC391EB3e17c7C28Ced6e57bA34CB9C6d0B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.867737,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15242291155038915,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15242291155038915\n                    },\n                    \"liquidity\": 19980.187288325636,\n                    \"skewImpact\": 0.00000671766703127\n                },\n                {\n                    \"address\": \"0x943AE02691464C99D023c66D32cbA8512F53ADA8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.838034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19326900817866585,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19326900817866585\n                    },\n                    \"liquidity\": 15841.397380128428,\n                    \"skewImpact\": 0.000007698379284822\n                },\n                {\n                    \"address\": \"0x546B774Fd17197EcfA78fDFC8560B95dee784742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.554848,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8022954034258031,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8022954034258031\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000017048398625363\n                },\n                {\n                    \"address\": \"0x49D5ae956c5cfB720ee9335D7a57b8DBc59Ee69D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.613692,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6294818899382751,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6294818899382751\n                    },\n                    \"liquidity\": 6177.142902451695,\n                    \"skewImpact\": 0.0000151054839902\n                },\n                {\n                    \"address\": \"0x39870f14EB245FFf9112002B824D3638fE43DE78\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.429124,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3303287627818532,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3303287627818532\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.000021199422018685\n                },\n                {\n                    \"address\": \"0x36eAE8E7C6e752B88c30cb853158b1Ba9eaD1511\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.668502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49588183730190777,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49588183730190777\n                    },\n                    \"liquidity\": 7259.081232340323,\n                    \"skewImpact\": 0.000013295834497523\n                },\n                {\n                    \"address\": \"0x2B66F4591fab145D11925F7A4f94BC9A6247e366\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.492914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0287514657729337,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0287514657729337\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.00001909327026815\n                },\n                {\n                    \"address\": \"0x21c5e36Cbf28acc4eE93Cd0c88484c7838aD97bC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.71861,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39157540251318523,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39157540251318523\n                    },\n                    \"liquidity\": 8643.053080686468,\n                    \"skewImpact\": 0.000011641437691544\n                },\n                {\n                    \"address\": \"0x062fb47fC15e47570AdC4541B7AFC6B0e28369A6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.803408,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24469758827395294,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24469758827395294\n                    },\n                    \"liquidity\": 12760.207207110625,\n                    \"skewImpact\": 0.000008841595964842\n                },\n                {\n                    \"address\": \"0x019Eacf7411621A751F4Da3e15F7437CdD02a9F0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.301703,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.314517919941134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.314517919941134\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000025406584012305\n                },\n                {\n                    \"address\": \"0xFFd7DB7B85d677Af90BEdBbAf94c412BCd90b1c1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.271734,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6800694797117774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6800694797117774\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000026396091312283\n                },\n                {\n                    \"address\": \"0xF46A1d3a9Ebeed539AF19522aA5d302bE1233C67\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1500,\n                    \"price\": 0.119377,\n                    \"bonus\": 0.004830554180805599,\n                    \"roi\": {\n                        \"baseRoi\": 7.336745501824422,\n                        \"bonusRoi\": 0.04007750428228274,\n                        \"totalRoi\": 7.376823006106704\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.004807332102618773\n                },\n                {\n                    \"address\": \"0xE6aD6a80695446dA2df01D40bd6cc0f9AdaFD004\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.164604,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.075186508225802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.075186508225802\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000029933293985503\n                },\n                {\n                    \"address\": \"0xE2902D59b006A1679e1f34C608cb1DB60b4Cf634\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.585349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7083825205134031,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7083825205134031\n                    },\n                    \"liquidity\": 5325.021505362144,\n                    \"skewImpact\": 0.000016041341779148\n                },\n                {\n                    \"address\": \"0x94FbbE1521a9f2D65d9e9B402e02AeB2F39955b7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.215443,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6415989380021627,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6415989380021627\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000028254664505737\n                },\n                {\n                    \"address\": \"0x54A039c5bc68D8B711D59D99bF09E4d975aFDF6e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.459625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1756867011150396,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1756867011150396\n                    },\n                    \"liquidity\": 4112.862754863186,\n                    \"skewImpact\": 0.00002019236517247\n                },\n                {\n                    \"address\": \"0x201C73b72b4B423563197586A314b4d568Bdf0Ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.523415,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9105298854637335,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9105298854637335\n                    },\n                    \"liquidity\": 4649.916525387125,\n                    \"skewImpact\": 0.000018086213421935\n                },\n                {\n                    \"address\": \"0x1b9De42C197Bf352573A71F4C66767589688e7Ae\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.332203,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0102076140191385,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0102076140191385\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.00002439952716609\n                },\n                {\n                    \"address\": \"0x1205b6F854f606e43578988F6B6a8Da3F63c59b5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.395363,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5293211554950765,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5293211554950765\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.000022314174306855\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x3C5928441F8f19c90615B19DD35B348192BBf025\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.973405,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02732161844247773,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02732161844247773\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000018300392251444\n                },\n                {\n                    \"address\": \"0x87826f27CdBFA2f8c24C246b5ea0fF537130566E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.959042,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04270720156155836,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04270720156155836\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000018542182964887\n                },\n                {\n                    \"address\": \"0x0aB2d46a37FfA328f4a49eAd0aaF4fB921021B53\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.934394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07021235153479159,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07021235153479159\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000018957173249545\n                },\n                {\n                    \"address\": \"0xe272651553409D53637880D7DcF56382786cA265\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.914901,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09301443544164892,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09301443544164892\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000019285322830136\n                },\n                {\n                    \"address\": \"0x87C30e55CDD0c4a3bA844b67B38b1AAf334B90D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.890253,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12327619227343244,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12327619227343244\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000019700313114795\n                },\n                {\n                    \"address\": \"0x746960FE2740aba9b4efD18d945eacBBaCf521b8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.944025,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05929398056195545,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05929398056195545\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.00001879496670336\n                },\n                {\n                    \"address\": \"0x8D4174f479A014EC91ef621f6d22e9ce5625e9Ca\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.865766,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15504651372310757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15504651372310757\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000020112521233126\n                },\n                {\n                    \"address\": \"0x2687372c8fC71eC990408abE1509382172c589a0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.894891,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11745452798162012,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11745452798162012\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.00001962216510635\n                },\n                {\n                    \"address\": \"0x1207a39BD41Cf2C58c56983b60D411a366F6FF2E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.841118,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1888938294032466,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1888938294032466\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000020527511517784\n                },\n                {\n                    \"address\": \"0x0360B687068423F6c02046B2F18092543d50267a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.928842,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07660936951602108,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07660936951602108\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.00001905055676634\n                },\n                {\n                    \"address\": \"0xf1418AE9212F4c9067Dd6eCc9738630FFA9fC02B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.841147,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18885284022887797,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18885284022887797\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000020526989852688\n                },\n                {\n                    \"address\": \"0xd9447000Fcae10739E986d182e9c02492a57E0fF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.812022,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23149372800244325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23149372800244325\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000021017345979464\n                },\n                {\n                    \"address\": \"0x927Fd48647E8D52f4126f7259fA23cF90af802c7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.787374,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27004447695758305,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27004447695758305\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000021432336264123\n                },\n                {\n                    \"address\": \"0x8E6e1b963984a527FD3CbF46257e130Ee8B1bd57\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.914108,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09396263898795325,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09396263898795325\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000019298600514577\n                },\n                {\n                    \"address\": \"0x3BA597ddceF3A14DE14E62fcf1416335af9B6246\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.875098,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14272915719153734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14272915719153734\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000019955381512678\n                },\n                {\n                    \"address\": \"0xF8BD528a6a61feBC8d4bc1510bE34f6FF71cb11f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.783444,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.27641541705597333,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.27641541705597333\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.00002149844717027\n                },\n                {\n                    \"address\": \"0xB51b71A4116D025f94F559366650e632C0cf8Ceb\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.729672,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3704787904702387,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3704787904702387\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000022403793581704\n                },\n                {\n                    \"address\": \"0x8c26B686AA31ee9d51E7ADC95cD0Ab03c4BE341D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.817396,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22339722729252404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22339722729252404\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.00002092683883026\n                },\n                {\n                    \"address\": \"0x85b7f4237Dd65413975dB208cBB5b49007389aDd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.900545,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11043867880005992,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11043867880005992\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000019526917966909\n                },\n                {\n                    \"address\": \"0x2f1A7A73e6Aa4D9c1961D02A606825145480626a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.856406,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16767047405085905,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16767047405085905\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000020270057832158\n                },\n                {\n                    \"address\": \"0x185ED02d994a93199B764aDB490e8510d8e4cfE5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.75432,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32569731678863084,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32569731678863084\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000021988803297046\n                },\n                {\n                    \"address\": \"0xF02AA0BACB0a55CB3Bc5aFe92C443bA3a8c50B7D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.693591,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44177187996960754,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44177187996960754\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000023011239118439\n                },\n                {\n                    \"address\": \"0xD033Dd1C91dE48083e1ef8c4b58986AcaB8C6354\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.888948,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12492519247470048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12492519247470048\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000019722155385313\n                },\n                {\n                    \"address\": \"0x980D106D35E824d2ba458607B6c6afb8740E052c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.756666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3215870674775926,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3215870674775926\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000021949274651653\n                },\n                {\n                    \"address\": \"0x593f30212554CFD59083e80a626AD550Ea4d607a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.839816,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19073701858502337,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19073701858502337\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000020549353788302\n                },\n                {\n                    \"address\": \"0x27Dfb6b28b460a41e74f4C2Ec58374FecA361456\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.722715,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3836712950471486,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3836712950471486\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000022520882991663\n                },\n                {\n                    \"address\": \"0x26268C672Bf29EE6BF0589F9161052920331bA5E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.668943,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4948956787050617,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4948956787050617\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000023426229403098\n                },\n                {\n                    \"address\": \"0x01fEbF9e74Fe70bF0ED1061407250BeFf5F05dF9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.795676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.25679296598112794,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.25679296598112794\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000021292493653552\n                },\n                {\n                    \"address\": \"0xCCe4294EBeD63C032749E869e0D898d572097eB4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.826399,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21006922806053735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21006922806053735\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.00002077523126058\n                },\n                {\n                    \"address\": \"0xc672857f8Aed845E862dcfadaB55Ea9386589dda\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.631041,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5846830871528158,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5846830871528158\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000024064314993707\n                },\n                {\n                    \"address\": \"0xB806927eB7C92fbC83CE0024Fc5399fEDb910C9E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.606393,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6490955535436591,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6490955535436591\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000024479305278365\n                },\n                {\n                    \"address\": \"0xB587d837DE55e79d8cE021f2da40BA41d4146AaA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.777266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28656084274881444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28656084274881444\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.00002160242966357\n                },\n                {\n                    \"address\": \"0xaA9DE1eD7fe6fFf2C7dBA4c8b1650D48c6e83BDD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.694117,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.44067930910783054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.44067930910783054\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000023002350526921\n                },\n                {\n                    \"address\": \"0x87d46a129a8229BAbd32e15D6b37a3cBA2cc7bA4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.733127,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3640201493056456,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3640201493056456\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000022345569528819\n                },\n                {\n                    \"address\": \"0x511522821d7940321259D33603b6092C95508a24\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.660166,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5147705274128022,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5147705274128022\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000023573958866931\n                },\n                {\n                    \"address\": \"0x05d6860fAD919276d79cF55501271D5AD4A7C0b7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.880142,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13618029817915747,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13618029817915747\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000019870406514241\n                },\n                {\n                    \"address\": \"0xE9F71207891Bb7bf47dBb9f43F32D3F0626e2cde\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.568028,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7604765962241299,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7604765962241299\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000025125219560899\n                },\n                {\n                    \"address\": \"0x92B554423bD779E06f084A31f888F26B07a978c7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.54338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8403327321579742,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8403327321579742\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000025540209845558\n                },\n                {\n                    \"address\": \"0x7c573e46efA3E6A8850d4A58BF1aE492d97aF412\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.597152,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6746155082792991,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6746155082792991\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000024634863434123\n                },\n                {\n                    \"address\": \"0x68686ABA3f726865e763F764e6b9E8560BAda998\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.714252,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40006608311912323,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40006608311912323\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000022663334230762\n                },\n                {\n                    \"address\": \"0x5Eb4CBAa394DAE48e2b38BfD883A0c6e7B6F5229\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.670113,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.49228562943861714,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.49228562943861714\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000023406474096012\n                },\n                {\n                    \"address\": \"0x09E7D1Ff633f87bc8cde5214a9c3c16867b6Ad4C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.817128,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22379847465758124,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22379847465758124\n                    },\n                    \"liquidity\": 3487.505979204496,\n                    \"skewImpact\": 0.000020931311081434\n                },\n                {\n                    \"address\": \"0x03787F5e852E3425ca88e92b869E0429F18C718F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.763385,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.30995500304564544,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.30995500304564544\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.000021836135827773\n                },\n                {\n                    \"address\": \"0x0144bd778Ede6C21cCd692836cb389857FF40d50\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.631103,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5845274067782914,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5845274067782914\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000024063255094113\n                },\n                {\n                    \"address\": \"0x001C8D9a574afebC1B7ba2D02149cFb57883ab36\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.874829,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1430805334528234,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1430805334528234\n                    },\n                    \"liquidity\": 3684.1852198961315,\n                    \"skewImpact\": 0.000019959853763853\n                },\n                {\n                    \"address\": \"0xd74508d4AD529aDa5f91E7a1024477B8FC656fe2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.569172,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7569381487494113,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7569381487494113\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000025105931523731\n                },\n                {\n                    \"address\": \"0xD485eeFcB9aC975C8bB6f3485AC2327f2B9c811e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.481448,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0770675130024427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0770675130024427\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000026582886275175\n                },\n                {\n                    \"address\": \"0xB69D0Ae0affDD69390e5F5C55AF461174C8E0A95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.535221,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8683870774876175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8683870774876175\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000025677539863741\n                },\n                {\n                    \"address\": \"0x9AeE13C2B657332DC6b68CD3dbaCD662b4Fc7F26\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.812898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23016663837283396,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23016663837283396\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.00002100253019347\n                },\n                {\n                    \"address\": \"0x95Dd450f6cEA85e2c84023EDcE78Ca6c18Ad99D3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.608182,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6442446504500298,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6442446504500298\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000024449150525629\n                },\n                {\n                    \"address\": \"0x54fBB0Ffae747c2B67e6acAFc34e3d408703a157\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.506096,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9759097088299453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9759097088299453\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000026167895990517\n                },\n                {\n                    \"address\": \"0x2383e107ff86A2C9b1Aa95D3ab8EACb90A2C64e1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.755197,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3241578025336435,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3241578025336435\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000021973987511051\n                },\n                {\n                    \"address\": \"0x17e441172cf7ee438b574463de9b710AC5855c7d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.873627,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14465326735551895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14465326735551895\n                    },\n                    \"liquidity\": 3341.853493047242,\n                    \"skewImpact\": 0.000019980094372077\n                },\n                {\n                    \"address\": \"0x172E15779B92BAED6E2e0a90a277c09138ce14Ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.701454,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.42561023246000446,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.42561023246000446\n                    },\n                    \"liquidity\": 3216.8147326837643,\n                    \"skewImpact\": 0.00002287881225739\n                },\n                {\n                    \"address\": \"0x107B6C4f39210f80Df51237000D21632A45AE8cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1660,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.652321,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5329875935314055,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5329875935314055\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.00002370601066038\n                },\n                {\n                    \"address\": \"0xFf8229dE17e9E221F8Ca2bf4800E4746f29F5A89\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.814333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22799886532904848,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22799886532904848\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000020978376445173\n                },\n                {\n                    \"address\": \"0xDFa74dC67D5d7aa51cba0dEA705F97360A6f4Cb1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.548888,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.821865298567285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.821865298567285\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000025447432598726\n                },\n                {\n                    \"address\": \"0xA0cADB4d48729e45e6c836F4499aB140e868dC3c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.695903,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43698187822153367,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43698187822153367\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000022972269584148\n                },\n                {\n                    \"address\": \"0x9F4c73C77a6E0cCA703Ce646e586A6FE6F30901B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.753604,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3269568632862882,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3269568632862882\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000022000812266567\n                },\n                {\n                    \"address\": \"0x9a58595B224D576e8625af1F66B433eFA94D97e6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.475927,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1011625732517802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1011625732517802\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000026675821936837\n                },\n                {\n                    \"address\": \"0x97cf1687319eE5BbED3FdBACF846bEC6815b598b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.64216,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5572443004858604,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5572443004858604\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000023877094330487\n                },\n                {\n                    \"address\": \"0x7871a9789e3396696cf799DD1e93D1cB74dD2774\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.509878,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9612534763217866,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9612534763217866\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000026104213596827\n                },\n                {\n                    \"address\": \"0x4d4F7677596C5292660Bb7F0752073424b98b248\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.446802,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2381278508153502,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2381278508153502\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000027166178063613\n                },\n                {\n                    \"address\": \"0x4579897E210a103cFDe2b85878BBdd47a4359847\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.876883,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14040299561058892,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14040299561058892\n                    },\n                    \"liquidity\": 3068.840262275491,\n                    \"skewImpact\": 0.000019925300569906\n                },\n                {\n                    \"address\": \"0x3Bff165B5A0415A9eAa6a165237e9B87cCA838C3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.593027,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6862638631967853,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6862638631967853\n                    },\n                    \"liquidity\": 3003.678211519061,\n                    \"skewImpact\": 0.000024704292733476\n                },\n                {\n                    \"address\": \"0x02c307B6ee66231d7c7F4935089D7979b61B6F1f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1620,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.422154,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3688038014563408,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3688038014563408\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000027581168348272\n                },\n                {\n                    \"address\": \"0xEE5cd7A728dE697C43c4ea158BdB638eb7aC989A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.537832,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.859316663939669,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.859316663939669\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000025633579330203\n                },\n                {\n                    \"address\": \"0xDcC636707B61f5EA33B29069C9BdfAF753DCc7D1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.366959,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7251000793004123,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7251000793004123\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000028510454944999\n                },\n                {\n                    \"address\": \"0xc359F34394c407c58eFD59425Ad08c207d26547C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.946634,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05637448052784923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05637448052784923\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000018751006169823\n                },\n                {\n                    \"address\": \"0xb78B3381d9fcAe0F8084912E5a6C6822b7A9088B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.391607,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5535805029021441,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5535805029021441\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.00002809546466034\n                },\n                {\n                    \"address\": \"0x981Bf70D18762F7baF7bE0b10e61b4Cb765517cF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.493693,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0255502913754095,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0255502913754095\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": 0.000026376719195453\n                },\n                {\n                    \"address\": \"0x946Ba5209EE149Bc25B713BC28661ED94A2BAC84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.759138,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31728355055339086,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31728355055339086\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.0000219076630419\n                },\n                {\n                    \"address\": \"0x9287c5D6eD97D8e24358A96da1F62aD979e19F29\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.454682,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.199339318468732,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.199339318468732\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": 0.000027033500193554\n                },\n                {\n                    \"address\": \"0x8880c87749D9816Ae88Fb39c18D15378cba10FE9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.586964,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7036819975330684,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7036819975330684\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000024806380927214\n                },\n                {\n                    \"address\": \"0x83B0608B1a965470cd09347b2Df463Db41011e85\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.884702,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1303241091350534,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1303241091350534\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.00001979368259944\n                },\n                {\n                    \"address\": \"0x681810Cd7A135dDF1Cfcbdc7527A208118196bc9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.420731,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.376815590008818,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.376815590008818\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000027605108533564\n                },\n                {\n                    \"address\": \"0x1bE7d338A7A694D06B0ee50112FB362594451A09\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.640707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5607758304498,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5607758304498\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000023901556180875\n                },\n                {\n                    \"address\": \"0x1324D2a223131154a8e5B74820B8b9dc9a2f9A98\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.698408,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4318278141143858,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4318278141143858\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000022930098863294\n                },\n                {\n                    \"address\": \"0x1077296bDBACdb24CAd9eA51FE5EE5712537A322\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1580,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.821687,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21700842291529507,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21700842291529507\n                    },\n                    \"liquidity\": 2851.952533007362,\n                    \"skewImpact\": 0.000020854587166633\n                },\n                {\n                    \"address\": \"0xF700ea189e160Ad66E12FC893B9C8b7298488fD1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.896783,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11509696325643996,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11509696325643996\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000019590320909706\n                },\n                {\n                    \"address\": \"0xED7bCbdc123990b8568A835b43fC731F771af598\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.443841,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2530590909807793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2530590909807793\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000027216033935336\n                },\n                {\n                    \"address\": \"0xec9c07c87ff1639da6240F4dC2ae4a156eb73CcE\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.956079,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.045938672431880614,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.045938672431880614\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000018592038836609\n                },\n                {\n                    \"address\": \"0xd2dd9b42fF8f67C2423C6681DD145d26C459938B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.648557,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5418845221006017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5418845221006017\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000023769413603177\n                },\n                {\n                    \"address\": \"0xBeAD3C419f401aCB51aE99D4D56cE9bc8c846832\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.37088,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6962899050905955,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6962899050905955\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": 0.000028444423273447\n                },\n                {\n                    \"address\": \"0xbaaaFd6b7511365c8C795c245A4bA3C32E6cE8Df\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.83485,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1978199676588609,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1978199676588609\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000020632997339323\n                },\n                {\n                    \"address\": \"0xA4aaBdf7819B47278CE7391c6B3F1e10C5F01710\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.404831,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4701665633313656,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4701665633313656\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000027872814933437\n                },\n                {\n                    \"address\": \"0x9B8bDAB8384A42A37a7Aa8C07C81CA264Bf27E2b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.590856,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6924597533070662,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6924597533070662\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000024740870920758\n                },\n                {\n                    \"address\": \"0x81D1F1038493566851B5a65b82C9cEc081752637\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.48798,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0492643141112339,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0492643141112339\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000026472894070086\n                },\n                {\n                    \"address\": \"0x568030B78760241ddfEc15a6b479a6653C99dFE4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.709286,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40986851566222937,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40986851566222937\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000022746977781783\n                },\n                {\n                    \"address\": \"0x4baeDE0eed810a4F0f5223ce22F5C16F74F5B939\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.771835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29561369981926183,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29561369981926183\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000021693901906516\n                },\n                {\n                    \"address\": \"0x44FD046685373882e216f0A83e4ECEC389bd8d34\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.537112,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8618090826494287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8618090826494287\n                    },\n                    \"liquidity\": 2680.830759239236,\n                    \"skewImpact\": 0.000025645695667097\n                },\n                {\n                    \"address\": \"0x2E6b9a195e8131537b076189968301Ad18b632C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.317107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.153509698619078,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.153509698619078\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": 0.000029349769684882\n                },\n                {\n                    \"address\": \"0x2CE6a31938fd674d258Fd6156Ad32e9C988F9e92\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1540,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.341755,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9260727714298256,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9260727714298256\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": 0.000028934779400223\n                },\n                {\n                    \"address\": \"0xd273e49b6A497A8e0274AB06988865B788fbb0cD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.546495,\n                    \"bonus\": 0.0023996362971016993,\n                    \"roi\": {\n                        \"baseRoi\": 0.8254729232742175,\n                        \"bonusRoi\": 0.0043699847121320134,\n                        \"totalRoi\": 0.8298429079863495\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.00239389182738138\n                },\n                {\n                    \"address\": \"0xcE6D70FC95cf42A460BC47f5D5ed9F5187a4fA72\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.297395,\n                    \"bonus\": 0.002395422254478332,\n                    \"roi\": {\n                        \"baseRoi\": 2.3545150359724687,\n                        \"bonusRoi\": 0.008016277600388477,\n                        \"totalRoi\": 2.362531313572857\n                    },\n                    \"liquidity\": 2508.935453790573,\n                    \"skewImpact\": -0.002389697918901914\n                },\n                {\n                    \"address\": \"0xcb91b03ee8771a46BfD8539e4962d1Dda12229F1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.272747,\n                    \"bonus\": 0.002395005273831971,\n                    \"roi\": {\n                        \"baseRoi\": 2.6576622735985076,\n                        \"bonusRoi\": 0.0087391900289564,\n                        \"totalRoi\": 2.666401463627464\n                    },\n                    \"liquidity\": 2441.1569689251423,\n                    \"skewImpact\": -0.002389282928617256\n                },\n                {\n                    \"address\": \"0xC26B1A8a347a7E867a016166f6B75A648b4d9bE4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.727475,\n                    \"bonus\": 0.0024026979162470935,\n                    \"roi\": {\n                        \"baseRoi\": 0.3713306887260152,\n                        \"bonusRoi\": 0.0032869957304953457,\n                        \"totalRoi\": 0.37461768445651056\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002396938796395622\n                },\n                {\n                    \"address\": \"0xBcfdAC4223Bb5F814d54e77e8B5C8c9ed9E42E9a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.852422,\n                    \"bonus\": 0.0024048116223841774,\n                    \"roi\": {\n                        \"baseRoi\": 0.17032021610484308,\n                        \"bonusRoi\": 0.002807647793554635,\n                        \"totalRoi\": 0.1731278638983977\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002399042377392432\n                },\n                {\n                    \"address\": \"0x9FC9A4A89afCc859fec13bf79EdDA5442562482e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.326519,\n                    \"bonus\": 0.0023959149628809337,\n                    \"roi\": {\n                        \"baseRoi\": 2.0553061570762385,\n                        \"bonusRoi\": 0.007302756953266432,\n                        \"totalRoi\": 2.062608914029505\n                    },\n                    \"liquidity\": 2594.03873069261,\n                    \"skewImpact\": -0.00239018827502869\n                },\n                {\n                    \"address\": \"0x7c882b883879A9B3d27D2912CF8aEa339878CDbd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.604197,\n                    \"bonus\": 0.0024006124232522,\n                    \"roi\": {\n                        \"baseRoi\": 0.6511350741278784,\n                        \"bonusRoi\": 0.003954242767107874,\n                        \"totalRoi\": 0.6550893168949863\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002394863284698961\n                },\n                {\n                    \"address\": \"0x6b7A5d093874FE23d4C103480D69d76c3655863d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.79049,\n                    \"bonus\": 0.00240376392613888,\n                    \"roi\": {\n                        \"baseRoi\": 0.2620118368924684,\n                        \"bonusRoi\": 0.0030263040074797187,\n                        \"totalRoi\": 0.2650381408999481\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002397999700962814\n                },\n                {\n                    \"address\": \"0x62a318FF1eB184700Ca477688cFc117354B60C5B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.966916,\n                    \"bonus\": 0.002406748476822838,\n                    \"roi\": {\n                        \"baseRoi\": 0.03173882829842905,\n                        \"bonusRoi\": 0.002477173918930063,\n                        \"totalRoi\": 0.03421600221735911\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002400969946062255\n                },\n                {\n                    \"address\": \"0x5F2D9496120bd1218a1e6010011037A61977c3a8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.664926,\n                    \"bonus\": 0.0024016397749630214,\n                    \"roi\": {\n                        \"baseRoi\": 0.5003321284288933,\n                        \"bonusRoi\": 0.0035946243225406516,\n                        \"totalRoi\": 0.503926752751434\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002395885720520354\n                },\n                {\n                    \"address\": \"0x5bD4c83424976ef909798eD686C561e228Fc2779\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.911718,\n                    \"bonus\": 0.0024058147125948963,\n                    \"roi\": {\n                        \"baseRoi\": 0.09420424489162145,\n                        \"bonusRoi\": 0.0026261346774996697,\n                        \"totalRoi\": 0.09683037956912112\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002400040659465528\n                },\n                {\n                    \"address\": \"0x473E3f5c0B0DF53003492B095CB9DF185BEAa8B7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.44362,\n                    \"bonus\": 0.002397895954549254,\n                    \"roi\": {\n                        \"baseRoi\": 1.248802012911955,\n                        \"bonusRoi\": 0.005379493782963873,\n                        \"totalRoi\": 1.254181506694919\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002392159804232051\n                },\n                {\n                    \"address\": \"0x4255b671BC40e1C696c6FE0086F5465CFDE36Eca\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.399481,\n                    \"bonus\": 0.0023971492470231076,\n                    \"roi\": {\n                        \"baseRoi\": 1.4972759369424666,\n                        \"bonusRoi\": 0.005972027291126558,\n                        \"totalRoi\": 1.5032479642335932\n                    },\n                    \"liquidity\": 2834.9315193517587,\n                    \"skewImpact\": -0.002391416664366802\n                },\n                {\n                    \"address\": \"0x38b3A514289971116B54662B08F6EA27eFfc3363\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.360471,\n                    \"bonus\": 0.002396489313881249,\n                    \"roi\": {\n                        \"baseRoi\": 1.767531763212847,\n                        \"bonusRoi\": 0.006616503915437999,\n                        \"totalRoi\": 1.774148267128285\n                    },\n                    \"liquidity\": 2700.8313429691666,\n                    \"skewImpact\": -0.0023907598833687\n                },\n                {\n                    \"address\": \"0x01f60d806d1c7D25f608301Fd8bfb21e1f0ED092\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1500,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.492752,\n                    \"bonus\": 0.002398727125469157,\n                    \"roi\": {\n                        \"baseRoi\": 1.0245736713675515,\n                        \"bonusRoi\": 0.0048447784814595884,\n                        \"totalRoi\": 1.029418449849011\n                    },\n                    \"liquidity\": 2994.5315517795043,\n                    \"skewImpact\": -0.002392987002635041\n                },\n                {\n                    \"address\": \"0xd6E7b3456210035d0aAfA805a84Dfd829b5b996c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.980752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.019625756562311414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.019625756562311414\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000018176699584139\n                },\n                {\n                    \"address\": \"0xCa6cb4D45De1E2C2C2e1D39Cb410A363901CFCb6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.875701,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1419422839530845,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1419422839530845\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000019945300920749\n                },\n                {\n                    \"address\": \"0xC9fc9F3DE77C6e714655E35C370c72f24945bADe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.754473,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32542847789119034,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32542847789119034\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000021986259423463\n                },\n                {\n                    \"address\": \"0xa2A14D55a529A1c4E655Feb66b4208CE68aF9eC0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.930898,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07423154846180784,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07423154846180784\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000019016014324022\n                },\n                {\n                    \"address\": \"0x9deE8bc833BF27F46E9fd585b5DC700D9fb6CaCA\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.363463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7513116878471813,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7513116878471813\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000028569296019476\n                },\n                {\n                    \"address\": \"0x947fAAC391EB3e17c7C28Ced6e57bA34CB9C6d0B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.261377,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.8258913370342453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.8258913370342453\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000030288041484363\n                },\n                {\n                    \"address\": \"0x943AE02691464C99D023c66D32cbA8512F53ADA8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.290502,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.442317092481291,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.442317092481291\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000029797685357587\n                },\n                {\n                    \"address\": \"0x546B774Fd17197EcfA78fDFC8560B95dee784742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.568179,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.760008729643299,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.760008729643299\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000025122675687317\n                },\n                {\n                    \"address\": \"0x49D5ae956c5cfB720ee9335D7a57b8DBc59Ee69D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.510478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9589482798475155,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9589482798475155\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000026094133004898\n                },\n                {\n                    \"address\": \"0x39870f14EB245FFf9112002B824D3638fE43DE78\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.691458,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4462194377677313,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4462194377677313\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000023047163990656\n                },\n                {\n                    \"address\": \"0x36eAE8E7C6e752B88c30cb853158b1Ba9eaD1511\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.456735,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1894534029579515,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1894534029579515\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000026998957751237\n                },\n                {\n                    \"address\": \"0x2B66F4591fab145D11925F7A4f94BC9A6247e366\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.628908,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.590057687292895,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.590057687292895\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000024100239865923\n                },\n                {\n                    \"address\": \"0x21c5e36Cbf28acc4eE93Cd0c88484c7838aD97bC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.407602,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4533736340842291,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4533736340842291\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000027826156154226\n                },\n                {\n                    \"address\": \"0x062fb47fC15e47570AdC4541B7AFC6B0e28369A6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.324453,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.082110505990082,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.082110505990082\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000029226077017577\n                },\n                {\n                    \"address\": \"0x019Eacf7411621A751F4Da3e15F7437CdD02a9F0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1460,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.816405,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22488225819293114,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22488225819293114\n                    },\n                    \"liquidity\": 2444.3561441969464,\n                    \"skewImpact\": 0.000020943582993846\n                },\n                {\n                    \"address\": \"0xFFd7DB7B85d677Af90BEdBbAf94c412BCd90b1c1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.854637,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17008741723094134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17008741723094134\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004603837652794\n                },\n                {\n                    \"address\": \"0xE6aD6a80695446dA2df01D40bd6cc0f9AdaFD004\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.959688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042005318395145104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042005318395145104\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002835236316184\n                },\n                {\n                    \"address\": \"0xE2902D59b006A1679e1f34C608cb1DB60b4Cf634\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.547115,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8277692989590854,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8277692989590854\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000009781212419361\n                },\n                {\n                    \"address\": \"0x94FbbE1521a9f2D65d9e9B402e02AeB2F39955b7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.909835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09910038633378586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09910038633378586\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003674551056067\n                },\n                {\n                    \"address\": \"0x54A039c5bc68D8B711D59D99bF09E4d975aFDF6e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.670394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4916601282231045,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4916601282231045\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.0000077057007227\n                },\n                {\n                    \"address\": \"0x201C73b72b4B423563197586A314b4d568Bdf0Ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.607845,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6451562487147218,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6451562487147218\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008758776597968\n                },\n                {\n                    \"address\": \"0x1b9De42C197Bf352573A71F4C66767589688e7Ae\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.795341,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2573223309247229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2573223309247229\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000560211972589\n                },\n                {\n                    \"address\": \"0x1205b6F854f606e43578988F6B6a8Da3F63c59b5\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1420,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.733409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36349567567346464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36349567567346464\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006644796155508\n                },\n                {\n                    \"address\": \"0xcCC2bFEC71A05e81f88aF0571Be9805F2f098faD\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.607845,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6451562487147218,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6451562487147218\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000008758776597968\n                },\n                {\n                    \"address\": \"0xad223f01A6853376197bb32eD51Ad43E494b1aE9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1660,\n                    \"price\": 0.795341,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2573223309247229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2573223309247229\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.00000560211972589\n                },\n                {\n                    \"address\": \"0x7f79084c0bEF4D4c4b7C44e61D24813798B15A37\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1580,\n                    \"price\": 0.909835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09910038633378586,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09910038633378586\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000003674551056067\n                },\n                {\n                    \"address\": \"0x7Bb9D0B05eE4816439A87f7661f7e1CbC63f0138\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1540,\n                    \"price\": 0.959688,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.042005318395145104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.042005318395145104\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000002835236316184\n                },\n                {\n                    \"address\": \"0x7Baf21718FA3C41E7497796979879Dc90f718B34\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1620,\n                    \"price\": 0.854637,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17008741723094134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17008741723094134\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000004603837652794\n                },\n                {\n                    \"address\": \"0x6064e38079e16bD07Dd5E6DDC0970F2883dFa711\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.733409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36349567567346464,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36349567567346464\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.000006644796155508\n                },\n                {\n                    \"address\": \"0x5556672d9038812865310D16E0E595260ff0C8d6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-11-24T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1380,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.670394,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4916601282231045,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4916601282231045\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0.0000077057007227\n                }\n            ]\n        },\n        \"2023-12-15T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x091Ec50aFDa06F8d62C083Fc0EC6DAb670545f0B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                },\n                {\n                    \"address\": \"0xCdD3ACe3537EeE8669365e58c2307DEF00480d17\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.147513,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.779063540162562,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.779063540162562\n                    },\n                    \"liquidity\": 2527.6486290856124,\n                    \"skewImpact\": 0.000029671845658046\n                },\n                {\n                    \"address\": \"0x7BeDd1E515Bce269c9363f620342C86004d57E83\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.330987,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0212666962750805,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0212666962750805\n                    },\n                    \"liquidity\": 1503.1845127592628,\n                    \"skewImpact\": 0.06473490046386916\n                },\n                {\n                    \"address\": \"0x776489acE41f81a77f5049Bdf31a26A35EcE4805\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.486337,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0561873762432221,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0561873762432221\n                    },\n                    \"liquidity\": 4131.574648874844,\n                    \"skewImpact\": 0.000049579339169218\n                },\n                {\n                    \"address\": \"0x2f00118b2B1d177e361a2dABFaf3F70495CF7b2c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.716516,\n                    \"bonus\": 0.010645808434630288,\n                    \"roi\": {\n                        \"baseRoi\": 0.3810942568725006,\n                        \"bonusRoi\": 0.014547989776562298,\n                        \"totalRoi\": 0.3956422466490629\n                    },\n                    \"liquidity\": 7299.079688175745,\n                    \"skewImpact\": -0.010533669012212473\n                },\n                {\n                    \"address\": \"0xE5a0999dB6E48B3EfAA5465eb63d029CB7232B79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.917307,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09014757327699453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09014757327699453\n                    },\n                    \"liquidity\": 21475.683427303407,\n                    \"skewImpact\": 0.000003492321920924\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x091Ec50aFDa06F8d62C083Fc0EC6DAb670545f0B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.976628,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02393132287831185,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02393132287831185\n                    },\n                    \"liquidity\": 50849.520876911265,\n                    \"skewImpact\": 0.00000147494015099\n                },\n                {\n                    \"address\": \"0xCdD3ACe3537EeE8669365e58c2307DEF00480d17\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.903113,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10728114864917229,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10728114864917229\n                    },\n                    \"liquidity\": 18867.785253412363,\n                    \"skewImpact\": 0.000003975029341953\n                },\n                {\n                    \"address\": \"0x7BeDd1E515Bce269c9363f620342C86004d57E83\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.718608,\n                    \"bonus\": 0.0691831155486145,\n                    \"roi\": {\n                        \"baseRoi\": 0.3070073800987882,\n                        \"bonusRoi\": 0.08457189538937776,\n                        \"totalRoi\": 0.39157927548816596\n                    },\n                    \"liquidity\": 9027.916547551678,\n                    \"skewImpact\": -0.06470651709937972\n                },\n                {\n                    \"address\": \"0x776489acE41f81a77f5049Bdf31a26A35EcE4805\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.564278,\n                    \"bonus\": 0.000019682718261975063,\n                    \"roi\": {\n                        \"baseRoi\": 0.7721412460817652,\n                        \"bonusRoi\": 0.000034879870336679275,\n                        \"totalRoi\": 0.7721761259521018\n                    },\n                    \"liquidity\": 4840.352141819669,\n                    \"skewImpact\": -0.000019682330860202\n                },\n                {\n                    \"address\": \"0x2f00118b2B1d177e361a2dABFaf3F70495CF7b2c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.333924,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9946934032893713,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9946934032893713\n                    },\n                    \"liquidity\": 2802.3820241185326,\n                    \"skewImpact\": 0.010558611316325602\n                },\n                {\n                    \"address\": \"0xE5a0999dB6E48B3EfAA5465eb63d029CB7232B79\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.13332,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.500750075007501,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.500750075007501\n                    },\n                    \"liquidity\": 2487.186588483792,\n                    \"skewImpact\": 0.000030154553079075\n                },\n                {\n                    \"address\": \"0xdf5A6580CfEAf22AeB0F8aDDdA8EeD8C064b90b6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x4f5aDe141220A567E25872948b0A8Baf6b5Ff8B1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.24111,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1474845506200495,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1474845506200495\n                    },\n                    \"liquidity\": 1503.1845127592628,\n                    \"skewImpact\": 0.06473887549321111\n                },\n                {\n                    \"address\": \"0xdF1c3706C2d495577C371bc107F9F2762849C4e0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.211075,\n                    \"bonus\": 0.06912644180562139,\n                    \"roi\": {\n                        \"baseRoi\": 3.4499334247110047,\n                        \"bonusRoi\": 0.2877190684786197,\n                        \"totalRoi\": 3.7376524931896244\n                    },\n                    \"liquidity\": 4131.574648874844,\n                    \"skewImpact\": -0.0646569377602105\n                },\n                {\n                    \"address\": \"0x5e62df89D1Abe559C9B07fB39A7AFE29E59483ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.401127,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4929760400072793,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4929760400072793\n                    },\n                    \"liquidity\": 4131.574648874844,\n                    \"skewImpact\": 0.000053554368511171\n                },\n                {\n                    \"address\": \"0xf5AFEcAbcbafCE158F3c7a58a926E44A2f5EA4E7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.289197,\n                    \"bonus\": 0.010665912464707189,\n                    \"roi\": {\n                        \"baseRoi\": 2.4217397095930697,\n                        \"bonusRoi\": 0.03611082135987953,\n                        \"totalRoi\": 2.4578505309529493\n                    },\n                    \"liquidity\": 4840.352141819669,\n                    \"skewImpact\": -0.010553351343072675\n                },\n                {\n                    \"address\": \"0xEc4c47C53879691E2C966588c7A759E549E5adaf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.448155,\n                    \"bonus\": 0.08136186821875842,\n                    \"roi\": {\n                        \"baseRoi\": 1.075230140668886,\n                        \"bonusRoi\": 0.15614070200831254,\n                        \"totalRoi\": 1.2313708426771985\n                    },\n                    \"liquidity\": 7299.079688175745,\n                    \"skewImpact\": -0.0752401861115922\n                },\n                {\n                    \"address\": \"0x60831EFFcc41B73D2Fa1cdeFE2f7BA67C2E2AaD0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.638206,\n                    \"bonus\": 0.010641748336294422,\n                    \"roi\": {\n                        \"baseRoi\": 0.5505652174430627,\n                        \"bonusRoi\": 0.016326977240158524,\n                        \"totalRoi\": 0.5668921946832213\n                    },\n                    \"liquidity\": 7299.079688175745,\n                    \"skewImpact\": -0.01052969398287052\n                },\n                {\n                    \"address\": \"0x9CC9385E5A801865C74EFE824e012D7BeD16b4Aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.654979,\n                    \"bonus\": 0.06917912330686582,\n                    \"roi\": {\n                        \"baseRoi\": 0.4339834409101099,\n                        \"bonusRoi\": 0.0927830661076724,\n                        \"totalRoi\": 0.5267665070177823\n                    },\n                    \"liquidity\": 9027.916547551678,\n                    \"skewImpact\": -0.0647030247774588\n                },\n                {\n                    \"address\": \"0x6521BA4062CBCBEF8C86e5A01157dF7AF73E49A1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.84503,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18338993881874024,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18338993881874024\n                    },\n                    \"liquidity\": 18867.785253412363,\n                    \"skewImpact\": 0.000007467351262877\n                },\n                {\n                    \"address\": \"0x478A3c53e787386aB6e33B3E4Fe9bCA0C65D7Ddf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.496021,\n                    \"bonus\": 0.00001619027105991119,\n                    \"roi\": {\n                        \"baseRoi\": 1.0160110363334878,\n                        \"bonusRoi\": 0.000032639236699605334,\n                        \"totalRoi\": 1.0160436755701874\n                    },\n                    \"liquidity\": 4840.352141819669,\n                    \"skewImpact\": -0.000016190008939278\n                },\n                {\n                    \"address\": \"0x0A194EC4c9Ffe345F0772C6fBa48119EC2fc0aF0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.258756,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.864644684567701,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.864644684567701\n                    },\n                    \"liquidity\": 2802.3820241185326,\n                    \"skewImpact\": 0.010562103638246527\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x4f5aDe141220A567E25872948b0A8Baf6b5Ff8B1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.874782,\n                    \"bonus\": 0.03341914506376112,\n                    \"roi\": {\n                        \"baseRoi\": 0.10733256018845604,\n                        \"bonusRoi\": 0.035809388319858096,\n                        \"totalRoi\": 0.14314194850831413\n                    },\n                    \"liquidity\": 2527.6486290856124,\n                    \"skewImpact\": -0.03233842262686084\n                },\n                {\n                    \"address\": \"0xdF1c3706C2d495577C371bc107F9F2762849C4e0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.904217,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10592921831816914,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10592921831816914\n                    },\n                    \"liquidity\": 1503.1845127592628,\n                    \"skewImpact\": 0.03235760906650448\n                },\n                {\n                    \"address\": \"0x5e62df89D1Abe559C9B07fB39A7AFE29E59483ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.718908,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39099857005347,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39099857005347\n                    },\n                    \"liquidity\": 2527.6486290856124,\n                    \"skewImpact\": 0.000004994757398922\n                },\n                {\n                    \"address\": \"0xf5AFEcAbcbafCE158F3c7a58a926E44A2f5EA4E7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.828463,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2070545093745889,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2070545093745889\n                    },\n                    \"liquidity\": 2802.3820241185326,\n                    \"skewImpact\": 0.00530409532774741\n                },\n                {\n                    \"address\": \"0xEc4c47C53879691E2C966588c7A759E549E5adaf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.67156,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4890702245517898,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4890702245517898\n                    },\n                    \"liquidity\": 1503.1845127592628,\n                    \"skewImpact\": 0.03764675589009738\n                },\n                {\n                    \"address\": \"0x60831EFFcc41B73D2Fa1cdeFE2f7BA67C2E2AaD0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.486251,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0565510405119989,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0565510405119989\n                    },\n                    \"liquidity\": 2527.6486290856124,\n                    \"skewImpact\": 0.005294141580991824\n                },\n                {\n                    \"address\": \"0x9CC9385E5A801865C74EFE824e012D7BeD16b4Aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.46895,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1324234993069624,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1324234993069624\n                    },\n                    \"liquidity\": 1503.1845127592628,\n                    \"skewImpact\": 0.03238252750847412\n                },\n                {\n                    \"address\": \"0x6521BA4062CBCBEF8C86e5A01157dF7AF73E49A1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.283641,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5255833959124385,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5255833959124385\n                    },\n                    \"liquidity\": 2487.186588483792,\n                    \"skewImpact\": 0.00002991319936856\n                },\n                {\n                    \"address\": \"0x478A3c53e787386aB6e33B3E4Fe9bCA0C65D7Ddf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.625853,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5978192962245128,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5978192962245128\n                    },\n                    \"liquidity\": 2487.186588483792,\n                    \"skewImpact\": 0.000039866946124146\n                },\n                {\n                    \"address\": \"0x0A194EC4c9Ffe345F0772C6fBa48119EC2fc0aF0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2023-12-15T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.858334,\n                    \"bonus\": 0.005279483796764739,\n                    \"roi\": {\n                        \"baseRoi\": 0.15896105668969407,\n                        \"bonusRoi\": 0.006086582108256328,\n                        \"totalRoi\": 0.1650476387979504\n                    },\n                    \"liquidity\": 2487.186588483792,\n                    \"skewImpact\": -0.005251757229566699\n                }\n            ]\n        },\n        \"2024-01-12T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x04449A0C6D025e969c6a628834954B8cA745CB23\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.120096,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.326671995736745,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.326671995736745\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": 0.000030604287772952\n                },\n                {\n                    \"address\": \"0x4729230096131807Db211e23B1EF46210a3218ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.201285,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.968080085450978,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.968080085450978\n                    },\n                    \"liquidity\": 2693.664732948155,\n                    \"skewImpact\": 0.00002784310871454\n                },\n                {\n                    \"address\": \"0xdFD81c2bBFd3034D0fa579616ADf207766A1E373\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.374171,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6725748387769228,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6725748387769228\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.06871372637514978\n                },\n                {\n                    \"address\": \"0x847C73c8bcb7f69198E29962df5c77B9C7C62924\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.497988,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0080805159963695,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0080805159963695\n                    },\n                    \"liquidity\": 3809.2849523148247,\n                    \"skewImpact\": 0.007512971289549263\n                },\n                {\n                    \"address\": \"0x04107a18ABd8d74241E0dD4ca27C662D0FC8dC12\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.681145,\n                    \"bonus\": 0.009285485728294015,\n                    \"roi\": {\n                        \"baseRoi\": 0.45473256173331794,\n                        \"bonusRoi\": 0.013383624981698705,\n                        \"totalRoi\": 0.46811618671501665\n                    },\n                    \"liquidity\": 6839.583207534775,\n                    \"skewImpact\": -0.009200058714401969\n                },\n                {\n                    \"address\": \"0xbc2C0f22b943446763b129a9A1E91f9786d4018c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.863828,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1576378630931157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1576378630931157\n                    },\n                    \"liquidity\": 14121.649108994632,\n                    \"skewImpact\": 0.000005310994446975\n                },\n                {\n                    \"address\": \"0x190c3387dAC36a4043ecE3327ca23Fc318Eb4be2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.979273,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.021165701494884524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.021165701494884524\n                    },\n                    \"liquidity\": 54152.00534550242,\n                    \"skewImpact\": 0.000001384990260683\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x04449A0C6D025e969c6a628834954B8cA745CB23\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.930531,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0746552237378443,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0746552237378443\n                    },\n                    \"liquidity\": 24650.073902001986,\n                    \"skewImpact\": 0.000003042587227047\n                },\n                {\n                    \"address\": \"0x4729230096131807Db211e23B1EF46210a3218ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.849338,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17738756537444453,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17738756537444453\n                    },\n                    \"liquidity\": 12922.643040934576,\n                    \"skewImpact\": 0.000005803766285459\n                },\n                {\n                    \"address\": \"0xdFD81c2bBFd3034D0fa579616ADf207766A1E373\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.6753,\n                    \"bonus\": 0.07375171122125099,\n                    \"roi\": {\n                        \"baseRoi\": 0.38564867159061184,\n                        \"bonusRoi\": 0.09517466618519149,\n                        \"totalRoi\": 0.48082333777580333\n                    },\n                    \"liquidity\": 7741.151382352771,\n                    \"skewImpact\": -0.06868600110296275\n                },\n                {\n                    \"address\": \"0x847C73c8bcb7f69198E29962df5c77B9C7C62924\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.55247,\n                    \"bonus\": 0.00755080695811955,\n                    \"roi\": {\n                        \"baseRoi\": 0.7965890021255266,\n                        \"bonusRoi\": 0.013464032428385786,\n                        \"totalRoi\": 0.8100530345539124\n                    },\n                    \"liquidity\": 4765.606391711248,\n                    \"skewImpact\": -0.007494219552973284\n                },\n                {\n                    \"address\": \"0x04107a18ABd8d74241E0dD4ca27C662D0FC8dC12\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.369309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.707759626762413,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.707759626762413\n                    },\n                    \"liquidity\": 3173.881972582448,\n                    \"skewImpact\": 0.009222293213145737\n                },\n                {\n                    \"address\": \"0xbc2C0f22b943446763b129a9A1E91f9786d4018c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.186796,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.353433692370286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.353433692370286\n                    },\n                    \"liquidity\": 2646.8208693798074,\n                    \"skewImpact\": 0.000028335880553024\n                },\n                {\n                    \"address\": \"0x190c3387dAC36a4043ecE3327ca23Fc318Eb4be2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.096929,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 9.316829844525374,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 9.316829844525374\n                    },\n                    \"liquidity\": 2389.1294609526653,\n                    \"skewImpact\": 0\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x88089817f80Cb98C201AaA0efbDF61Ff12878b48\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.135756,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.366156928607207,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.366156928607207\n                    },\n                    \"liquidity\": 2693.664732948155,\n                    \"skewImpact\": 0.000030885695941587\n                },\n                {\n                    \"address\": \"0x731fcc2e50F1c9028340A91b6644B80606814801\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.230202,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.3440109121554116,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.3440109121554116\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.06871953014143524\n                },\n                {\n                    \"address\": \"0x1BC69f0470be98055D7Ff89540Ef4A2568560962\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.31383,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1864385176688015,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1864385176688015\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.06871676896237683\n                },\n                {\n                    \"address\": \"0xC5D4590bBfb583feF13a7732E1a097b6F7764900\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.17847,\n                    \"bonus\": 0.06515900347564119,\n                    \"roi\": {\n                        \"baseRoi\": 4.280178114502586,\n                        \"bonusRoi\": 0.32300449321859936,\n                        \"totalRoi\": 4.603182607721186\n                    },\n                    \"liquidity\": 3809.2849523148247,\n                    \"skewImpact\": -0.06117302981341348\n                },\n                {\n                    \"address\": \"0xA4A6C00ED7277127486804BE5EB2D6Ebd3e699e8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.357739,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7953340284397286,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7953340284397286\n                    },\n                    \"liquidity\": 3809.2849523148247,\n                    \"skewImpact\": 0.007518775055834722\n                },\n                {\n                    \"address\": \"0x47956eF0212bcf14C4e6e9B942bc2799AA0C6854\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.441367,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2656881914597147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2656881914597147\n                    },\n                    \"liquidity\": 3809.2849523148247,\n                    \"skewImpact\": 0.00751601387677631\n                },\n                {\n                    \"address\": \"0x77bd7B40fC527487f76c4bAfcf8aC78b15F822F2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.546388,\n                    \"bonus\": 0.009279573714658925,\n                    \"roi\": {\n                        \"baseRoi\": 0.8135272173377804,\n                        \"bonusRoi\": 0.016674031591551897,\n                        \"totalRoi\": 0.8302012489293323\n                    },\n                    \"liquidity\": 6839.583207534775,\n                    \"skewImpact\": -0.00919425494811651\n                },\n                {\n                    \"address\": \"0x6ff1f67D3edbe6601Cc768380fce24049BDaE748\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.240608,\n                    \"bonus\": 0.01697770886348475,\n                    \"roi\": {\n                        \"baseRoi\": 3.087893355082719,\n                        \"bonusRoi\": 0.06824442919710583,\n                        \"totalRoi\": 3.156137784279825\n                    },\n                    \"liquidity\": 4765.606391711248,\n                    \"skewImpact\": -0.016694278267375254\n                },\n                {\n                    \"address\": \"0x51b3E0C1B20692D35CC002DD586f4C5d9994A16c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.367118,\n                    \"bonus\": 0.0844646810153835,\n                    \"roi\": {\n                        \"baseRoi\": 1.527094403700807,\n                        \"bonusRoi\": 0.19682542589076846,\n                        \"totalRoi\": 1.7239198295915754\n                    },\n                    \"liquidity\": 6839.583207534775,\n                    \"skewImpact\": -0.07788605981736471\n                },\n                {\n                    \"address\": \"0x09e1453012FDB91363B7be2B32b979768aB9b035\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.630015,\n                    \"bonus\": 0.009282386384451391,\n                    \"roi\": {\n                        \"baseRoi\": 0.5727987399305198,\n                        \"bonusRoi\": 0.014465055375941227,\n                        \"totalRoi\": 0.587263795306461\n                    },\n                    \"liquidity\": 6839.583207534775,\n                    \"skewImpact\": -0.009197016127174922\n                },\n                {\n                    \"address\": \"0xbfE23A73F97335bE6F8905Aa5c95e67Bb7cfAded\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.555291,\n                    \"bonus\": 0.07374558798369416,\n                    \"roi\": {\n                        \"baseRoi\": 0.6851222119407786,\n                        \"bonusRoi\": 0.11573535643328114,\n                        \"totalRoi\": 0.8008575683740597\n                    },\n                    \"liquidity\": 7741.151382352771,\n                    \"skewImpact\": -0.06868069010851577\n                },\n                {\n                    \"address\": \"0xBEf4FF4C1e89AB2133Bd0a02400889A4825072F7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.42878,\n                    \"bonus\": 0.0075454154851305405,\n                    \"roi\": {\n                        \"baseRoi\": 1.31486253628619,\n                        \"bonusRoi\": 0.01733579385980577,\n                        \"totalRoi\": 1.3321983301459959\n                    },\n                    \"liquidity\": 4765.606391711248,\n                    \"skewImpact\": -0.007488908558526309\n                },\n                {\n                    \"address\": \"0x7Df5742f22f292108dB73dB6534808b61f38E2c6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.240121,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.164567030788644,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.164567030788644\n                    },\n                    \"liquidity\": 3173.881972582448,\n                    \"skewImpact\": 0.009227604207592712\n                },\n                {\n                    \"address\": \"0x3c100CDe95Bb7241890AcdEd0Da3E3223EA4f643\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.73456,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3613591810063167,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3613591810063167\n                    },\n                    \"liquidity\": 12922.643040934576,\n                    \"skewImpact\": 0.000011114760732434\n                },\n                {\n                    \"address\": \"0x1d2F26137269Df8791774A6446A0B9794F59547a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.818188,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2222129877240927,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2222129877240927\n                    },\n                    \"liquidity\": 14121.649108994632,\n                    \"skewImpact\": 0.000008353581674022\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x88089817f80Cb98C201AaA0efbDF61Ff12878b48\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.979128,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02131692689821964,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02131692689821964\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": 0.000018204027029205\n                },\n                {\n                    \"address\": \"0x731fcc2e50F1c9028340A91b6644B80606814801\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.88535,\n                    \"bonus\": 0.03554945918996133,\n                    \"roi\": {\n                        \"baseRoi\": 0.09200914110107383,\n                        \"bonusRoi\": 0.037487668070440294,\n                        \"totalRoi\": 0.12949680917151413\n                    },\n                    \"liquidity\": 2693.664732948155,\n                    \"skewImpact\": -0.034329078997124104\n                },\n                {\n                    \"address\": \"0x1BC69f0470be98055D7Ff89540Ef4A2568560962\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.803349,\n                    \"bonus\": 0.03554797869938706,\n                    \"roi\": {\n                        \"baseRoi\": 0.20347642623960585,\n                        \"bonusRoi\": 0.04131257580060335,\n                        \"totalRoi\": 0.2447890020402092\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": -0.0343276984075949\n                },\n                {\n                    \"address\": \"0xC5D4590bBfb583feF13a7732E1a097b6F7764900\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.935907,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06848223167472832,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06848223167472832\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.030609753411088247\n                },\n                {\n                    \"address\": \"0xA4A6C00ED7277127486804BE5EB2D6Ebd3e699e8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.761292,\n                    \"bonus\": 0.0037471771396935085,\n                    \"roi\": {\n                        \"baseRoi\": 0.3086709129182738,\n                        \"bonusRoi\": 0.004885514838749827,\n                        \"totalRoi\": 0.31355642775702364\n                    },\n                    \"liquidity\": 2693.664732948155,\n                    \"skewImpact\": -0.003733188222129372\n                },\n                {\n                    \"address\": \"0x47956eF0212bcf14C4e6e9B942bc2799AA0C6854\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.679291,\n                    \"bonus\": 0.0037457861860794657,\n                    \"roi\": {\n                        \"baseRoi\": 0.46664988492152576,\n                        \"bonusRoi\": 0.005473255234902108,\n                        \"totalRoi\": 0.47212314015642787\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": -0.003731807632600166\n                },\n                {\n                    \"address\": \"0x77bd7B40fC527487f76c4bAfcf8aC78b15F822F2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.576299,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7352103682289922,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7352103682289922\n                    },\n                    \"liquidity\": 2693.664732948155,\n                    \"skewImpact\": 0.004625068160930138\n                },\n                {\n                    \"address\": \"0x6ff1f67D3edbe6601Cc768380fce24049BDaE748\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.875969,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14159291025139017,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14159291025139017\n                    },\n                    \"liquidity\": 3173.881972582448,\n                    \"skewImpact\": 0.0083676322513475\n                },\n                {\n                    \"address\": \"0x51b3E0C1B20692D35CC002DD586f4C5d9994A16c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.750914,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3317104222321065,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3317104222321065\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.03896800979414776\n                },\n                {\n                    \"address\": \"0x09e1453012FDB91363B7be2B32b979768aB9b035\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.494299,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0230670100485737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0230670100485737\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": 0.004626448750459344\n                },\n                {\n                    \"address\": \"0xbfE23A73F97335bE6F8905Aa5c95e67Bb7cfAded\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.566576,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7649882804778178,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7649882804778178\n                    },\n                    \"liquidity\": 1467.0153012782216,\n                    \"skewImpact\": 0.0343710311278514\n                },\n                {\n                    \"address\": \"0xBEf4FF4C1e89AB2133Bd0a02400889A4825072F7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.691631,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.445857690011003,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.445857690011003\n                    },\n                    \"liquidity\": 2646.8208693798074,\n                    \"skewImpact\": 0.003770653585051143\n                },\n                {\n                    \"address\": \"0x7Df5742f22f292108dB73dB6534808b61f38E2c6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.87662,\n                    \"bonus\": 0.004606988427401912,\n                    \"roi\": {\n                        \"baseRoi\": 0.13553771612217325,\n                        \"bonusRoi\": 0.005207418599827235,\n                        \"totalRoi\": 0.14074513472200048\n                    },\n                    \"liquidity\": 2646.8208693798074,\n                    \"skewImpact\": -0.004585861416924472\n                },\n                {\n                    \"address\": \"0x3c100CDe95Bb7241890AcdEd0Da3E3223EA4f643\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.391961,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5512742339161294,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5512742339161294\n                    },\n                    \"liquidity\": 2646.8208693798074,\n                    \"skewImpact\": 0.000028089494633782\n                },\n                {\n                    \"address\": \"0x1d2F26137269Df8791774A6446A0B9794F59547a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-01-12T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.30996,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.22622273841786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.22622273841786\n                    },\n                    \"liquidity\": 2450.637000815382,\n                    \"skewImpact\": 0.000029470084162988\n                }\n            ]\n        },\n        \"2024-02-16T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0x92109632b760879A122d87B9b570185f5e7bcf4e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.198256,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.043983536437738,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.043983536437738\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.039081792731881664\n                },\n                {\n                    \"address\": \"0x418A16519FEf0d707Fe37219A3f164e6e55e9742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.282973,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.533906061709068,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.533906061709068\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.048009597367093024\n                },\n                {\n                    \"address\": \"0xa9fc7159CDD2B9d4C38Ec26e24432e677C55A4A8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.275189,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.633866179244083,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.633866179244083\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000025329675051669\n                },\n                {\n                    \"address\": \"0xD6BE2f4a3F24dAAEE2b12d065d5a9bEf46AF5776\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.29689,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3682508673245986,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3682508673245986\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000024591649491163\n                },\n                {\n                    \"address\": \"0xa60F7109a70fF1B73cde7D0baD7EC6007F0d2c0e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.319887,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1261039054416093,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1261039054416093\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000023809561686579\n                },\n                {\n                    \"address\": \"0x442E3d1198cD080D291E6C477CEf71aE1Ca9bBF1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.344176,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9054902143089583,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9054902143089583\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000022983508586544\n                },\n                {\n                    \"address\": \"0xa1D3A4127bb3dB59326E03f44230232923E2BB67\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.393615,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5405535866265259,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5405535866265259\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.054443516792287976\n                },\n                {\n                    \"address\": \"0xb5a85b11da5AF390af72bc086f13a3EC6c196819\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.377423,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6495470599301048,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6495470599301048\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.01160508583041965\n                },\n                {\n                    \"address\": \"0xe05396afac340C9F10242bcCA3970a42dccF4514\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.396547,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5217691723805755,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5217691723805755\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000021202426552147\n                },\n                {\n                    \"address\": \"0x682bAd6eFED0472ecE259Ec070d0E37bB960AcB8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.424543,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.355474003811157,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.355474003811157\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.00002025031714259\n                },\n                {\n                    \"address\": \"0xC76587cf5892045586EcDad9519bb88051ed4028\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.453657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2043085414751675,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2043085414751675\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000019260203726312\n                },\n                {\n                    \"address\": \"0x5928dF02514d821c1E388995814539Fe9D74652c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.483794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0669954567439859,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0669954567439859\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000018235269969196\n                },\n                {\n                    \"address\": \"0xfEaCB8e33F627606beb32E24A706939aD5D97eD6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.499211,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0031609880391255,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0031609880391255\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000017710950865874\n                },\n                {\n                    \"address\": \"0x369f78112f92d1FA3e4C55BdE5302C66a4677212\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.514839,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9423547944114566,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9423547944114566\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000017179472383174\n                },\n                {\n                    \"address\": \"0xf6dFB2afCdFBfD09a9C5B9b6b8348165792D7De6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.546631,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8293876490722262,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8293876490722262\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000016098274497068\n                },\n                {\n                    \"address\": \"0x24461C8891794FCD8d614913316b57FA0e4A567a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.579047,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7269755304837087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7269755304837087\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000014995849238509\n                },\n                {\n                    \"address\": \"0xD6CA65a56D27049526BDFE831c339d505F95BDb7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.661445,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5118414985372934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5118414985372934\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": 0.000012193630083075\n                },\n                {\n                    \"address\": \"0xcc4fC60cD4F1D83d51028b10DB459F92E412984D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.819369,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22045134731726485,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22045134731726485\n                    },\n                    \"liquidity\": 10992.31601658357,\n                    \"skewImpact\": 0.00000682294794717\n                },\n                {\n                    \"address\": \"0x6bB0533830D8e46C9De133807c1C2dF78b7be942\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.941869,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06171877405456602,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06171877405456602\n                    },\n                    \"liquidity\": 28227.20184923696,\n                    \"skewImpact\": 0.000002657011502612\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0x92109632b760879A122d87B9b570185f5e7bcf4e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.851843,\n                    \"bonus\": 0.04063850246170567,\n                    \"roi\": {\n                        \"baseRoi\": 0.12980466649238245,\n                        \"bonusRoi\": 0.04412057560035057,\n                        \"totalRoi\": 0.17392524209273302\n                    },\n                    \"liquidity\": 16677.28427168943,\n                    \"skewImpact\": -0.03905150767108112\n                },\n                {\n                    \"address\": \"0x418A16519FEf0d707Fe37219A3f164e6e55e9742\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.766924,\n                    \"bonus\": 0.05039918387226051,\n                    \"roi\": {\n                        \"baseRoi\": 0.24421166867356148,\n                        \"bonusRoi\": 0.05969849713165515,\n                        \"totalRoi\": 0.3039101658052166\n                    },\n                    \"liquidity\": 10436.913902227125,\n                    \"skewImpact\": -0.0479809815602347\n                },\n                {\n                    \"address\": \"0xa9fc7159CDD2B9d4C38Ec26e24432e677C55A4A8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2140,\n                    \"price\": 0.775431,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2896053936455984,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2896053936455984\n                    },\n                    \"liquidity\": 9017.45785431683,\n                    \"skewImpact\": 0.00000831719994833\n                },\n                {\n                    \"address\": \"0xD6BE2f4a3F24dAAEE2b12d065d5a9bEf46AF5776\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2100,\n                    \"price\": 0.753729,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3267367979738076,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3267367979738076\n                    },\n                    \"liquidity\": 8282.510460596799,\n                    \"skewImpact\": 0.000009055225508836\n                },\n                {\n                    \"address\": \"0xa60F7109a70fF1B73cde7D0baD7EC6007F0d2c0e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2060,\n                    \"price\": 0.730732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.36849077363520405,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.36849077363520405\n                    },\n                    \"liquidity\": 7624.03286451004,\n                    \"skewImpact\": 0.00000983731331342\n                },\n                {\n                    \"address\": \"0x442E3d1198cD080D291E6C477CEf71aE1Ca9bBF1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2020,\n                    \"price\": 0.706442,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4155443759006401,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4155443759006401\n                    },\n                    \"liquidity\": 7033.426133173482,\n                    \"skewImpact\": 0.000010663366413455\n                },\n                {\n                    \"address\": \"0xa1D3A4127bb3dB59326E03f44230232923E2BB67\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.656058,\n                    \"bonus\": 0.05754912602031488,\n                    \"roi\": {\n                        \"baseRoi\": 0.4455901486876921,\n                        \"bonusRoi\": 0.07866532872436593,\n                        \"totalRoi\": 0.524255477412058\n                    },\n                    \"liquidity\": 6994.9955726288645,\n                    \"skewImpact\": -0.05441744936888104\n                },\n                {\n                    \"address\": \"0xb5a85b11da5AF390af72bc086f13a3EC6c196819\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1980,\n                    \"price\": 0.672987,\n                    \"bonus\": 0.01171779084125243,\n                    \"roi\": {\n                        \"baseRoi\": 0.46889989561932943,\n                        \"bonusRoi\": 0.01701290804552591,\n                        \"totalRoi\": 0.48591280366485534\n                    },\n                    \"liquidity\": 6536.933186367504,\n                    \"skewImpact\": -0.01158207451458275\n                },\n                {\n                    \"address\": \"0xe05396afac340C9F10242bcCA3970a42dccF4514\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1940,\n                    \"price\": 0.65407,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5288883452841439,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5288883452841439\n                    },\n                    \"liquidity\": 6026.783775454638,\n                    \"skewImpact\": 0.000012444448447852\n                },\n                {\n                    \"address\": \"0x682bAd6eFED0472ecE259Ec070d0E37bB960AcB8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1900,\n                    \"price\": 0.626074,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.597255276532806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.597255276532806\n                    },\n                    \"liquidity\": 5598.45303534562,\n                    \"skewImpact\": 0.000013396557857409\n                },\n                {\n                    \"address\": \"0xC76587cf5892045586EcDad9519bb88051ed4028\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1860,\n                    \"price\": 0.59696,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6751541141785042,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6751541141785042\n                    },\n                    \"liquidity\": 5213.158664240107,\n                    \"skewImpact\": 0.000014386671273687\n                },\n                {\n                    \"address\": \"0x5928dF02514d821c1E388995814539Fe9D74652c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1820,\n                    \"price\": 0.566822,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7642222778932362,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7642222778932362\n                    },\n                    \"liquidity\": 4866.462633197365,\n                    \"skewImpact\": 0.000015411605030803\n                },\n                {\n                    \"address\": \"0xfEaCB8e33F627606beb32E24A706939aD5D97eD6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.551405,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8135490247640118,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8135490247640118\n                    },\n                    \"liquidity\": 4706.347706525145,\n                    \"skewImpact\": 0.000015935924134125\n                },\n                {\n                    \"address\": \"0x369f78112f92d1FA3e4C55BdE5302C66a4677212\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1780,\n                    \"price\": 0.535777,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8664481678011563,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8664481678011563\n                    },\n                    \"liquidity\": 4554.452316807426,\n                    \"skewImpact\": 0.000016467402616825\n                },\n                {\n                    \"address\": \"0xf6dFB2afCdFBfD09a9C5B9b6b8348165792D7De6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1740,\n                    \"price\": 0.503985,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9841860372828556,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9841860372828556\n                    },\n                    \"liquidity\": 4273.845084539465,\n                    \"skewImpact\": 0.000017548600502931\n                },\n                {\n                    \"address\": \"0x24461C8891794FCD8d614913316b57FA0e4A567a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1700,\n                    \"price\": 0.471569,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1205804452794819,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1205804452794819\n                    },\n                    \"liquidity\": 4021.226551241753,\n                    \"skewImpact\": 0.00001865102576149\n                },\n                {\n                    \"address\": \"0xD6CA65a56D27049526BDFE831c339d505F95BDb7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.389172,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5695579332531628,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5695579332531628\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000021453244916924\n                },\n                {\n                    \"address\": \"0xcc4fC60cD4F1D83d51028b10DB459F92E412984D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.231253,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.324268225709505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.324268225709505\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000026823927052829\n                },\n                {\n                    \"address\": \"0x6bB0533830D8e46C9De133807c1C2dF78b7be942\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.108759,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 8.194641363013636,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 8.194641363013636\n                    },\n                    \"liquidity\": 2420.146187682424,\n                    \"skewImpact\": 0.000030989863497387\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0x1aB6ee3C517EBAA6bc15e613FA6e0CEE154f2947\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.138833,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.202898446334805,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.202898446334805\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.008958089696011903\n                },\n                {\n                    \"address\": \"0x84AC16ea7d328dF26608c8481064bd4925e84eFe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2140,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.13082,\n                    \"bonus\": 0.04061107295789396,\n                    \"roi\": {\n                        \"baseRoi\": 6.356976445299277,\n                        \"bonusRoi\": 0.2871146722668456,\n                        \"totalRoi\": 6.644091117566123\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": -0.03902617799602945\n                },\n                {\n                    \"address\": \"0x1D8edd8E7D4A8d8244F58ce57A94FD5a1c664311\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2100,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.153171,\n                    \"bonus\": 0.04061187214528348,\n                    \"roi\": {\n                        \"baseRoi\": 5.283428161654421,\n                        \"bonusRoi\": 0.24522282319257993,\n                        \"totalRoi\": 5.528650984847001\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": -0.039026916021589954\n                },\n                {\n                    \"address\": \"0x56408E57817DfcA38CD248A4E8D46005735D1a3d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2060,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.176859,\n                    \"bonus\": 0.04061271904779348,\n                    \"roi\": {\n                        \"baseRoi\": 4.441839264669346,\n                        \"bonusRoi\": 0.21238245998136485,\n                        \"totalRoi\": 4.654221724650711\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": -0.03902769810939454\n                },\n                {\n                    \"address\": \"0x82dfd42458D50552a2CD6a7217B2A8175Fb0155f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.123185,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 7.117871494094248,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 7.117871494094248\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000031300708534874\n                },\n                {\n                    \"address\": \"0x74E07327152CB0CDe308E79d75Bd4212d439e58B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.114412,\n                    \"bonus\": 0.05037382589581364,\n                    \"roi\": {\n                        \"baseRoi\": 7.340355184488254,\n                        \"bonusRoi\": 0.3999867376877422,\n                        \"totalRoi\": 7.740341922175996\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": -0.04795799805164815\n                },\n                {\n                    \"address\": \"0x46D6Dd04CaE256405dcC872Fc67636ea2ef10916\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.201877,\n                    \"bonus\": 0.04061361356067354,\n                    \"roi\": {\n                        \"baseRoi\": 3.7674449558305176,\n                        \"bonusRoi\": 0.186066340651994,\n                        \"totalRoi\": 3.9535112964825116\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": -0.039028524162494575\n                },\n                {\n                    \"address\": \"0x919c1f3b70A4CC4019dA6952BB0072d71f2DA11A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.165333,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.048399291127603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.048399291127603\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.006462535232053276\n                },\n                {\n                    \"address\": \"0x8C88A9F1589E251DfEc14d1070724A6e932BF955\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.174107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.74359445628263,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.74359445628263\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.054451833992236305\n                },\n                {\n                    \"address\": \"0x15Fb3322236129597bE217e68FAF6c6100Cc8167\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.252799,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9557118501259896,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9557118501259896\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.015392009121206857\n                },\n                {\n                    \"address\": \"0xfA3067456BC4925695198701CdBEdE687209291d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.148657,\n                    \"bonus\": 0.03774905128319188,\n                    \"roi\": {\n                        \"baseRoi\": 5.4907866207706215,\n                        \"bonusRoi\": 0.23610817732163003,\n                        \"totalRoi\": 5.7268947980922515\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": -0.03637589572981505\n                },\n                {\n                    \"address\": \"0x557F7eD14ffc15CC17c9d0A1aEbdc564B4f0eFF3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.236123,\n                    \"bonus\": 0.028220986953342717,\n                    \"roi\": {\n                        \"baseRoi\": 3.1219481413756642,\n                        \"bonusRoi\": 0.11313272749352699,\n                        \"totalRoi\": 3.235080868869191\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": -0.02744642184066147\n                },\n                {\n                    \"address\": \"0x54D551314Af64eF4CEAd1541d54BD8C265FA6370\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.157431,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.351989125394618,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.351989125394618\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.01161340303036798\n                },\n                {\n                    \"address\": \"0x023a724825bE8fE60aBc637A41087fB9850D1712\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.135078,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.403130043382341,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.403130043382341\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.011614141055928486\n                },\n                {\n                    \"address\": \"0xdFd0f701F545B4878140565A3e4fED199fa72797\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.154776,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.46095001809066,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.46095001809066\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000030257652060983\n                },\n                {\n                    \"address\": \"0xd4bef2C48D4133e8d8446b2D7dEe579D27918594\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.131088,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.628463322348345,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.628463322348345\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000031039739865567\n                },\n                {\n                    \"address\": \"0x50ADF7c77Cf4F3bE09921e86501B84111202f6c4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.255821,\n                    \"bonus\": 0.040615542256471106,\n                    \"roi\": {\n                        \"baseRoi\": 2.762145545361118,\n                        \"bonusRoi\": 0.14683768900978933,\n                        \"totalRoi\": 2.9089832343709072\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": -0.039030305244528975\n                },\n                {\n                    \"address\": \"0x0FF848c2e260b0d33377de5219e2B971F3CF9Cb3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.177129,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.6456029221640724,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.6456029221640724\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000029519626500477\n                },\n                {\n                    \"address\": \"0x0e6a25eE6B194225EBf38Bc723B0d82B70F825a3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.168355,\n                    \"bonus\": 0.05037579094089231,\n                    \"roi\": {\n                        \"baseRoi\": 4.667993796291362,\n                        \"bonusRoi\": 0.27183573060121624,\n                        \"totalRoi\": 4.939829526892578\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": -0.04795977913368255\n                },\n                {\n                    \"address\": \"0xF2f7BD0b606a4a2a4f3D04a92E4BEA15DF81A603\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.284656,\n                    \"bonus\": 0.04061657327840298,\n                    \"roi\": {\n                        \"baseRoi\": 2.381045731121509,\n                        \"bonusRoi\": 0.1319664660568396,\n                        \"totalRoi\": 2.5130121971783486\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": -0.03903125735393853\n                },\n                {\n                    \"address\": \"0xAE9912DAA3Ad019ce14dB218580f6D06D40E3493\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.205964,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8552174166359165,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8552174166359165\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.00002856751709092\n                },\n                {\n                    \"address\": \"0xA0948C8CF286a614FbE896d6D1c3485daDa1b656\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.197191,\n                    \"bonus\": 0.05037684139406892,\n                    \"roi\": {\n                        \"baseRoi\": 3.839136819724427,\n                        \"bonusRoi\": 0.2320885404593538,\n                        \"totalRoi\": 4.071225360183781\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": -0.04796073124309211\n                },\n                {\n                    \"address\": \"0x9ab4fe85b012E60396AAB9Be7444a2CeB277b92a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.159923,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.2530092607067145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.2530092607067145\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.00003008763045601\n                },\n                {\n                    \"address\": \"0x367028EA4c0f444BAeB372Ef2d7654a8D9cF81A6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.134905,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.4126236981579625,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.4126236981579625\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.000030913683556045\n                },\n                {\n                    \"address\": \"0x215D384F361DA5D65A6b9a60AbbC87876ABa002C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.183611,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.446296790497302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.446296790497302\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.000029305542651426\n                },\n                {\n                    \"address\": \"0xDD700c04f0f31Ad26c7B969E7500556D091F441F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.213599,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.681669858004953,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.681669858004953\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000028315429235148\n                },\n                {\n                    \"address\": \"0xd1e59Fbb7ADF8c156199B8975EDEc60A414007C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.164892,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.064575600999442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.064575600999442\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000029923570139767\n                },\n                {\n                    \"address\": \"0xb83F811FB6D67593F048dA297D66287ce85DE2ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.227178,\n                    \"bonus\": 0.05037793377893007,\n                    \"roi\": {\n                        \"baseRoi\": 3.200377356339633,\n                        \"bonusRoi\": 0.20145732835694874,\n                        \"totalRoi\": 3.4018346846965817\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": -0.04796172135650839\n                },\n                {\n                    \"address\": \"0xa10ba075f643B52A38A8710ed7e894B361FBee95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.314644,\n                    \"bonus\": 0.04061764545634827,\n                    \"roi\": {\n                        \"baseRoi\": 2.0588030806743927,\n                        \"bonusRoi\": 0.11939195879878994,\n                        \"totalRoi\": 2.1781950394731826\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": -0.03903224746735481\n                },\n                {\n                    \"address\": \"0x84822046E6CB94B3f77f376A28d0212a05D162F7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.112988,\n                    \"bonus\": 0.0575275856516477,\n                    \"roi\": {\n                        \"baseRoi\": 7.393885240794428,\n                        \"bonusRoi\": 0.4566121571593369,\n                        \"totalRoi\": 7.850497397953765\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": -0.05439818916515473\n                },\n                {\n                    \"address\": \"0x43Cb81b728173fd62b31b6EB545849Ac1b4fDb95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.130426,\n                    \"bonus\": 0.01169807700303665,\n                    \"roi\": {\n                        \"baseRoi\": 6.579542085949043,\n                        \"bonusRoi\": 0.08764083770115061,\n                        \"totalRoi\": 6.667182923650194\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": -0.011562814310856437\n                },\n                {\n                    \"address\": \"0x3aC50A1fa71e444Af50265535fba3B1788DdDF8d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.235952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2381501322302846,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2381501322302846\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000027577403674642\n                },\n                {\n                    \"address\": \"0x241dd47C4f2f22C7b8C0d640637B5b64bce62551\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.189911,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.265624424072329,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.265624424072329\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000029097517039732\n                },\n                {\n                    \"address\": \"0xEe1CD8019972C36E5e0cfE1d2A4B31fAbf3bDA03\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.220953,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.52584938878404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.52584938878404\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000028072583282616\n                },\n                {\n                    \"address\": \"0xbB6be0be62ecFe5fFDF6f054cAF4ff9365d38586\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.144031,\n                    \"bonus\": 0.057528731902515694,\n                    \"roi\": {\n                        \"baseRoi\": 5.584744837445337,\n                        \"bonusRoi\": 0.35820494419889304,\n                        \"totalRoi\": 5.94294978164423\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": -0.054399214098911845\n                },\n                {\n                    \"address\": \"0xB77030E2999e48Ab1B8d2BF5b53e872357794B84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.258221,\n                    \"bonus\": 0.05037906458321095,\n                    \"roi\": {\n                        \"baseRoi\": 2.6954097218835136,\n                        \"bonusRoi\": 0.17724199892927883,\n                        \"totalRoi\": 2.8726517208127924\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": -0.04796274629026551\n                },\n                {\n                    \"address\": \"0x64b98c1FE279414b2c16E14794004e24A183F02d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.161468,\n                    \"bonus\": 0.011699126057646649,\n                    \"roi\": {\n                        \"baseRoi\": 5.122379384563106,\n                        \"bonusRoi\": 0.07079821099762462,\n                        \"totalRoi\": 5.193177595560731\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": -0.011563839244613553\n                },\n                {\n                    \"address\": \"0x5C686B20f7b8967840915633de123612177F169A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.195934,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.103759429195545,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.103759429195545\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000028898636382651\n                },\n                {\n                    \"address\": \"0x4b6Bf1ba284Cd7Fa2CA736cDAdDB42eC9a9AB5ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.266994,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7454025184086532,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7454025184086532\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000026552469917526\n                },\n                {\n                    \"address\": \"0x4B63de00eEED104Bd3E66E316e6Af66737d6672e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.345686,\n                    \"bonus\": 0.04061875534300974,\n                    \"roi\": {\n                        \"baseRoi\": 1.784125151558793,\n                        \"bonusRoi\": 0.10867351543958148,\n                        \"totalRoi\": 1.8927986669983745\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": -0.03903327240111192\n                },\n                {\n                    \"address\": \"0x2aEC0e77Ff5E5081e0ffa74E4606359A5dd63793\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.244641,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0876222710011816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0876222710011816\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000027290495478032\n                },\n                {\n                    \"address\": \"0x1F7100f039dfD34a40A3D6bB0397f11BC149e949\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.141991,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.042699889429612,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.042699889429612\n                    },\n                    \"liquidity\": 4112.9086724074,\n                    \"skewImpact\": 0.000030679718417048\n                },\n                {\n                    \"address\": \"0xef0e978dBFA147C1A88b56E1bc8627998894589D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.361567,\n                    \"bonus\": 0.04061932312186694,\n                    \"roi\": {\n                        \"baseRoi\": 1.6618375058482586,\n                        \"bonusRoi\": 0.10390162410552573,\n                        \"totalRoi\": 1.7657391299537843\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": -0.039033796720215244\n                },\n                {\n                    \"address\": \"0xe1c3379B8D43EB2861Ce6807F70888a2d1941F2C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.129034,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.749895376412418,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.749895376412418\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000031107508723283\n                },\n                {\n                    \"address\": \"0xD23B4Ccf641b755E3Df4b693cf98870C298664B6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.274101,\n                    \"bonus\": 0.050379643062792974,\n                    \"roi\": {\n                        \"baseRoi\": 2.4813149764904217,\n                        \"bonusRoi\": 0.166975252293859,\n                        \"totalRoi\": 2.6482902287842807\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": -0.04796327060936883\n                },\n                {\n                    \"address\": \"0xbd4e273A461D2Fdd4F08d11273824D4585027e5a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.282875,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.535130357931949,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.535130357931949\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000026028150814204\n                },\n                {\n                    \"address\": \"0xb801d6145eeF434a3b847287e8679409Df95188d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.177349,\n                    \"bonus\": 0.011699662716948531,\n                    \"roi\": {\n                        \"baseRoi\": 4.574138236285172,\n                        \"bonusRoi\": 0.06446136111881628,\n                        \"totalRoi\": 4.638599597403989\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": -0.011564363563716875\n                },\n                {\n                    \"address\": \"0x936FF994c9c1989fC2B015393EE28036142Cba5A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.159911,\n                    \"bonus\": 0.057529318284033314,\n                    \"roi\": {\n                        \"baseRoi\": 4.93084223142609,\n                        \"bonusRoi\": 0.3226362659880966,\n                        \"totalRoi\": 5.253478497414187\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": -0.05439973841801517\n                },\n                {\n                    \"address\": \"0x6678afb94400c0e86862f135dcf25687F71f9D1E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.236834,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.222366720994452,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.222366720994452\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000027548264179294\n                },\n                {\n                    \"address\": \"0x4493C8ccE7c03aA47740D64C781D28023C948F3F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.211815,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7211009607440455,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7211009607440455\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000028374317279329\n                },\n                {\n                    \"address\": \"0x3267C79e5bCF30708a088150C9bE9C2Ea79893D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.157872,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.334245464680246,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.334245464680246\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.000030155399313726\n                },\n                {\n                    \"address\": \"0x0a7b9F1740170a54B07bd35e2f3Be8604b6Feea3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.260522,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.838447424785623,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.838447424785623\n                    },\n                    \"liquidity\": 4234.668176089288,\n                    \"skewImpact\": 0.00002676617637471\n                },\n                {\n                    \"address\": \"0xf17192e68c6da2BCA8b5BF8546F0B4961a735cb9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.276618,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6150937393806624,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6150937393806624\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.00002623469789201\n                },\n                {\n                    \"address\": \"0xF08004829A99a1514Fd9a2ac76bab68aE151f782\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.298971,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.344806017974988,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.344806017974988\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000025496672331504\n                },\n                {\n                    \"address\": \"0xdD0dDDcf9064d5f2d0d6AB6234401272c7842E39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.193446,\n                    \"bonus\": 0.011700206704711606,\n                    \"roi\": {\n                        \"baseRoi\": 4.110301183126866,\n                        \"bonusRoi\": 0.059100096816890435,\n                        \"totalRoi\": 4.169401279943757\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": -0.011564895042199576\n                },\n                {\n                    \"address\": \"0xc771F023Da2264806AD05452781c886705E08256\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.25293,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.9536630688332743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.9536630688332743\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000027016785696594\n                },\n                {\n                    \"address\": \"0xC4d01f993AABb4d08e64845a2F8F7878fb801133\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.145131,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.890326670387442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.890326670387442\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000030576030240583\n                },\n                {\n                    \"address\": \"0x845C816543aF1C6738afC0A15DE3A783d9914290\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.290198,\n                    \"bonus\": 0.050380229441945555,\n                    \"roi\": {\n                        \"baseRoi\": 2.288208162802534,\n                        \"bonusRoi\": 0.15771496554431863,\n                        \"totalRoi\": 2.4459231283468528\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": -0.047963802087851524\n                },\n                {\n                    \"address\": \"0x7A70f7B72CC843206350a2Cc4e07e7fcFA232db1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.377663,\n                    \"bonus\": 0.040619898654162365,\n                    \"roi\": {\n                        \"baseRoi\": 1.5483886670954097,\n                        \"bonusRoi\": 0.09947463960924474,\n                        \"totalRoi\": 1.6478633067046544\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": -0.03903432819869795\n                },\n                {\n                    \"address\": \"0x5C801Ad08361CcE904329b994f3157F65caE145a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.227912,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.38765839446804,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.38765839446804\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000027842838796629\n                },\n                {\n                    \"address\": \"0x2C5C5E0F3Cf54CE6342E40E09935e3150438aF1B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.176008,\n                    \"bonus\": 0.057529912673032806,\n                    \"roi\": {\n                        \"baseRoi\": 4.388427992010896,\n                        \"bonusRoi\": 0.2931319370832366,\n                        \"totalRoi\": 4.681559929094132\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": -0.05440026989649787\n                },\n                {\n                    \"address\": \"0x2Bbb45bcA30A5A16e117e0Eee3200BFfD3ae6c9c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.173969,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.748150532566147,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.748150532566147\n                    },\n                    \"liquidity\": 4365.67540185071,\n                    \"skewImpact\": 0.000029623920831026\n                },\n                {\n                    \"address\": \"0x971e74e51eDde50c6b7eB648f894fBFcdC42a76f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.285676,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.5004690628544224,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.5004690628544224\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000025935587810488\n                },\n                {\n                    \"address\": \"0x8C13EFBD15888C5ee1d8E50484749aB325697b25\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.322944,\n                    \"bonus\": 0.050381422327442894,\n                    \"roi\": {\n                        \"baseRoi\": 1.954786117521937,\n                        \"bonusRoi\": 0.14172597126125774,\n                        \"totalRoi\": 2.0965120887831947\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": -0.047964883285737635\n                },\n                {\n                    \"address\": \"0x899313963B2256b72159b394dD67B6273D1e5882\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.309364,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.2324381634579336,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.2324381634579336\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000025153500005904\n                },\n                {\n                    \"address\": \"0x869d58663C39ed6B20Cc5E6bE61cb160A8aDc74f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.331717,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.014617882110353,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.014617882110353\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000024415474445398\n                },\n                {\n                    \"address\": \"0x8556748766334E8F533A9E286e3C30bc3F135428\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.206714,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.8376017105759646,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.8376017105759646\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.00002854272294492\n                },\n                {\n                    \"address\": \"0x7FD336becFa4B4798dd3ef18A38c1F5a3Ef1D4A8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.226192,\n                    \"bonus\": 0.011701313352296136,\n                    \"roi\": {\n                        \"baseRoi\": 3.370474048839291,\n                        \"bonusRoi\": 0.05054879900678699,\n                        \"totalRoi\": 3.421022847846078\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": -0.011565976240085681\n                },\n                {\n                    \"address\": \"0x66Be89481E87F80a6f66bAFB879bFDe742Acce39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.208754,\n                    \"bonus\": 0.057531121853172176,\n                    \"roi\": {\n                        \"baseRoi\": 3.5431726410446625,\n                        \"bonusRoi\": 0.2471547299278698,\n                        \"totalRoi\": 3.7903273709725323\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": -0.05440135109438397\n                },\n                {\n                    \"address\": \"0x46353ad8CE4E69b4cFEb1D3450928Db8c9cB2Ea7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.147889,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.761828127852647,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.761828127852647\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000030484945770755\n                },\n                {\n                    \"address\": \"0x40E6bC89d00E0D59ED350e51c575121A72384076\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.410409,\n                    \"bonus\": 0.04062106947361364,\n                    \"roi\": {\n                        \"baseRoi\": 1.3450536116291631,\n                        \"bonusRoi\": 0.09154012778688259,\n                        \"totalRoi\": 1.4365937394160457\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": -0.03903540939658405\n                },\n                {\n                    \"address\": \"0x39d3A59D1107F71036951f80F3476B7B7EfE7b9c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.260657,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.83645940834123,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.83645940834123\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000026761640910523\n                },\n                {\n                    \"address\": \"0x0e4b12e067f9636c7d7b4802A2C7134b6B89231D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.177876,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.6218939036182505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.6218939036182505\n                    },\n                    \"liquidity\": 4658.8844048880455,\n                    \"skewImpact\": 0.000029494832354477\n                },\n                {\n                    \"address\": \"0xECD34Fe1e9F04F83c04a70AD94a926aF13203785\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.134357,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.442857461836748,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.442857461836748\n                    },\n                    \"liquidity\": 4706.347706525145,\n                    \"skewImpact\": 0.000030931773372634\n                },\n                {\n                    \"address\": \"0xC5f109e80331722b5512D865E9d5169bcafAf9aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.294048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.4008053106975735,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.4008053106975735\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000025659215651964\n                },\n                {\n                    \"address\": \"0xC131dAEEFB39fFFc7FD1297E92133fE2F3eE7aAB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.211267,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.7333469022611196,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.7333469022611196\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000028392407095918\n                },\n                {\n                    \"address\": \"0xbAabfA88cdDFD080864484e4b9ec3C3a7B80D62e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.18128,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.516328331862312,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.516328331862312\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000029382520512196\n                },\n                {\n                    \"address\": \"0xB2D8ffFEC28e2879275F5eED77bB16375a55264b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.4438,\n                    \"bonus\": 0.04062226328270805,\n                    \"roi\": {\n                        \"baseRoi\": 1.1686121823991509,\n                        \"bonusRoi\": 0.08465505509521609,\n                        \"totalRoi\": 1.253267237494367\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": -0.03903651182184261\n                },\n                {\n                    \"address\": \"0xA89D954039DB0fb0f496B9886de9eC2EA0325957\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.365108,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.73891560853227,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.73891560853227\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000023313049186839\n                },\n                {\n                    \"address\": \"0xA7bcE6f1DdcDc1E1e1f914290Ba1187F92E394Aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.240105,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.1648445471772764,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.1648445471772764\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000027440297686361\n                },\n                {\n                    \"address\": \"0x7D79E88D14ECDa85134a0772B4A98eDc14d4c423\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.150237,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.656149949746068,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.656149949746068\n                    },\n                    \"liquidity\": 4866.462633197365,\n                    \"skewImpact\": 0.000030407454269312\n                },\n                {\n                    \"address\": \"0x75ea2Ac8a67B0456cb4E82C17E5fA1aD2071483F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.319067,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.1341379710217603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.1341379710217603\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000024833162551929\n                },\n                {\n                    \"address\": \"0x3F5F5a02f878CF32e450491920a001Fd9C70b246\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.356334,\n                    \"bonus\": 0.05038263863588745,\n                    \"roi\": {\n                        \"baseRoi\": 1.677907368138894,\n                        \"bonusRoi\": 0.1284484665555221,\n                        \"totalRoi\": 1.8063558346944162\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": -0.04796598571099619\n                },\n                {\n                    \"address\": \"0x3103FBf13b3183d10A6804c2Ee0Ca515FFBEE981\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.259582,\n                    \"bonus\": 0.011702441729404872,\n                    \"roi\": {\n                        \"baseRoi\": 2.8082963714607576,\n                        \"bonusRoi\": 0.04405086370963218,\n                        \"totalRoi\": 2.85234723517039\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": -0.01156707866534424\n                },\n                {\n                    \"address\": \"0x1c6bFe9843BA5D315fE66426565Fe9351bCcBaA6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.342755,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9175358492217476,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9175358492217476\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": 0.000024051074747345\n                },\n                {\n                    \"address\": \"0x0dC35A6c908B802867B03A3d60aa2D1da9b95569\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.242144,\n                    \"bonus\": 0.057532354776232086,\n                    \"roi\": {\n                        \"baseRoi\": 2.9166961391073425,\n                        \"bonusRoi\": 0.2130778796583508,\n                        \"totalRoi\": 3.1297740187656933\n                    },\n                    \"liquidity\": 5001.383970132201,\n                    \"skewImpact\": -0.054402453519642534\n                },\n                {\n                    \"address\": \"0xD6Ca326A0F21905c48425FA64a840e6793bDBC2A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.219227,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.561481934250799,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.561481934250799\n                    },\n                    \"liquidity\": 4706.347706525145,\n                    \"skewImpact\": 0.0000281295542172\n                },\n                {\n                    \"address\": \"0xD48cBc76aB08a5fC85bBBca3b037a3e9F3420136\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.170384,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.869095689736126,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.869095689736126\n                    },\n                    \"liquidity\": 4273.845084539465,\n                    \"skewImpact\": 0.000029742230586006\n                },\n                {\n                    \"address\": \"0xb13abdA06A8AD322aA914d5b407586CcF3fD7fA3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.403937,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4756335765230717,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4756335765230717\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": 0.000022030943396495\n                },\n                {\n                    \"address\": \"0xB115C19179E405654F6c1E05EceFcb720A5B4C5B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.449978,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.2223308695091761,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.2223308695091761\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": 0.000020510830031405\n                },\n                {\n                    \"address\": \"0x88D480c5719AeBA6F0b8099d46429ABd9Beb2dC1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.52867,\n                    \"bonus\": 0.04062529779981405,\n                    \"roi\": {\n                        \"baseRoi\": 0.8204692737237258,\n                        \"bonusRoi\": 0.07106987167888845,\n                        \"totalRoi\": 0.8915391454026143\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": -0.039039314040998044\n                },\n                {\n                    \"address\": \"0x864B17226398Cd4AE3364976DBc643eA76A835C9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.441204,\n                    \"bonus\": 0.0503857303437151,\n                    \"roi\": {\n                        \"baseRoi\": 1.162779332358359,\n                        \"bonusRoi\": 0.1037459031336132,\n                        \"totalRoi\": 1.2665252354919723\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": -0.04796878793015163\n                },\n                {\n                    \"address\": \"0x84C2586D81283feBEDBa88254004d4e9F4C31249\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.427625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3384975153463903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3384975153463903\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": 0.000021248855591911\n                },\n                {\n                    \"address\": \"0x7bC2E985b568aBfCFB6dc3645D583851BC4Beda9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.296137,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.3768154604119043,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.3768154604119043\n                    },\n                    \"liquidity\": 5598.45303534562,\n                    \"skewImpact\": 0.000025590187940484\n                },\n                {\n                    \"address\": \"0x62d78A939e575fDDE06de7dEF3D2b673842D5998\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.136996,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 6.299483196589681,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 6.299483196589681\n                    },\n                    \"liquidity\": 4021.226551241753,\n                    \"skewImpact\": 0.000030844655844565\n                },\n                {\n                    \"address\": \"0x50bA6f82221cf5049b364ebc2CCbdc7937141EC9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.324975,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0771597815216554,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0771597815216554\n                    },\n                    \"liquidity\": 6026.783775454638,\n                    \"skewImpact\": 0.000024638078530927\n                },\n                {\n                    \"address\": \"0x40D3b3D961612A3761Edbc867E18134a7CD2E15D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.20313,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.9229557426278734,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.9229557426278734\n                    },\n                    \"liquidity\": 4554.452316807426,\n                    \"skewImpact\": 0.0000286610326999\n                },\n                {\n                    \"address\": \"0x3AC177df64B29eba8085EE33bA16f26C7eA465d3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.327014,\n                    \"bonus\": 0.05753548871647449,\n                    \"roi\": {\n                        \"baseRoi\": 1.9001876048112094,\n                        \"bonusRoi\": 0.15778544833024588,\n                        \"totalRoi\": 2.0579730531414553\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": -0.05440525573879797\n                },\n                {\n                    \"address\": \"0x37CD0E0650061989dA154Bac15147582437374fd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.378918,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6390934186288328,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6390934186288328\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": 0.00002285699649653\n                },\n                {\n                    \"address\": \"0x25aCeE075ECbfb63E5d2875c1eC8d7c23aCa0787\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.235107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.2533825024350613,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.2533825024350613\n                    },\n                    \"liquidity\": 4866.462633197365,\n                    \"skewImpact\": 0.000027605235113878\n                },\n                {\n                    \"address\": \"0x224ba905B80B29eE17838C0D8b5200C1BB9d3d9e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.344452,\n                    \"bonus\": 0.011705309926060345,\n                    \"roi\": {\n                        \"baseRoi\": 1.8699570628251476,\n                        \"bonusRoi\": 0.033205061360515487,\n                        \"totalRoi\": 1.903162124185663\n                    },\n                    \"liquidity\": 6150.752441153654,\n                    \"skewImpact\": -0.011569880884499674\n                },\n                {\n                    \"address\": \"0x088D3668B42bEC3B27541f0F8851381c48d21428\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.266149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.7572938466798673,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.7572938466798673\n                    },\n                    \"liquidity\": 5213.158664240107,\n                    \"skewImpact\": 0.000026580301356762\n                },\n                {\n                    \"address\": \"0xFC16Af1F9DfC1721440F1fF44b33Ba635E41f943\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.397771,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.5140093169185287,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.5140093169185287\n                    },\n                    \"liquidity\": 4866.462633197365,\n                    \"skewImpact\": 0.000022234552977973\n                },\n                {\n                    \"address\": \"0xef51Fe4CaB95E891C5AD16a9Df62dBf2f198650B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.333048,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.002570200091278,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.002570200091278\n                    },\n                    \"liquidity\": 4273.845084539465,\n                    \"skewImpact\": 0.000024371548450101\n                },\n                {\n                    \"address\": \"0xE9a2E1A73dE168b18b5B186E2e63de5853e64340\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.612641,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6322773043266775,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6322773043266775\n                    },\n                    \"liquidity\": 9017.45785431683,\n                    \"skewImpact\": 0.0000151401478955\n                },\n                {\n                    \"address\": \"0xE20859ca9a7B94605088A3746AB160e437E88F8b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.487639,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.0506973396303414,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.0506973396303414\n                    },\n                    \"liquidity\": 6026.783775454638,\n                    \"skewImpact\": 0.000019267396395022\n                },\n                {\n                    \"address\": \"0xE0B78B7E8E5476F70B9CdA7b1714e43e48a0E039\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.691333,\n                    \"bonus\": 0.04063111374943025,\n                    \"roi\": {\n                        \"baseRoi\": 0.3921258153181599,\n                        \"bonusRoi\": 0.05435511355403344,\n                        \"totalRoi\": 0.4464809288721933\n                    },\n                    \"liquidity\": 10992.31601658357,\n                    \"skewImpact\": -0.03904468472313395\n                },\n                {\n                    \"address\": \"0xAde929D50dDA5f253d3C3129FC2629F42e1ec7Df\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.458801,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1795942031512572,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1795942031512572\n                    },\n                    \"liquidity\": 5598.45303534562,\n                    \"skewImpact\": 0.000020219505804579\n                },\n                {\n                    \"address\": \"0xAC8e8026DC6bD481607Df592e08489B78950357E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.428813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3320188520404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3320188520404\n                    },\n                    \"liquidity\": 5213.158664240107,\n                    \"skewImpact\": 0.000021209619220857\n                },\n                {\n                    \"address\": \"0xa887C27E8C47f014D7db95169563A80e066B341b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.381891,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.6185482244933764,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.6185482244933764\n                    },\n                    \"liquidity\": 4706.347706525145,\n                    \"skewImpact\": 0.000022758872081295\n                },\n                {\n                    \"address\": \"0xa53e23222A34a920a3050C8d618Df1927B1Bbfa0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.541582,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8464424593136404,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8464424593136404\n                    },\n                    \"liquidity\": 7033.426133173482,\n                    \"skewImpact\": 0.000017486314360625\n                },\n                {\n                    \"address\": \"0x7b93AB90982F632f6c13b0fFe0813E5E0b61684D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.5666,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7649135192375573,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7649135192375573\n                    },\n                    \"liquidity\": 7624.03286451004,\n                    \"skewImpact\": 0.00001666026126059\n                },\n                {\n                    \"address\": \"0x63333D53164831d171dAF75946D37f05D90b1472\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.214787,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.6557752564168218,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.6557752564168218\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000028276192864094\n                },\n                {\n                    \"address\": \"0x422B167BAa778b623C8685521584547Ea17ba082\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.489678,\n                    \"bonus\": 0.05754149522111174,\n                    \"roi\": {\n                        \"baseRoi\": 0.9367770630434223,\n                        \"bonusRoi\": 0.10538125323788894,\n                        \"totalRoi\": 1.0421583162813113\n                    },\n                    \"liquidity\": 6994.9955726288645,\n                    \"skewImpact\": -0.054410626420933875\n                },\n                {\n                    \"address\": \"0x2cE86E82b4f8c518e16e26Af6cb76F08D97E378E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.507116,\n                    \"bonus\": 0.01171080710492341,\n                    \"roi\": {\n                        \"baseRoi\": 0.9493709559593597,\n                        \"bonusRoi\": 0.022564459211922516,\n                        \"totalRoi\": 0.9719354151712822\n                    },\n                    \"liquidity\": 6536.933186367504,\n                    \"skewImpact\": -0.011575251566635579\n                },\n                {\n                    \"address\": \"0x2b64E8416d05d77649A7c46B7f012450080C83a7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.603868,\n                    \"bonus\": 0.05039165590543046,\n                    \"roi\": {\n                        \"baseRoi\": 0.5801830901949641,\n                        \"bonusRoi\": 0.07580795420546793,\n                        \"totalRoi\": 0.655991044400432\n                    },\n                    \"liquidity\": 10436.913902227125,\n                    \"skewImpact\": -0.04797415861228753\n                },\n                {\n                    \"address\": \"0x26888f6a2d046257590E807d222D9E94aE8788Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.590288,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6940883094353941,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6940883094353941\n                    },\n                    \"liquidity\": 8282.510460596799,\n                    \"skewImpact\": 0.000015878173456006\n                },\n                {\n                    \"address\": \"0x2354d84Bab6bfD5567F70B7D5a7FC921DfeF3ECc\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.299659,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.337126533826783,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.337126533826783\n                    },\n                    \"liquidity\": 4021.226551241753,\n                    \"skewImpact\": 0.00002547397370866\n                },\n                {\n                    \"address\": \"0x1F42e7E93AF6cA7Aa06DC08aeBa28540c2450f26\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.365794,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.7337791215820928,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.7337791215820928\n                    },\n                    \"liquidity\": 4554.452316807426,\n                    \"skewImpact\": 0.000023290350563995\n                },\n                {\n                    \"address\": \"0xe3B5F5Cac947Ce2F1132b74Fcd3d7EBe12866f72\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.340962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.9328781506443535,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.9328781506443535\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000024110256419536\n                },\n                {\n                    \"address\": \"0xD3a69121B5294E5F2bC2a46c3Dc0F362F0933fEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.508066,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9682482197194852,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9682482197194852\n                    },\n                    \"liquidity\": 4706.347706525145,\n                    \"skewImpact\": 0.000018592935636737\n                },\n                {\n                    \"address\": \"0x8ca31132d4bEF8469Ef490aEF05B9B416Cf2F992\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.615853,\n                    \"bonus\": 0.05754615440002123,\n                    \"roi\": {\n                        \"baseRoi\": 0.5399671213921022,\n                        \"bonusRoi\": 0.08379699114774097,\n                        \"totalRoi\": 0.6237641125398432\n                    },\n                    \"liquidity\": 6994.9955726288645,\n                    \"skewImpact\": -0.05441479235737843\n                },\n                {\n                    \"address\": \"0x511382AcD3924c816Adb15e0dC80f556ADbA56A9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1400,\n                    \"price\": 0.178303,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.608430592867198,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.608430592867198\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000029480938555441\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0x1aB6ee3C517EBAA6bc15e613FA6e0CEE154f2947\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.974831,\n                    \"bonus\": 0.004469481795407626,\n                    \"roi\": {\n                        \"baseRoi\": 0.02127457658763563,\n                        \"bonusRoi\": 0.004544257651324761,\n                        \"totalRoi\": 0.025818834238960392\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": -0.004449594414176517\n                },\n                {\n                    \"address\": \"0x84AC16ea7d328dF26608c8481064bd4925e84eFe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2140,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.983423,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.016856429023929635,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.016856429023929635\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019545054965914996\n                },\n                {\n                    \"address\": \"0x1D8edd8E7D4A8d8244F58ce57A94FD5a1c664311\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2100,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.961504,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.040037274935933675,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.040037274935933675\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019545423978695253\n                },\n                {\n                    \"address\": \"0x56408E57817DfcA38CD248A4E8D46005735D1a3d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2060,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.938277,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06578334542997427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06578334542997427\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019545815022597543\n                },\n                {\n                    \"address\": \"0x82dfd42458D50552a2CD6a7217B2A8175Fb0155f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.991447,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.008626784891174246,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.008626784891174246\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000017996520732562\n                },\n                {\n                    \"address\": \"0x74E07327152CB0CDe308E79d75Bd4212d439e58B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.999309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0006914778111675139,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0006914778111675139\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.02401013036675324\n                },\n                {\n                    \"address\": \"0x46D6Dd04CaE256405dcC872Fc67636ea2ef10916\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2020,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.913744,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09439843107040921,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09439843107040921\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.01954622804914756\n                },\n                {\n                    \"address\": \"0x919c1f3b70A4CC4019dA6952BB0072d71f2DA11A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.948421,\n                    \"bonus\": 0.0032142241371798217,\n                    \"roi\": {\n                        \"baseRoi\": 0.05101669654848112,\n                        \"bonusRoi\": 0.0033673797214454626,\n                        \"totalRoi\": 0.054384076269926585\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": -0.00320392600089401\n                },\n                {\n                    \"address\": \"0x8C88A9F1589E251DfEc14d1070724A6e932BF955\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.940559,\n                    \"bonus\": 0.027956362761683486,\n                    \"roi\": {\n                        \"baseRoi\": 0.0350482888184527,\n                        \"bonusRoi\": 0.02814923520715331,\n                        \"totalRoi\": 0.06319752402560601\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": -0.027196059846914686\n                },\n                {\n                    \"address\": \"0x15Fb3322236129597bE217e68FAF6c6100Cc8167\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.862857,\n                    \"bonus\": 0.007727078227753721,\n                    \"roi\": {\n                        \"baseRoi\": 0.15012165384152862,\n                        \"bonusRoi\": 0.008818935387045784,\n                        \"totalRoi\": 0.1589405892285744\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": -0.007667828318499689\n                },\n                {\n                    \"address\": \"0xfA3067456BC4925695198701CdBEdE687209291d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.965519,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.035712399238129945,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.035712399238129945\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.018213761426255137\n                },\n                {\n                    \"address\": \"0x557F7eD14ffc15CC17c9d0A1aEbdc564B4f0eFF3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.879955,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13642174883942923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13642174883942923\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.013749859108649457\n                },\n                {\n                    \"address\": \"0x54D551314Af64eF4CEAd1541d54BD8C265FA6370\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.957657,\n                    \"bonus\": 0.005811956066404542,\n                    \"roi\": {\n                        \"baseRoi\": 0.03821600566699985,\n                        \"bonusRoi\": 0.005999198732905359,\n                        \"totalRoi\": 0.04421520439990521\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": -0.00577837241976554\n                },\n                {\n                    \"address\": \"0x023a724825bE8fE60aBc637A41087fB9850D1712\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1980,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.979575,\n                    \"bonus\": 0.005812329381160307,\n                    \"roi\": {\n                        \"baseRoi\": 0.014985540213155006,\n                        \"bonusRoi\": 0.005865338994664741,\n                        \"totalRoi\": 0.020850879207819747\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": -0.005778741432545793\n                },\n                {\n                    \"address\": \"0xdFd0f701F545B4878140565A3e4fED199fa72797\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.960469,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04115801759348816,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04115801759348816\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000018518048969507\n                },\n                {\n                    \"address\": \"0xd4bef2C48D4133e8d8446b2D7dEe579D27918594\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.983696,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.016574226183699015,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.016574226183699015\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000018127005067215\n                },\n                {\n                    \"address\": \"0x50ADF7c77Cf4F3bE09921e86501B84111202f6c4\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.860849,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16164391199850384,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16164391199850384\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.01954711859016476\n                },\n                {\n                    \"address\": \"0x0FF848c2e260b0d33377de5219e2B971F3CF9Cb3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.938551,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06547220129753202,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06547220129753202\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.00001888706174976\n                },\n                {\n                    \"address\": \"0x0e6a25eE6B194225EBf38Bc723B0d82B70F825a3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1940,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.946413,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05662115799339195,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05662115799339195\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024011020907770436\n                },\n                {\n                    \"address\": \"0xF2f7BD0b606a4a2a4f3D04a92E4BEA15DF81A603\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.832573,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20109587988080324,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20109587988080324\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019547594644869538\n                },\n                {\n                    \"address\": \"0xAE9912DAA3Ad019ce14dB218580f6D06D40E3493\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.910275,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09856911372936757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09856911372936757\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000019363116454539\n                },\n                {\n                    \"address\": \"0xA0948C8CF286a614FbE896d6D1c3485daDa1b656\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.918137,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08916207494088575,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08916207494088575\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024011496962475214\n                },\n                {\n                    \"address\": \"0x9ab4fe85b012E60396AAB9Be7444a2CeB277b92a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.95542,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.046660107596659006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.046660107596659006\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000018603059771994\n                },\n                {\n                    \"address\": \"0x367028EA4c0f444BAeB372Ef2d7654a8D9cF81A6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.979952,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.020458144888729195,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.020458144888729195\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000018190033221976\n                },\n                {\n                    \"address\": \"0x215D384F361DA5D65A6b9a60AbbC87876ABa002C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1900,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.932193,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07273922889358743,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07273922889358743\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000018994103674286\n                },\n                {\n                    \"address\": \"0xDD700c04f0f31Ad26c7B969E7500556D091F441F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.902788,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10767976534911847,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10767976534911847\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000019489160382425\n                },\n                {\n                    \"address\": \"0xd1e59Fbb7ADF8c156199B8975EDEc60A414007C0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.950547,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05202583354636853,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05202583354636853\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000018685089930115\n                },\n                {\n                    \"address\": \"0xb83F811FB6D67593F048dA297D66287ce85DE2ee\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.888732,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12519859755246807,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12519859755246807\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024011992019183356\n                },\n                {\n                    \"address\": \"0xa10ba075f643B52A38A8710ed7e894B361FBee95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.803168,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.24506952468225826,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.24506952468225826\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019548089701577676\n                },\n                {\n                    \"address\": \"0x43Cb81b728173fd62b31b6EB545849Ac1b4fDb95\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.984126,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.01613004838811296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.01613004838811296\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.005809736250846668\n                },\n                {\n                    \"address\": \"0x3aC50A1fa71e444Af50265535fba3B1788DdDF8d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.88087,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1352412955373664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1352412955373664\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000019858173162678\n                },\n                {\n                    \"address\": \"0x241dd47C4f2f22C7b8C0d640637B5b64bce62551\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1860,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.926015,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07989611399383376,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07989611399383376\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000019098116480133\n                },\n                {\n                    \"address\": \"0xEe1CD8019972C36E5e0cfE1d2A4B31fAbf3bDA03\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.895576,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1165998195574691,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1165998195574691\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000019610583358691\n                },\n                {\n                    \"address\": \"0xbB6be0be62ecFe5fFDF6f054cAF4ff9365d38586\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.970041,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03088426159306664,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03088426159306664\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.02722946419865939\n                },\n                {\n                    \"address\": \"0xB77030E2999e48Ab1B8d2BF5b53e872357794B84\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.858292,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16510464969963595,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16510464969963595\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024012504486061913\n                },\n                {\n                    \"address\": \"0x64b98c1FE279414b2c16E14794004e24A183F02d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.953687,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04856205442666205,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04856205442666205\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.005810248717725226\n                },\n                {\n                    \"address\": \"0x5C686B20f7b8967840915633de123612177F169A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.920107,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08683011867098064,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08683011867098064\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000019197556808673\n                },\n                {\n                    \"address\": \"0x4b6Bf1ba284Cd7Fa2CA736cDAdDB42eC9a9AB5ac\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.850431,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.17587435077037403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.17587435077037403\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000020370640041236\n                },\n                {\n                    \"address\": \"0x4B63de00eEED104Bd3E66E316e6Af66737d6672e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.772728,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29411642906689034,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29411642906689034\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019548602168456233\n                },\n                {\n                    \"address\": \"0x2aEC0e77Ff5E5081e0ffa74E4606359A5dd63793\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.872349,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.1463301958275873,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.1463301958275873\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000020001627260983\n                },\n                {\n                    \"address\": \"0x1F7100f039dfD34a40A3D6bB0397f11BC149e949\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1820,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.973002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.02774711665546419,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.02774711665546419\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000018307015791475\n                },\n                {\n                    \"address\": \"0xef0e978dBFA147C1A88b56E1bc8627998894589D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.757157,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32073004674063643,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32073004674063643\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019548864328007894\n                },\n                {\n                    \"address\": \"0xe1c3379B8D43EB2861Ce6807F70888a2d1941F2C\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.985707,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.014500252103312648,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.014500252103312648\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.000018093120638357\n                },\n                {\n                    \"address\": \"0xD23B4Ccf641b755E3Df4b693cf98870C298664B6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.842721,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18663234925912603,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18663234925912603\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024012766645613574\n                },\n                {\n                    \"address\": \"0xbd4e273A461D2Fdd4F08d11273824D4585027e5a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.834859,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.19780705484399158,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.19780705484399158\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000020632799592897\n                },\n                {\n                    \"address\": \"0xb801d6145eeF434a3b847287e8679409Df95188d\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.938116,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06596625577220733,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06596625577220733\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.005810510877276887\n                },\n                {\n                    \"address\": \"0x936FF994c9c1989fC2B015393EE28036142Cba5A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.95447,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.04770186595702323,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.04770186595702323\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.02722972635821105\n                },\n                {\n                    \"address\": \"0x6678afb94400c0e86862f135dcf25687F71f9D1E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.880004,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13635847109785865,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13635847109785865\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000019872742910352\n                },\n                {\n                    \"address\": \"0x4493C8ccE7c03aA47740D64C781D28023C948F3F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.904536,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10553919357549063,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10553919357549063\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000019459716360334\n                },\n                {\n                    \"address\": \"0x3267C79e5bCF30708a088150C9bE9C2Ea79893D6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.957431,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.044461689667453806,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.044461689667453806\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000018569175343136\n                },\n                {\n                    \"address\": \"0x0a7b9F1740170a54B07bd35e2f3Be8604b6Feea3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.856777,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16716485153079505,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16716485153079505\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000020263786812644\n                },\n                {\n                    \"address\": \"0xf17192e68c6da2BCA8b5BF8546F0B4961a735cb9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.840993,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.18907053923159886,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.18907053923159886\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000020529526053994\n                },\n                {\n                    \"address\": \"0xF08004829A99a1514Fd9a2ac76bab68aE151f782\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.819075,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22088941794097,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22088941794097\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000020898538834247\n                },\n                {\n                    \"address\": \"0xdD0dDDcf9064d5f2d0d6AB6234401272c7842E39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.922332,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08420828942289757,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08420828942289757\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.005810776616518237\n                },\n                {\n                    \"address\": \"0xc771F023Da2264806AD05452781c886705E08256\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.86422,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.15711277221077968,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.15711277221077968\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000020138482151702\n                },\n                {\n                    \"address\": \"0xC4d01f993AABb4d08e64845a2F8F7878fb801133\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.969923,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03100967808784823,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03100967808784823\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.000018358859879707\n                },\n                {\n                    \"address\": \"0x845C816543aF1C6738afC0A15DE3A783d9914290\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.826937,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.209281964647851,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.209281964647851\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024013032384854922\n                },\n                {\n                    \"address\": \"0x7A70f7B72CC843206350a2Cc4e07e7fcFA232db1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.741373,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3488486902004795,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3488486902004795\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019549130067249246\n                },\n                {\n                    \"address\": \"0x5C801Ad08361CcE904329b994f3157F65caE145a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.888752,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12517327668460945,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12517327668460945\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000019725455601684\n                },\n                {\n                    \"address\": \"0x2C5C5E0F3Cf54CE6342E40E09935e3150438aF1B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.938685,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06532010205766578,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06532010205766578\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.0272299920974524\n                },\n                {\n                    \"address\": \"0x2Bbb45bcA30A5A16e117e0Eee3200BFfD3ae6c9c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1780,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.941647,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.061969081832151524,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.061969081832151524\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000018834914584486\n                },\n                {\n                    \"address\": \"0x971e74e51eDde50c6b7eB648f894fBFcdC42a76f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.83211,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2017641898306714,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2017641898306714\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000020679081094755\n                },\n                {\n                    \"address\": \"0x8C13EFBD15888C5ee1d8E50484749aB325697b25\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.794827,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.258135418147597,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.258135418147597\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024013572983797978\n                },\n                {\n                    \"address\": \"0x899313963B2256b72159b394dD67B6273D1e5882\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.808883,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.23627273660096698,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.23627273660096698\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000021070124997047\n                },\n                {\n                    \"address\": \"0x869d58663C39ed6B20Cc5E6bE61cb160A8aDc74f\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.786965,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2707045421333858,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2707045421333858\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.0000214391377773\n                },\n                {\n                    \"address\": \"0x8556748766334E8F533A9E286e3C30bc3F135428\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.909537,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.09946049473523337,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.09946049473523337\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000019375513527539\n                },\n                {\n                    \"address\": \"0x7FD336becFa4B4798dd3ef18A38c1F5a3Ef1D4A8\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.890222,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12331530786702648,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12331530786702648\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.00581131721546129\n                },\n                {\n                    \"address\": \"0x66Be89481E87F80a6f66bAFB879bFDe742Acce39\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.906576,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10305148161875005,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10305148161875005\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.027230532696395453\n                },\n                {\n                    \"address\": \"0x46353ad8CE4E69b4cFEb1D3450928Db8c9cB2Ea7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.967218,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03389308304849577,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03389308304849577\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000018404402114621\n                },\n                {\n                    \"address\": \"0x40E6bC89d00E0D59ED350e51c575121A72384076\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.709263,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.40991423491709006,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.40991423491709006\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019549670666192297\n                },\n                {\n                    \"address\": \"0x39d3A59D1107F71036951f80F3476B7B7EfE7b9c\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.856642,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16734878747481444,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16734878747481444\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000020266054544737\n                },\n                {\n                    \"address\": \"0x0e4b12e067f9636c7d7b4802A2C7134b6B89231D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1740,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.937813,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06631066108062054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06631066108062054\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.00001889945882276\n                },\n                {\n                    \"address\": \"0xECD34Fe1e9F04F83c04a70AD94a926aF13203785\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.980487,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.019901334744876785,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.019901334744876785\n                    },\n                    \"liquidity\": 4021.226551241753,\n                    \"skewImpact\": 0.000018180988313682\n                },\n                {\n                    \"address\": \"0xC5f109e80331722b5512D865E9d5169bcafAf9aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.823902,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2137365851763923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2137365851763923\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000020817267174017\n                },\n                {\n                    \"address\": \"0xC131dAEEFB39fFFc7FD1297E92133fE2F3eE7aAB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.905073,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10488325251112339,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10488325251112339\n                    },\n                    \"liquidity\": 3703.6456995659382,\n                    \"skewImpact\": 0.00001945067145204\n                },\n                {\n                    \"address\": \"0xbAabfA88cdDFD080864484e4b9ec3C3a7B80D62e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.934478,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07011615040696513,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07011615040696513\n                    },\n                    \"liquidity\": 3894.039806938251,\n                    \"skewImpact\": 0.000018955614743901\n                },\n                {\n                    \"address\": \"0xB2D8ffFEC28e2879275F5eED77bB16375a55264b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.676523,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.47814634535706846,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.47814634535706846\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019550221878821578\n                },\n                {\n                    \"address\": \"0xA89D954039DB0fb0f496B9886de9eC2EA0325957\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.754225,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.32586429778912124,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.32586429778912124\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000021990350406579\n                },\n                {\n                    \"address\": \"0xA7bcE6f1DdcDc1E1e1f914290Ba1187F92E394Aa\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.876797,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.140514851214135,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.140514851214135\n                    },\n                    \"liquidity\": 3537.3309661296344,\n                    \"skewImpact\": 0.000019926726156818\n                },\n                {\n                    \"address\": \"0x7D79E88D14ECDa85134a0772B4A98eDc14d4c423\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.964916,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0363596416682903,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0363596416682903\n                    },\n                    \"liquidity\": 4021.226551241753,\n                    \"skewImpact\": 0.000018443147865343\n                },\n                {\n                    \"address\": \"0x75ea2Ac8a67B0456cb4E82C17E5fA1aD2071483F\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.79937,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2509851508062599,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2509851508062599\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000021230293724034\n                },\n                {\n                    \"address\": \"0x3F5F5a02f878CF32e450491920a001Fd9C70b246\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.762087,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.31218614147728546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.31218614147728546\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024014124196427258\n                },\n                {\n                    \"address\": \"0x3103FBf13b3183d10A6804c2Ee0Ca515FFBEE981\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.857481,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.16620659816369102,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.16620659816369102\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.00581186842809057\n                },\n                {\n                    \"address\": \"0x1c6bFe9843BA5D315fE66426565Fe9351bCcBaA6\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.776143,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2884223654661576,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2884223654661576\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000021621337626326\n                },\n                {\n                    \"address\": \"0x0dC35A6c908B802867B03A3d60aa2D1da9b95569\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1700,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.873835,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.14438080415639104,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.14438080415639104\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.027231083909024734\n                },\n                {\n                    \"address\": \"0xD6Ca326A0F21905c48425FA64a840e6793bDBC2A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.897266,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11449670443324499,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11449670443324499\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000019582097891399\n                },\n                {\n                    \"address\": \"0xD48cBc76aB08a5fC85bBBca3b037a3e9F3420136\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.945161,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.05802080280502472,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.05802080280502472\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000018775759706996\n                },\n                {\n                    \"address\": \"0xb13abdA06A8AD322aA914d5b407586CcF3fD7fA3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.716149,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.39635746192482285,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.39635746192482285\n                    },\n                    \"liquidity\": 3149.994988873503,\n                    \"skewImpact\": 0.000022631403301751\n                },\n                {\n                    \"address\": \"0xB115C19179E405654F6c1E05EceFcb720A5B4C5B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.671004,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4903040816448187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4903040816448187\n                    },\n                    \"liquidity\": 2960.9538948687727,\n                    \"skewImpact\": 0.000023391459984296\n                },\n                {\n                    \"address\": \"0x88D480c5719AeBA6F0b8099d46429ABd9Beb2dC1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.593302,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6854822670410685,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6854822670410685\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019551622988399294\n                },\n                {\n                    \"address\": \"0x864B17226398Cd4AE3364976DBc643eA76A835C9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.678866,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4730447540457175,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4730447540457175\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024015525306004974\n                },\n                {\n                    \"address\": \"0x84C2586D81283feBEDBa88254004d4e9F4C31249\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.692922,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4431638770308923,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4431638770308923\n                    },\n                    \"liquidity\": 3049.8157525768747,\n                    \"skewImpact\": 0.000023022447204043\n                },\n                {\n                    \"address\": \"0x7bC2E985b568aBfCFB6dc3645D583851BC4Beda9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.821852,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.21676408891138546,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.21676408891138546\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000020851781029757\n                },\n                {\n                    \"address\": \"0x62d78A939e575fDDE06de7dEF3D2b673842D5998\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.977901,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.022598402087736877,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.022598402087736877\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000018224547077716\n                },\n                {\n                    \"address\": \"0x50bA6f82221cf5049b364ebc2CCbdc7937141EC9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.793576,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2601187535913385,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2601187535913385\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000021327835734535\n                },\n                {\n                    \"address\": \"0x40D3b3D961612A3761Edbc867E18134a7CD2E15D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.913051,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.0952290726366874,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.0952290726366874\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000019316358650049\n                },\n                {\n                    \"address\": \"0x3AC177df64B29eba8085EE33bA16f26C7eA465d3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.790614,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.26483973215753825,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.26483973215753825\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.02723248501860245\n                },\n                {\n                    \"address\": \"0x37CD0E0650061989dA154Bac15147582437374fd\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.740681,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3501088862816786,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3501088862816786\n                    },\n                    \"liquidity\": 3263.2093449782096,\n                    \"skewImpact\": 0.000022218376751734\n                },\n                {\n                    \"address\": \"0x25aCeE075ECbfb63E5d2875c1eC8d7c23aCa0787\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.881695,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.13417905284707296,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.13417905284707296\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.00001984425744306\n                },\n                {\n                    \"address\": \"0x224ba905B80B29eE17838C0D8b5200C1BB9d3d9e\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.77426,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.29155580812646925,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.29155580812646925\n                    },\n                    \"liquidity\": 3013.568299787513,\n                    \"skewImpact\": 0.005813269537668287\n                },\n                {\n                    \"address\": \"0x088D3668B42bEC3B27541f0F8851381c48d21428\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.851257,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.174733364894503,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.174733364894503\n                    },\n                    \"liquidity\": 3495.9746318297825,\n                    \"skewImpact\": 0.000020356724321618\n                },\n                {\n                    \"address\": \"0xFC16Af1F9DfC1721440F1fF44b33Ba635E41f943\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1820,\n                    \"price\": 0.722197,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3846637413337359,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3846637413337359\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000022529598511012\n                },\n                {\n                    \"address\": \"0xef51Fe4CaB95E891C5AD16a9Df62dBf2f198650B\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1740,\n                    \"price\": 0.785662,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2728119725785389,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2728119725785389\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000021461100774948\n                },\n                {\n                    \"address\": \"0xE9a2E1A73dE168b18b5B186E2e63de5853e64340\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2140,\n                    \"price\": 0.511506,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.955011280415088,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.955011280415088\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000026076801052249\n                },\n                {\n                    \"address\": \"0xE20859ca9a7B94605088A3746AB160e437E88F8b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1940,\n                    \"price\": 0.634078,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5770930390267442,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5770930390267442\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000024013176802488\n                },\n                {\n                    \"address\": \"0xE0B78B7E8E5476F70B9CdA7b1714e43e48a0E039\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.433804,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.3051885183170278,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.3051885183170278\n                    },\n                    \"liquidity\": 1833.1553835072687,\n                    \"skewImpact\": 0.019554308329467248\n                },\n                {\n                    \"address\": \"0xAde929D50dDA5f253d3C3129FC2629F42e1ec7Df\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1900,\n                    \"price\": 0.662353,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5097689600560427,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5097689600560427\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000023537122097709\n                },\n                {\n                    \"address\": \"0xAC8e8026DC6bD481607Df592e08489B78950357E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1860,\n                    \"price\": 0.691759,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4455901549528087,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4455901549528087\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.00002304206538957\n                },\n                {\n                    \"address\": \"0xa887C27E8C47f014D7db95169563A80e066B341b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.737768,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3554396504050054,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3554396504050054\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000022267438959351\n                },\n                {\n                    \"address\": \"0xa53e23222A34a920a3050C8d618Df1927B1Bbfa0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2020,\n                    \"price\": 0.581183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.7206284423322774,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.7206284423322774\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000024903717819686\n                },\n                {\n                    \"address\": \"0x7b93AB90982F632f6c13b0fFe0813E5E0b61684D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2060,\n                    \"price\": 0.556651,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.79645774461916,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.79645774461916\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000025316744369704\n                },\n                {\n                    \"address\": \"0x63333D53164831d171dAF75946D37f05D90b1472\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.901624,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.10910978412287164,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.10910978412287164\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000019508778567952\n                },\n                {\n                    \"address\": \"0x422B167BAa778b623C8685521584547Ea17ba082\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.631116,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.584494767998276,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.584494767998276\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.0272351703596704\n                },\n                {\n                    \"address\": \"0x2cE86E82b4f8c518e16e26Af6cb76F08D97E378E\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1980,\n                    \"price\": 0.614762,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6266457588465129,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6266457588465129\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.005815954878736239\n                },\n                {\n                    \"address\": \"0x2b64E8416d05d77649A7c46B7f012450080C83a7\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.519368,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9254170453320187,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9254170453320187\n                    },\n                    \"liquidity\": 1783.6262604500885,\n                    \"skewImpact\": 0.024018210647072925\n                },\n                {\n                    \"address\": \"0x26888f6a2d046257590E807d222D9E94aE8788Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2100,\n                    \"price\": 0.533424,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8746813041782897,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8746813041782897\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000025707788271996\n                },\n                {\n                    \"address\": \"0x2354d84Bab6bfD5567F70B7D5a7FC921DfeF3ECc\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1700,\n                    \"price\": 0.818403,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.22189190411081094,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.22189190411081094\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000020909888145669\n                },\n                {\n                    \"address\": \"0x1F42e7E93AF6cA7Aa06DC08aeBa28540c2450f26\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1780,\n                    \"price\": 0.753552,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3270484319595728,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3270484319595728\n                    },\n                    \"liquidity\": 2796.011182564304,\n                    \"skewImpact\": 0.000022001699718001\n                },\n                {\n                    \"address\": \"0xe3B5F5Cac947Ce2F1132b74Fcd3d7EBe12866f72\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.777906,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.28550236146783803,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.28550236146783803\n                    },\n                    \"liquidity\": 2420.146187682424,\n                    \"skewImpact\": 0.000021591746790231\n                },\n                {\n                    \"address\": \"0xD3a69121B5294E5F2bC2a46c3Dc0F362F0933fEC\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.614049,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.6285345306319203,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.6285345306319203\n                    },\n                    \"liquidity\": 2420.146187682424,\n                    \"skewImpact\": 0.00002435040718163\n                },\n                {\n                    \"address\": \"0x8ca31132d4bEF8469Ef490aEF05B9B416Cf2F992\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.507397,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9708433435751493,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9708433435751493\n                    },\n                    \"liquidity\": 1834.2492341880443,\n                    \"skewImpact\": 0.02723725332789268\n                },\n                {\n                    \"address\": \"0x511382AcD3924c816Adb15e0dC80f556ADbA56A9\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-02-16T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1400,\n                    \"price\": 0.937409,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.06677021449548698,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.06677021449548698\n                    },\n                    \"liquidity\": 2420.146187682424,\n                    \"skewImpact\": 0.000018906405722278\n                }\n            ]\n        },\n        \"2024-04-19T08:00:00.000Z\": {\n            \"UP\": [\n                {\n                    \"address\": \"0xDA1dd30a0bd23c418728c718bBC600c6E0F5B36D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.248757,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 3.0199873772396355,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 3.0199873772396355\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": 0.03752187294264761\n                },\n                {\n                    \"address\": \"0x4Bdd8EDd168E785e1CD22b8fc062a13F03B04A8a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.340183,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.939594277197861,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.939594277197861\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": 0.06348256646027173\n                },\n                {\n                    \"address\": \"0x7922Ec0fB259CbE1879080789Ca61A834384F13a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.464139,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.1545269843732155,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.1545269843732155\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.11726136006597757\n                },\n                {\n                    \"address\": \"0xA64A6D2C4EC50BA1681e8F7327A70e37aBA8B67b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.504361,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.9827068310198451,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.9827068310198451\n                    },\n                    \"liquidity\": 4276.9620163158625,\n                    \"skewImpact\": 0.000017535811567623\n                },\n                {\n                    \"address\": \"0x1e7C6D1a53D0f33890333A3aA5761f10b9A55DAe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.635309,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5740372007952036,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5740372007952036\n                    },\n                    \"liquidity\": 5732.859403510453,\n                    \"skewImpact\": 0.000013082476774866\n                },\n                {\n                    \"address\": \"0x330b5C39d89c3282e6a70922822C123060AF78aB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.769811,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2990201491015327,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2990201491015327\n                    },\n                    \"liquidity\": 8814.911339338081,\n                    \"skewImpact\": 0.000008508310193126\n                },\n                {\n                    \"address\": \"0x9a6582F4c256f2596Ba41c39453A015322259bc0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"UP\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.863983,\n                    \"bonus\": 0.029790735038028822,\n                    \"roi\": {\n                        \"baseRoi\": 0.1248883737812993,\n                        \"bonusRoi\": 0.03254180713661234,\n                        \"totalRoi\": 0.15743018091791164\n                    },\n                    \"liquidity\": 17036.12950785036,\n                    \"skewImpact\": -0.02892892121128735\n                }\n            ],\n            \"DOWN\": [\n                {\n                    \"address\": \"0xDA1dd30a0bd23c418728c718bBC600c6E0F5B36D\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2400,\n                    \"price\": 0.80132,\n                    \"bonus\": 0.03895349576367087,\n                    \"roi\": {\n                        \"baseRoi\": 0.20284270180561975,\n                        \"bonusRoi\": 0.045098195713473704,\n                        \"totalRoi\": 0.24794089751909346\n                    },\n                    \"liquidity\": 11881.15156933209,\n                    \"skewImpact\": -0.03749301188407721\n                },\n                {\n                    \"address\": \"0x4Bdd8EDd168E785e1CD22b8fc062a13F03B04A8a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2200,\n                    \"price\": 0.709418,\n                    \"bonus\": 0.06775367862318962,\n                    \"roi\": {\n                        \"baseRoi\": 0.3254975223281331,\n                        \"bonusRoi\": 0.08410866189611832,\n                        \"totalRoi\": 0.40960618422425144\n                    },\n                    \"liquidity\": 8637.205058985732,\n                    \"skewImpact\": -0.06345440898930389\n                },\n                {\n                    \"address\": \"0x7922Ec0fB259CbE1879080789Ca61A834384F13a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 2000,\n                    \"price\": 0.584372,\n                    \"bonus\": 0.13280114936936416,\n                    \"roi\": {\n                        \"baseRoi\": 0.5316764230062243,\n                        \"bonusRoi\": 0.17956230848672883,\n                        \"totalRoi\": 0.7112387314929531\n                    },\n                    \"liquidity\": 6797.272733712943,\n                    \"skewImpact\": -0.11723253409770568\n                },\n                {\n                    \"address\": \"0xA64A6D2C4EC50BA1681e8F7327A70e37aBA8B67b\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1800,\n                    \"price\": 0.546255,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.8306468590676515,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.8306468590676515\n                    },\n                    \"liquidity\": 4655.186190210356,\n                    \"skewImpact\": 0.000016111063432376\n                },\n                {\n                    \"address\": \"0x1e7C6D1a53D0f33890333A3aA5761f10b9A55DAe\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1600,\n                    \"price\": 0.415308,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 1.4078515222437322,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 1.4078515222437322\n                    },\n                    \"liquidity\": 3647.079733572548,\n                    \"skewImpact\": 0.000020564398225133\n                },\n                {\n                    \"address\": \"0x330b5C39d89c3282e6a70922822C123060AF78aB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1400,\n                    \"price\": 0.280809,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.561139422169518,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.561139422169518\n                    },\n                    \"liquidity\": 2983.4638761674382,\n                    \"skewImpact\": 0.000025138564806873\n                },\n                {\n                    \"address\": \"0x9a6582F4c256f2596Ba41c39453A015322259bc0\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"DOWN\",\n                    \"strikePrice\": 1200,\n                    \"price\": 0.186254,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.369012209133763,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.369012209133763\n                    },\n                    \"liquidity\": 2012.4649717973484,\n                    \"skewImpact\": 0.02895903277564409\n                }\n            ],\n            \"IN\": [\n                {\n                    \"address\": \"0xd6bae7492Bd9de07fe5614b5E97bD9c2E447e3Ff\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.145724,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 5.862287612198403,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 5.862287612198403\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": 0.025989554576194524\n                },\n                {\n                    \"address\": \"0xd16158D4cEe27B47907c381b75b208E64F5E1eB1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.273399,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.6576578553688934,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.6576578553688934\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.07976834818190036\n                },\n                {\n                    \"address\": \"0x425d5C565D121a658d31AeA7ac7160b196fC6849\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.17874,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.594718585655142,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.594718585655142\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.05380695107667367\n                },\n                {\n                    \"address\": \"0x5105aBA5E803bB8E3EE3c381ae8983c8A595AafB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.220174,\n                    \"bonus\": 0.06773368645525908,\n                    \"roi\": {\n                        \"baseRoi\": 3.2709280257173687,\n                        \"bonusRoi\": 0.270934319518672,\n                        \"totalRoi\": 3.5418623452360407\n                    },\n                    \"liquidity\": 4276.9620163158625,\n                    \"skewImpact\": -0.06343687317773626\n                },\n                {\n                    \"address\": \"0x29E8C08d405E6FEfF9F264637DAadad64515A2d2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.314833,\n                    \"bonus\": 0.038934567526232415,\n                    \"roi\": {\n                        \"baseRoi\": 2.06155392026109,\n                        \"bonusRoi\": 0.11473319068344301,\n                        \"totalRoi\": 2.176287110944533\n                    },\n                    \"liquidity\": 4276.9620163158625,\n                    \"skewImpact\": -0.03747547607250958\n                },\n                {\n                    \"address\": \"0xed899c7ee50aE51e58f76D383049A64Ab45ACB50\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.355053,\n                    \"bonus\": 0.06773876352700045,\n                    \"roi\": {\n                        \"baseRoi\": 1.6484591575789458,\n                        \"bonusRoi\": 0.16802176217106313,\n                        \"totalRoi\": 1.816480919750009\n                    },\n                    \"liquidity\": 5732.859403510453,\n                    \"skewImpact\": -0.06344132651252903\n                },\n                {\n                    \"address\": \"0x4305964365D58Cc8906b975bbAeD38F994cb7c37\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.187002,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.347536389985134,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.347536389985134\n                    },\n                    \"liquidity\": 4655.186190210356,\n                    \"skewImpact\": 0.000029193540207242\n                },\n                {\n                    \"address\": \"0x30428641e253045f4123EA6E9c33250269c27268\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.226258,\n                    \"bonus\": 0.1327843616810147,\n                    \"roi\": {\n                        \"baseRoi\": 2.956011702526414,\n                        \"bonusRoi\": 0.4637215223761313,\n                        \"totalRoi\": 3.4197332249025454\n                    },\n                    \"liquidity\": 5732.859403510453,\n                    \"skewImpact\": -0.11721945162093082\n                },\n                {\n                    \"address\": \"0x2167DdD8B1e2f0db5BdB7348F1C1E0Fd0dc381Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.449712,\n                    \"bonus\": 0.038939374411406366,\n                    \"roi\": {\n                        \"baseRoi\": 1.143314094297631,\n                        \"bonusRoi\": 0.08033126095195087,\n                        \"totalRoi\": 1.2236453552495818\n                    },\n                    \"liquidity\": 5732.859403510453,\n                    \"skewImpact\": -0.03747992940730234\n                },\n                {\n                    \"address\": \"0xfA70291950938DdB453449b37F4A0b3C36b5Ee9A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.493592,\n                    \"bonus\": 0.06774397840457527,\n                    \"roi\": {\n                        \"baseRoi\": 0.9050943382517599,\n                        \"bonusRoi\": 0.1208704261690573,\n                        \"totalRoi\": 1.0259647644208172\n                    },\n                    \"liquidity\": 8637.205058985732,\n                    \"skewImpact\": -0.06344590067911077\n                },\n                {\n                    \"address\": \"0xf534D78b56bE8c843FA9Ac50E935713D2bB818BF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.190663,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 4.244856107372694,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 4.244856107372694\n                    },\n                    \"liquidity\": 3647.079733572548,\n                    \"skewImpact\": 0.000029072708418259\n                },\n                {\n                    \"address\": \"0x92bd89BF93baEEddB1Bde609753642F2c7D9aED3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.325541,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 2.0718096952457596,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 2.0718096952457596\n                    },\n                    \"liquidity\": 4655.186190210356,\n                    \"skewImpact\": 0.000024619373625502\n                },\n                {\n                    \"address\": \"0x929A2Eb35C770b5B390f7f5DEf7BD197Fba87706\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.364797,\n                    \"bonus\": 0.13279023128386172,\n                    \"roi\": {\n                        \"baseRoi\": 1.4536266228454613,\n                        \"bonusRoi\": 0.2876239905093634,\n                        \"totalRoi\": 1.7412506133548247\n                    },\n                    \"liquidity\": 6797.272733712943,\n                    \"skewImpact\": -0.11722402578751255\n                },\n                {\n                    \"address\": \"0x2E0e94dc9F89583796a3B216c0f56b7DFBF29d60\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.588251,\n                    \"bonus\": 0.03894431176751599,\n                    \"roi\": {\n                        \"baseRoi\": 0.638534942310894,\n                        \"bonusRoi\": 0.06141966890098671,\n                        \"totalRoi\": 0.6999546112118807\n                    },\n                    \"liquidity\": 8814.911339338081,\n                    \"skewImpact\": -0.03748450357388408\n                },\n                {\n                    \"address\": \"0xDCB89473860Fec7b55f89d7c4390BC0034f6a986\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1400,\n                    \"price\": 0.149108,\n                    \"bonus\": 0.02976407706051057,\n                    \"roi\": {\n                        \"baseRoi\": 5.518149108640966,\n                        \"bonusRoi\": 0.18839916509350907,\n                        \"totalRoi\": 5.706548273734475\n                    },\n                    \"liquidity\": 2983.4638761674382,\n                    \"skewImpact\": -0.028903782646480473\n                },\n                {\n                    \"address\": \"0xa1c58Acfe0D5d7Da7526484549EFe19F10778e55\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.422524,\n                    \"bonus\": 0.029773650038836526,\n                    \"roi\": {\n                        \"baseRoi\": 1.3002235374524516,\n                        \"bonusRoi\": 0.06650592643599018,\n                        \"totalRoi\": 1.3667294638884417\n                    },\n                    \"liquidity\": 4655.186190210356,\n                    \"skewImpact\": -0.028912810147854972\n                },\n                {\n                    \"address\": \"0x485B2F64FC030Cc97C6Af00adcc6ECBDf32b1B4a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.287646,\n                    \"bonus\": 0.02976892759388856,\n                    \"roi\": {\n                        \"baseRoi\": 2.3788193005552363,\n                        \"bonusRoi\": 0.09767611394731146,\n                        \"totalRoi\": 2.4764954145025477\n                    },\n                    \"liquidity\": 3647.079733572548,\n                    \"skewImpact\": -0.028908356813062214\n                },\n                {\n                    \"address\": \"0x24613eEEfF2fF3b91406F39Da982DC7e7F03feAf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"IN\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.461779,\n                    \"bonus\": 0.1711816083002987,\n                    \"roi\": {\n                        \"baseRoi\": 0.8893830798300355,\n                        \"bonusRoi\": 0.27615498058414545,\n                        \"totalRoi\": 1.165538060414181\n                    },\n                    \"liquidity\": 6797.272733712943,\n                    \"skewImpact\": -0.14616145530899302\n                }\n            ],\n            \"OUT\": [\n                {\n                    \"address\": \"0xd6bae7492Bd9de07fe5614b5E97bD9c2E447e3Ff\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2200,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.967756,\n                    \"bonus\": 0.013136600709036952,\n                    \"roi\": {\n                        \"baseRoi\": 0.020091535515982147,\n                        \"bonusRoi\": 0.013226780257828662,\n                        \"totalRoi\": 0.03331831577381081\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": -0.012966268023328138\n                },\n                {\n                    \"address\": \"0xd16158D4cEe27B47907c381b75b208E64F5E1eB1\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.84146,\n                    \"bonus\": 0.041509713949151116,\n                    \"roi\": {\n                        \"baseRoi\": 0.14286149687501368,\n                        \"bonusRoi\": 0.04554912276228343,\n                        \"totalRoi\": 0.1884106196372971\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": -0.03985533057752903\n                },\n                {\n                    \"address\": \"0x425d5C565D121a658d31AeA7ac7160b196fC6849\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 2000,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.9338,\n                    \"bonus\": 0.027617195500922613,\n                    \"roi\": {\n                        \"baseRoi\": 0.042866114903031195,\n                        \"bonusRoi\": 0.028027009963107204,\n                        \"totalRoi\": 0.0708931248661384\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": -0.026874983818716974\n                },\n                {\n                    \"address\": \"0x5105aBA5E803bB8E3EE3c381ae8983c8A595AafB\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.895302,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.11694154598113257,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.11694154598113257\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": 0.031749338761852056\n                },\n                {\n                    \"address\": \"0x29E8C08d405E6FEfF9F264637DAadad64515A2d2\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1800,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.802962,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2453889474221695,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2453889474221695\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": 0.018768992003039994\n                },\n                {\n                    \"address\": \"0xed899c7ee50aE51e58f76D383049A64Ab45ACB50\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.763045,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3105386969313737,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3105386969313737\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": 0.03175156542924843\n                },\n                {\n                    \"address\": \"0x4305964365D58Cc8906b975bbAeD38F994cb7c37\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.928865,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.07658271115824145,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.07658271115824145\n                    },\n                    \"liquidity\": 3647.079733572548,\n                    \"skewImpact\": 0.000019050104896378\n                },\n                {\n                    \"address\": \"0x30428641e253045f4123EA6E9c33250269c27268\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.888241,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.12582058247705302,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.12582058247705302\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.05864096223210135\n                },\n                {\n                    \"address\": \"0x2167DdD8B1e2f0db5BdB7348F1C1E0Fd0dc381Ab\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1600,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.670705,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.4909684585622591,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.4909684585622591\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": 0.018771218670436372\n                },\n                {\n                    \"address\": \"0xfA70291950938DdB453449b37F4A0b3C36b5Ee9A\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2200,\n                    \"price\": 0.627201,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.5943852130337802,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.5943852130337802\n                    },\n                    \"liquidity\": 1537.4954237813806,\n                    \"skewImpact\": 0.0317538525125393\n                },\n                {\n                    \"address\": \"0xf534D78b56bE8c843FA9Ac50E935713D2bB818BF\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.925279,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.08075510197464769,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.08075510197464769\n                    },\n                    \"liquidity\": 2983.4638761674382,\n                    \"skewImpact\": 0.000019110520790869\n                },\n                {\n                    \"address\": \"0x92bd89BF93baEEddB1Bde609753642F2c7D9aED3\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.793021,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.2610006544593397,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.2610006544593397\n                    },\n                    \"liquidity\": 2983.4638761674382,\n                    \"skewImpact\": 0.000021337188187248\n                },\n                {\n                    \"address\": \"0x929A2Eb35C770b5B390f7f5DEf7BD197Fba87706\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.752397,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.3290855758329712,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.3290855758329712\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.05864324931539222\n                },\n                {\n                    \"address\": \"0x2E0e94dc9F89583796a3B216c0f56b7DFBF29d60\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1400,\n                    \"rightPrice\": 2400,\n                    \"price\": 0.534861,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.869644636643913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.869644636643913\n                    },\n                    \"liquidity\": 1950.6128598866858,\n                    \"skewImpact\": 0.018773505753727243\n                },\n                {\n                    \"address\": \"0xDCB89473860Fec7b55f89d7c4390BC0034f6a986\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1400,\n                    \"price\": 0.965625,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.03559870550161817,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.03559870550161817\n                    },\n                    \"liquidity\": 2012.4649717973484,\n                    \"skewImpact\": 0.014483770542918608\n                },\n                {\n                    \"address\": \"0xa1c58Acfe0D5d7Da7526484549EFe19F10778e55\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1800,\n                    \"price\": 0.697521,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.43364859265885913,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.43364859265885913\n                    },\n                    \"liquidity\": 2012.4649717973484,\n                    \"skewImpact\": 0.014488284293605855\n                },\n                {\n                    \"address\": \"0x485B2F64FC030Cc97C6Af00adcc6ECBDf32b1B4a\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 1600,\n                    \"price\": 0.829778,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.20514161619131863,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.20514161619131863\n                    },\n                    \"liquidity\": 2012.4649717973484,\n                    \"skewImpact\": 0.014486057626209477\n                },\n                {\n                    \"address\": \"0x24613eEEfF2fF3b91406F39Da982DC7e7F03feAf\",\n                    \"asset\": \"ETH\",\n                    \"maturityDate\": \"2024-04-19T08:00:00.000Z\",\n                    \"position\": \"OUT\",\n                    \"leftPrice\": 1200,\n                    \"rightPrice\": 2000,\n                    \"price\": 0.656896,\n                    \"bonus\": 0,\n                    \"roi\": {\n                        \"baseRoi\": 0.522310989867498,\n                        \"bonusRoi\": 0,\n                        \"totalRoi\": 0.522310989867498\n                    },\n                    \"liquidity\": 568.5067301748643,\n                    \"skewImpact\": 0.07311019642081083\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"1eb5ac5f-3b3a-4cb1-8171-57f9cf4a0b42"},{"name":"Thales market","id":"9ad843a2-9ff6-4b1a-a6ae-138fe93ef434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/markets/{{marketAddress}}","description":"<h2 id=\"get-a-single-market-details\">Get a single market details</h2>\n<p>Use <code>/thales/networks/{{network}}/markets/{{marketAddress}}</code> to get details for single market.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><p><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (ploygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</p>\n</li>\n<li><p><code>marketAddress</code> - (Required) market address</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","markets","{{marketAddress}}"],"host":["overtimemarketsv2","xyz"],"query":[],"variable":[]}},"response":[{"id":"2f2b2229-dca5-4a3b-b5d0-9f2e2c86239c","name":"Thales market response example (optimisim)","originalRequest":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/10/markets/0xfBa3682f273622F9C1Bd02F051889089c2C21abe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 07:56:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"308"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"134-T9pOhVwchcckbHqWXTvuR7d/JnE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"0xfBa3682f273622F9C1Bd02F051889089c2C21abe\",\n    \"asset\": \"ETH\",\n    \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n    \"position\": \"UP\",\n    \"strikePrice\": 1980,\n    \"price\": 0.09691182307633875,\n    \"bonus\": 0,\n    \"roi\": {\n        \"baseRoi\": 9.318658428417827,\n        \"bonusRoi\": 0,\n        \"totalRoi\": 9.318658428417827\n    },\n    \"liquidity\": 5972.823652381663,\n    \"skewImpact\": 0\n}"}],"_postman_id":"9ad843a2-9ff6-4b1a-a6ae-138fe93ef434"},{"name":"User Thales positions","id":"7d89e6b8-0e63-4643-9384-8cb6f16e4382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/users/{{userAddress}}/positions","description":"<h2 id=\"get-a-list-of-all-user-positions\">Get a list of all user positions</h2>\n<p>Use <code>/thales/networks/{{network}}/users/{{userAddress}}/positions</code> to get a list of all user positions on Thales.</p>\n<p>By default, it returns all positions grouped by status. Use query parameter to filter markets by <code>status</code>.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><p><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</p>\n</li>\n<li><p><code>userAddress</code> - (Required) user address</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","users","{{userAddress}}","positions"],"host":["overtimemarketsv2","xyz"],"query":[{"disabled":true,"description":{"content":"<p>(Optional) Filter positions by status. Supported statuses: open, claimable, closed.</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"53265ed1-a5ea-49a7-968b-0a5ff202695d","name":"User Thales positions response example (optimism)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://overtimemarketsv2.xyz/thales/networks/10/users/0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c/positions","protocol":"https","host":["overtimemarketsv2","xyz"],"path":["thales","networks","10","users","0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c","positions"],"query":[{"key":"status","value":"","description":"(Optional) Filter positions by status. Supported statuses: open, claimable, closed.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 09:10:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"32902"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"8086-8DFtPosLm2HNvSmuEArGTUGHS2Y\""}],"cookie":[],"responseTime":null,"body":"{\n    \"open\": [\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 732.7003593958356,\n            \"paid\": 399.95347929699886,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0xeed8e94dd51262ac212200c28ea7e45e984fedae\",\n                \"asset\": \"LTC\",\n                \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                \"expiryDate\": \"2024-02-15T08:00:00.000Z\",\n                \"strikePrice\": 70,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 337.2247582372658,\n            \"paid\": 200.0000747946199,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0x77baaa1ddd20413990f8d2d184f1ea2be16a56f0\",\n                \"asset\": \"TRX\",\n                \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n                \"expiryDate\": \"2024-02-15T08:00:00.000Z\",\n                \"strikePrice\": 0.094,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1039.1464546250338,\n            \"paid\": 750.0027886971686,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0xd328fef56a532748afd38bda05068ba75d5caaff\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n                \"strikePrice\": 12,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1349.1663514791742,\n            \"paid\": 1000.005901525431,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0x09022c842294c60ef832870efeb23ad705329fb8\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n                \"strikePrice\": 35000,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 717.6579845365133,\n            \"paid\": 499.9998894180355,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0x7480e4b5b6cfc2b5651b2b8bbf3b48fa10b081ed\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n                \"strikePrice\": 1.42,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 719.3501027575467,\n            \"paid\": 349.9862689068815,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0x18a1c72daaa9d657911508751ab7c878ea0b94d8\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n                \"strikePrice\": 34000,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 789.8224648277476,\n            \"paid\": 499.97282891532956,\n            \"position\": \"DOWN\",\n            \"isOpen\": true,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"OPEN\",\n            \"market\": {\n                \"address\": \"0x1ab8039a21f234af314ffbc3bce5619413678dab\",\n                \"asset\": \"SOL\",\n                \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n                \"strikePrice\": 32,\n                \"isOpen\": true,\n                \"isResolved\": false,\n                \"isExpired\": false,\n                \"result\": null,\n                \"finalPrice\": 0\n            }\n        }\n    ],\n    \"claimable\": [],\n    \"closed\": [\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 884.788122994741,\n            \"paid\": 499.98524295853485,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x2b03476bab18024fb0b28c9a3d238524c16d301f\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-10-13T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-11T08:00:00.000Z\",\n                \"strikePrice\": 27500,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 26860.309999999998\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 3911.6632094851443,\n            \"paid\": 1998.347139628726,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x039d7259a8e763a7c2d954c6367f983cd6357624\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-10-13T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-11T08:00:00.000Z\",\n                \"strikePrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.2118\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 200.16679215310313,\n            \"paid\": 99.99938096029331,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x323a9c22d0713b89e79cccfdbeb62ad807425099\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-10-03T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-01T08:00:00.000Z\",\n                \"strikePrice\": 28000,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 27557.94043508\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 517.5191245224636,\n            \"paid\": 199.99465386387317,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xdf351de292e10bd59aa3f04e6425aad53054d929\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-10-03T08:00:00.000Z\",\n                \"expiryDate\": \"2024-01-01T08:00:00.000Z\",\n                \"strikePrice\": 1.4,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 1.3641\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 779.4977033093877,\n            \"paid\": 349.9755170794015,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x2c554f09033d03793a00c5c554f13c59f7679c31\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 7,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 6.69848015\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1852.8072040162401,\n            \"paid\": 999.8702615453484,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x15a67b550459547df9c33763b162094de1e85767\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 26500,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 26695.0374\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 683.4289173941565,\n            \"paid\": 249.8712168373697,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x4fd1a407a5f2a418a5ca752af5c95d130ced3ab1\",\n                \"asset\": \"XRP\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 0.52,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 0.51098\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 290.5672434554803,\n            \"paid\": 149.9960103174247,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x569e62eda3cac62c7c01c6f061948d69ebfb18d1\",\n                \"asset\": \"BCH\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 220,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 208.56642546\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 2873.2692998765806,\n            \"paid\": 2000.0049990245416,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x811b38e987d1bcc23a5971082c735727545e21f5\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 27000.000000000004,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 26695.037399999997\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 599.6351898338015,\n            \"paid\": 349.99824549133365,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x3cac71157767e0b61f4dd0de11e4506e896c6b28\",\n                \"asset\": \"CRV\",\n                \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n                \"strikePrice\": 0.44,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 0.44200291\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 2245.474705371442,\n            \"paid\": 1569.9937627039362,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x9dc4148b53d3e2b7aaada06f1106942d0d851403\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 26500,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 26878\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 115.86324074768511,\n            \"paid\": 19.99397160054164,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x35c5ff8fae33c12c1416ffc8d5890d8833f24a23\",\n                \"asset\": \"XRP\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 0.48,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 0.50554398\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 166.3676593129494,\n            \"paid\": 49.99876106819062,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x0c0b56b3831b02f2925980e7a67ae32668849863\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 6.7006129\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 701.9966452672616,\n            \"paid\": 399.9973196336799,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xe5e8fb02e70b79d457cdcd102a811cddd7c6895b\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 26000,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 26878\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1346.3618188710589,\n            \"paid\": 999.9714003728424,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xb532880647f67042e533a349d53e6cbe1d2a701c\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 27000.000000000004,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 26878\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 390.70753775559103,\n            \"paid\": 199.99622184061727,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x32da9efa57e527b1e8d641d38caed2cba7e03b8f\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n                \"strikePrice\": 1.4,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.3909\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 338.6240145459586,\n            \"paid\": 99.99789144617453,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xf9d24185684d4d546c504a3affbacc446263c1ec\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n                \"strikePrice\": 1.35,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.37725026\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1101.633416606303,\n            \"paid\": 249.48135455356285,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xf6375a439887976d5167ba825687f88f04ccc479\",\n                \"asset\": \"BNB\",\n                \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n                \"strikePrice\": 210,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 211.81482599999998\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1738.7682021405028,\n            \"paid\": 397.8159192878234,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xf8c40911e55e1212ab9b846048d2e10cc9160f63\",\n                \"asset\": \"BNB\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 210,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 209.52741199999997\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 747.3628153257375,\n            \"paid\": 500.00150315671254,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xb77ea53d000d291c53e974d4e7cf415f6b79f6ee\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 26000,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 25814.34450808\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 780.2494288110806,\n            \"paid\": 499.9808681166112,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x55a5e3913cd454ec01dbf8cae1398e2e173f4d24\",\n                \"asset\": \"SOL\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 21,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 17.9691\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 365.3132688376819,\n            \"paid\": 99.99738268374723,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x4814579234e2871a0641795adc53c88cd16527bc\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 5.91681397\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 159.72569672155825,\n            \"paid\": 99.99987579644845,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x1cce6aa543b510d2018c689ca6971e9d3f4a32a1\",\n                \"asset\": \"BCH\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 190,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 189.827\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1094.3064826398042,\n            \"paid\": 249.91435820236796,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x19663cc7be540b45038d443d5e15fc1e33fb2dd9\",\n                \"asset\": \"CRV\",\n                \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n                \"strikePrice\": 0.42,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 0.4111\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 2060.4670945655516,\n            \"paid\": 999.8936565041541,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x0a3e1325c5b00e3cb468eaed727960d475e10bb6\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n                \"strikePrice\": 26000,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 26252.17\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1011.4797428128284,\n            \"paid\": 499.9676695410489,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x531fa3e8af3ea3fb6b299b994944255acf41f784\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n                \"strikePrice\": 6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 6.306\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1321.4791133091308,\n            \"paid\": 499.7623011012593,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x36c93aaed4535197934eac0ae30b8192c9e7f612\",\n                \"asset\": \"SOL\",\n                \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n                \"strikePrice\": 20,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 19.9073\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 738.4861439980543,\n            \"paid\": 499.9903391577442,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x3fea3fdfca9ff5afb226ed38c8190aa203f64927\",\n                \"asset\": \"SOL\",\n                \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n                \"strikePrice\": 21,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 19.4015\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 694.6540272368189,\n            \"paid\": 123.19012972452359,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x2c0748f399fb98d72706d6162f47c6dec3406843\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n                \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n                \"strikePrice\": 1.4,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.3216\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 549.2309255492559,\n            \"paid\": 500.00041858041453,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x79c71e1282c0897d91a33ccab9f3c554d19b90c3\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n                \"strikePrice\": 6.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 5.967\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 190.26191940103857,\n            \"paid\": 150.00019655204812,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x40e0da61a7275bf9e6bef4a1211c72cd19b5ebea\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n                \"strikePrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 5.967\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 665.5985775859797,\n            \"paid\": 494.1950893105624,\n            \"position\": \"IN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xbd2b20a19e2a59a85bd961a375e7961bba44f036\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n                \"leftPrice\": 5.5,\n                \"rightPrice\": 7,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 5.967\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 924.6729473295463,\n            \"paid\": 349.9851647010548,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xe02bc31b009399fab6eabce626868b356e4427fc\",\n                \"asset\": \"SNX\",\n                \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n                \"strikePrice\": 2,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 2.0617622\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 764.3841017614039,\n            \"paid\": 349.9871685963483,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x306056a62926f3d19f67571b922e46d1410a8968\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n                \"strikePrice\": 6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 5.89\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 218.8208915341907,\n            \"paid\": 149.99949281756716,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x6889e21bc53d2e2d6087b4e209862045924452d3\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n                \"strikePrice\": 1.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.42016076\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 103.94505117637362,\n            \"paid\": 49.99976676462068,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xda72017f825c03da23bcf39b6c330bafcd759d59\",\n                \"asset\": \"PEPE\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 0.00000105,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 8.70450875952e-7\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 400.5893556610917,\n            \"paid\": 62.434433741375074,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x4f2225c3b3b1a085cc00a4272fecf85c8f70613b\",\n                \"asset\": \"CRV\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 0.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 0.445\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 190.56611241204658,\n            \"paid\": 49.9988270503775,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x45a1eed0abaef97e4329186cd2d3763a80687261\",\n                \"asset\": \"BTC\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 26500,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 25970.011\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 192.6905298596607,\n            \"paid\": 125.00046939399662,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xe775fac2aeb349e378025023731c3103568c7be3\",\n                \"asset\": \"CRV\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 0.45,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 0.445\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 129.98660015470932,\n            \"paid\": 78.95378100489856,\n            \"position\": \"IN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xf5c12cf1975c805a5ad63721b9c24db45068dbc2\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"leftPrice\": 7,\n                \"rightPrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"OUT\",\n                \"finalPrice\": 5.9684\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 203.53231819781593,\n            \"paid\": 74.99923606066105,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xc09d9370eea0d24b4549e0b03f4ba5fb5bb3abeb\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 1.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.499212\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 63.65418775639186,\n            \"paid\": 50.00033360449686,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x96802c12d906aed8b7febf92a05402a234696194\",\n                \"asset\": \"PEPE\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 0.0000011,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 8.70450875952e-7\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 593.7577257201972,\n            \"paid\": 500.0005479195806,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x77e7a0c9c457c5f2f37693620513ec5ba68a6aca\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n                \"strikePrice\": 8.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 5.9684\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 100.7088072565222,\n            \"paid\": 69.15008841401188,\n            \"position\": \"IN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x2242cf25805499af9a7ef38edb6babef8d10ce11\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n                \"leftPrice\": 7,\n                \"rightPrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"OUT\",\n                \"finalPrice\": 6.208074\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 574.8055471630048,\n            \"paid\": 500.0006830330881,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x8eecd93707c9c6cb3751380eab79dd4184eef53f\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n                \"strikePrice\": 8.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 6.1936376\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 825.6606467528313,\n            \"paid\": 499.97170088908365,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x83bb930df1493df60c85ba8d21ca4c7f40ef7ea0\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n                \"strikePrice\": 6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 6.208074\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 66.56765352400525,\n            \"paid\": 50.00016610224922,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x6377f012af0d5ede7d548f7fda08c7e8a406d482\",\n                \"asset\": \"OP\",\n                \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n                \"strikePrice\": 1.3,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 1.5589\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 389.1144085921872,\n            \"paid\": 249.99963720226444,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x6249dafe2dfb78ab21ef3880f7cda4647937808d\",\n                \"asset\": \"PEPE\",\n                \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n                \"strikePrice\": 0.00000105,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 0.000001083191600334\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 505.51697780587665,\n            \"paid\": 249.99736842453493,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x1918aa7dc63f8c2e1c8519716dfcb7d4ba8a6a32\",\n                \"asset\": \"ETH\",\n                \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n                \"strikePrice\": 1800,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 1689.75\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 27.56486033407402,\n            \"paid\": 15.000026833628677,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x2f8dd7699463d2e5cc78ed8eba38095e6564f71e\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n                \"strikePrice\": 7,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 6.25325873\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 30.721246251726647,\n            \"paid\": 9.999748394139388,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x6b6d6122c9ab6df41612814647dcf9a4d1b50766\",\n                \"asset\": \"CRV\",\n                \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n                \"strikePrice\": 0.55,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 0.50352536\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 696.4575775635966,\n            \"paid\": 500.00083321293073,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x4a907521b125674489229bcb5912084af5c1b9e7\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n                \"strikePrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 6.25325873\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 39.865944497155034,\n            \"paid\": 19.999993812860684,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x2a9c74cbef2828e94b4fcc6c5637d80121c0a956\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n                \"strikePrice\": 7.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 6.25325873\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 130.39932822586155,\n            \"paid\": 100.00041299697321,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x5ac71ecb92d6bb07b8c1c6cd7823340a126711a4\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-15T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-13T08:00:00.000Z\",\n                \"strikePrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.36370059\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 36.150682584466516,\n            \"paid\": 24.696328924934555,\n            \"position\": \"IN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x75aaeef0b6cd33c87deb8fe7f3c6cdea5e074df5\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-15T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-13T08:00:00.000Z\",\n                \"leftPrice\": 7.2,\n                \"rightPrice\": 7.6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.36370059\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 24.723279323484395,\n            \"paid\": 9.999843655480714,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x20ab27f5da09b283241215f2d2c9233a7ff5cccf\",\n                \"asset\": \"ETH\",\n                \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n                \"strikePrice\": 1840,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"DOWN\",\n                \"finalPrice\": 1828.35\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 55.051374607189736,\n            \"paid\": 43.76701376112582,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xcd2e4a14466b4c927e0c690c8bf52b56e646bbef\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n                \"strikePrice\": 8.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.339\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 806.4010543887246,\n            \"paid\": 499.99953802914064,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x6c7be7efb64181fbc362cce54b721e2d2cff303e\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n                \"strikePrice\": 7,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.339\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 230.0799022602502,\n            \"paid\": 99.99856675662988,\n            \"position\": \"UP\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x0e43aa47c9ba0b14aae0f13a2478f0be17513880\",\n                \"asset\": \"SOL\",\n                \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n                \"strikePrice\": 23,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 23.235\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 7309.004126803987,\n            \"paid\": 6550.062004415898,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0xa490ca0953c9ee81f584eee787b833566f7d9b6a\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-04T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-02T08:00:00.000Z\",\n                \"strikePrice\": 8.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.1264362\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 164.72809800443963,\n            \"paid\": 96.36012899022002,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x27b05178397bd955a45990da219a78212f4e4443\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-04T08:00:00.000Z\",\n                \"expiryDate\": \"2023-11-02T08:00:00.000Z\",\n                \"strikePrice\": 8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.1409086\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 6592.751919726058,\n            \"paid\": 4819.019972328491,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": true,\n            \"status\": \"WON\",\n            \"market\": {\n                \"address\": \"0x0cf957af111a753a3f811f8287d906918e47aa6a\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-08-01T08:00:00.000Z\",\n                \"expiryDate\": \"2023-10-30T08:00:00.000Z\",\n                \"strikePrice\": 8.5,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"finalPrice\": 7.44794072\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 1947.1428314505351,\n            \"paid\": 1393.1780528884217,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0xc761ae31d9f180cffc2389a58ab08e6d3311acea\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-07-28T08:00:00.000Z\",\n                \"expiryDate\": \"2023-10-26T08:00:00.000Z\",\n                \"strikePrice\": 7.8,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 7.870951\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 633.1822171207243,\n            \"paid\": 400.02418476559933,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x634928a7758cd28f57dffbdd9725b05cab7f3f92\",\n                \"asset\": \"LINK\",\n                \"maturityDate\": \"2023-07-28T08:00:00.000Z\",\n                \"expiryDate\": \"2023-10-26T08:00:00.000Z\",\n                \"strikePrice\": 7.6,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 7.870951\n            }\n        },\n        {\n            \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n            \"amount\": 100,\n            \"paid\": 23.674879546397662,\n            \"position\": \"DOWN\",\n            \"isOpen\": false,\n            \"isClaimable\": false,\n            \"isClaimed\": false,\n            \"status\": \"LOSS\",\n            \"market\": {\n                \"address\": \"0x870a9ba3859be8e69f55a2d5d90783e8530e1253\",\n                \"asset\": \"SNX\",\n                \"maturityDate\": \"2023-05-31T16:30:00.000Z\",\n                \"expiryDate\": \"2023-11-29T16:30:00.000Z\",\n                \"strikePrice\": 2,\n                \"isOpen\": false,\n                \"isResolved\": true,\n                \"isExpired\": false,\n                \"result\": \"UP\",\n                \"finalPrice\": 2.3205568\n            }\n        }\n    ]\n}"}],"_postman_id":"7d89e6b8-0e63-4643-9384-8cb6f16e4382"},{"name":"User Thales transactions","id":"bf3e73a0-009c-47e3-bddf-86b2d4fa181f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/users/{{userAddress}}/transactions","description":"<h2 id=\"get-a-list-of-all-user-transactions\">Get a list of all user transactions</h2>\n<p>Use <code>/thales/networks/{{network}}/users/{{userAddress}}/transactions</code> to get a list of all user transactions on Thales.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><p><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</p>\n</li>\n<li><p><code>userAddress</code> - (Required) user address</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","users","{{userAddress}}","transactions"],"host":["overtimemarketsv2","xyz"],"query":[],"variable":[]}},"response":[{"id":"06fcd893-4283-4283-bfa4-0cfbda703eef","name":"User Thales transactions response example (optimism)","originalRequest":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/10/users/0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 09:13:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50422"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"c4f6-hyabMuAQuvYAml7M/GNWn+esxbw\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"hash\": \"0x9cd8fc40ecff6d518a77b64f7aa77f50d7b5961009d485f85a2e376b7fd8689c\",\n        \"timestamp\": 1698211497000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6967105504176221,\n        \"amount\": 717.6579845365134,\n        \"paid\": 499.99988941803554,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0x7480e4b5b6cfc2b5651b2b8bbf3b48fa10b081ed\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n            \"strikePrice\": 1.42,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0xb33e5e1fa1f83333591fe2c590e2e2298cb685c998c023b300ef60e4c2863678\",\n        \"timestamp\": 1698211477000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7217488789564316,\n        \"amount\": 1039.1464546250338,\n        \"paid\": 750.0027886971685,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0xd328fef56a532748afd38bda05068ba75d5caaff\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n            \"strikePrice\": 12,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0xe0ac40f6de44e8f02fa387cdd877fbb4616630f91435e54a9dcc6108f0917813\",\n        \"timestamp\": 1698210649000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5458622671166551,\n        \"amount\": 732.7003593958357,\n        \"paid\": 399.9534792969988,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0xeed8e94dd51262ac212200c28ea7e45e984fedae\",\n            \"asset\": \"LTC\",\n            \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n            \"expiryDate\": \"2024-02-15T08:00:00.000Z\",\n            \"strikePrice\": 70,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0x7414fcd49f55c472b6f0f834db33b80032bb9948bdf054d7f7cd724e22c8befd\",\n        \"timestamp\": 1698210625000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5930764865547125,\n        \"amount\": 337.2247582372658,\n        \"paid\": 200.00007479461993,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0x77baaa1ddd20413990f8d2d184f1ea2be16a56f0\",\n            \"asset\": \"TRX\",\n            \"maturityDate\": \"2023-11-17T08:00:00.000Z\",\n            \"expiryDate\": \"2024-02-15T08:00:00.000Z\",\n            \"strikePrice\": 0.094,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0x2e8a8451207f995fe5b4931de0cf79d50992c0c185fd2bdd4c94d0a8119c8918\",\n        \"timestamp\": 1698210599000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6330192558201907,\n        \"amount\": 789.8224648277476,\n        \"paid\": 499.97282891532956,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0x1ab8039a21f234af314ffbc3bce5619413678dab\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n            \"strikePrice\": 32,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0x4b1f6a523b5bb14304afe70e5e2e0cb10d296a47a73ef5977f37fa4390a917be\",\n        \"timestamp\": 1698210563000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4865312002670869,\n        \"amount\": 719.3501027575467,\n        \"paid\": 349.9862689068815,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0x18a1c72daaa9d657911508751ab7c878ea0b94d8\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n            \"strikePrice\": 34000,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0xe2dec165c1d04935b56a990c96f65f7f42599e85c7bd880f40cdd9099a792aef\",\n        \"timestamp\": 1698210543000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7412028178949638,\n        \"amount\": 1349.1663514791742,\n        \"paid\": 1000.005901525431,\n        \"position\": \"DOWN\",\n        \"status\": \"OPEN\",\n        \"market\": {\n            \"address\": \"0x09022c842294c60ef832870efeb23ad705329fb8\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-10-27T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-25T08:00:00.000Z\",\n            \"strikePrice\": 35000,\n            \"isOpen\": true,\n            \"isResolved\": false,\n            \"isExpired\": false,\n            \"result\": null,\n            \"finalPrice\": 0\n        }\n    },\n    {\n        \"hash\": \"0x6587278e8f46b565c39451df31f569c1e5c51f4ec7bc2ecd52091682845405c7\",\n        \"timestamp\": 1696958253000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5650903645340939,\n        \"amount\": 884.788122994741,\n        \"paid\": 499.98524295853485,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x2b03476bab18024fb0b28c9a3d238524c16d301f\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-10-13T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-11T08:00:00.000Z\",\n            \"strikePrice\": 27500,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 26860.309999999998\n        }\n    },\n    {\n        \"hash\": \"0x8d2893f9235ee706d0a6fb049d0e3fa5677fa34f38ad4006c6ca489b2fd62349\",\n        \"timestamp\": 1696226275000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4995802744533469,\n        \"amount\": 200.16679215310313,\n        \"paid\": 99.99938096029331,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x323a9c22d0713b89e79cccfdbeb62ad807425099\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-10-03T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-01T08:00:00.000Z\",\n            \"strikePrice\": 28000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 27557.94043508\n        }\n    },\n    {\n        \"hash\": \"0xae525ca5ad55bfd14a93c5c2aa9d6d28f8e8cf5e9dc9a1faff5a9a37f7b931c9\",\n        \"timestamp\": 1696168669000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.3864488178063305,\n        \"amount\": 517.5191245224636,\n        \"paid\": 199.9946538638732,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xdf351de292e10bd59aa3f04e6425aad53054d929\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-10-03T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-01T08:00:00.000Z\",\n            \"strikePrice\": 1.4,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.3641\n        }\n    },\n    {\n        \"hash\": \"0x436a9c3bee3735be01886aed23dcaa206f9dcd7f2f302a2a05ade710458dfadb\",\n        \"timestamp\": 1696168639000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5108689149881463,\n        \"amount\": 3911.6632094851443,\n        \"paid\": 1998.347139628726,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x039d7259a8e763a7c2d954c6367f983cd6357624\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-10-13T08:00:00.000Z\",\n            \"expiryDate\": \"2024-01-11T08:00:00.000Z\",\n            \"strikePrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.2118\n        }\n    },\n    {\n        \"hash\": \"0x41111b4d8826113b431077aa2820bf6386e20782b920c90e061eca98d8412f78\",\n        \"timestamp\": 1695178559000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5836852997042105,\n        \"amount\": 599.6351898338015,\n        \"paid\": 349.9982454913336,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x3cac71157767e0b61f4dd0de11e4506e896c6b28\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 0.44,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 0.44200291\n        }\n    },\n    {\n        \"hash\": \"0xf25b268b1714f87e70035784b53c3856e29115359fe591d8598efc46302441da\",\n        \"timestamp\": 1695178521000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5162178934336986,\n        \"amount\": 290.5672434554803,\n        \"paid\": 149.9960103174247,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x569e62eda3cac62c7c01c6f061948d69ebfb18d1\",\n            \"asset\": \"BCH\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 220,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 208.56642546\n        }\n    },\n    {\n        \"hash\": \"0x7e041f7fe9a828278f888bcdc8f250621000c54e70fbb7afa7c089d5c22506e8\",\n        \"timestamp\": 1695178491000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.36561405360209615,\n        \"amount\": 683.4289173941565,\n        \"paid\": 249.8712168373697,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x4fd1a407a5f2a418a5ca752af5c95d130ced3ab1\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51098\n        }\n    },\n    {\n        \"hash\": \"0x9debe3c49db5af65044ca64aa70391a600a7aad27c98036c115a8e2391e5139f\",\n        \"timestamp\": 1695178465000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.44897568728370446,\n        \"amount\": 779.4977033093878,\n        \"paid\": 349.9755170794015,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x2c554f09033d03793a00c5c554f13c59f7679c31\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 7,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 6.69848015\n        }\n    },\n    {\n        \"hash\": \"0x99f16fc886471dd088d59f83e628f7dd5e43d95f851d000c32b8c518f76a2b1d\",\n        \"timestamp\": 1694780105000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.1725652715349334,\n        \"amount\": 115.86324074768511,\n        \"paid\": 19.99397160054164,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x35c5ff8fae33c12c1416ffc8d5890d8833f24a23\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 0.48,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 0.50554398\n        }\n    },\n    {\n        \"hash\": \"0xc44f0ab60f7213650accac3f4932d6dd0f99a17bbfaf7a8950c65a115e80ae45\",\n        \"timestamp\": 1694780061000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.30053173359937335,\n        \"amount\": 166.3676593129494,\n        \"paid\": 49.99876106819061,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x0c0b56b3831b02f2925980e7a67ae32668849863\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 6.7006129\n        }\n    },\n    {\n        \"hash\": \"0xd09010bf96bb2576851c499768e37d6396e27d90bdaefd223a20197a4192e1c4\",\n        \"timestamp\": 1694780017000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5118821689222844,\n        \"amount\": 390.70753775559103,\n        \"paid\": 199.99622184061727,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x32da9efa57e527b1e8d641d38caed2cba7e03b8f\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 1.4,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.3909\n        }\n    },\n    {\n        \"hash\": \"0xbf575d62980ffdf7cf7633e342200cde7ad2aaad58a6c7de1347c733589f180b\",\n        \"timestamp\": 1694779993000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6960729365362484,\n        \"amount\": 2873.2692998765806,\n        \"paid\": 2000.0049990245418,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x811b38e987d1bcc23a5971082c735727545e21f5\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 27000.000000000004,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 26695.037399999997\n        }\n    },\n    {\n        \"hash\": \"0x5813b5b3e1cccad1b60cd2a0d00af0614a6ea0611466e927d67df14cccd5f19e\",\n        \"timestamp\": 1694779975000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5396515403102806,\n        \"amount\": 1852.8072040162401,\n        \"paid\": 999.8702615453484,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x15a67b550459547df9c33763b162094de1e85767\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-21T08:00:00.000Z\",\n            \"strikePrice\": 26500,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26695.037399999997\n        }\n    },\n    {\n        \"hash\": \"0xe8741d84a3e6bf6bf601c3260a62e6c8f1bcf230ffdd72ee8d35fbb1a7184997\",\n        \"timestamp\": 1694779953000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.321627327907118,\n        \"amount\": 62.183236451598106,\n        \"paid\": 19.999828180543997,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe5e8fb02e70b79d457cdcd102a811cddd7c6895b\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26878\n        }\n    },\n    {\n        \"hash\": \"0xb1b6af4a29d53f735b167e2ca83a759f55f37fa7caafc2fdc546e64ff6d0b110\",\n        \"timestamp\": 1694779939000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5448476238559657,\n        \"amount\": 587.3134523789884,\n        \"paid\": 319.9963389873357,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x9dc4148b53d3e2b7aaada06f1106942d0d851403\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 26500,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26878\n        }\n    },\n    {\n        \"hash\": \"0x498f5fd32ec94e86d0bc02c4e0b5d93d6f3e31614eb59aeecd8b8b4bb63ed4b8\",\n        \"timestamp\": 1694779919000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7427211514445136,\n        \"amount\": 1346.3618188710589,\n        \"paid\": 999.9714003728424,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xb532880647f67042e533a349d53e6cbe1d2a701c\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 27000.000000000004,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 26878\n        }\n    },\n    {\n        \"hash\": \"0xd488f8f658fc5f491a8708c0cd96b0e7a34d06c190b4f32c0082f8dedba55010\",\n        \"timestamp\": 1694544119000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.9174902879341864,\n        \"amount\": 253.79328814464947,\n        \"received\": 232.85287701559838,\n        \"position\": \"UP\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0x63db59a8ed45b344b8b1f6a024d2f40983e3142c\",\n            \"asset\": \"TRX\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 0.078,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 0.08410917\n        }\n    },\n    {\n        \"hash\": \"0x7b46ed64e39974dfe32bf70ca85b23d75842081d6f599f81651418dc2f5739f5\",\n        \"timestamp\": 1694544109000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.9160472636477279,\n        \"amount\": 1102.6977772117982,\n        \"received\": 1010.1232814452997,\n        \"position\": \"DOWN\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0x3560ebcff4e768bbb81d561f9fe85542281ead31\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 20,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 19.0686727\n        }\n    },\n    {\n        \"hash\": \"0x2174f733ea82ac7ba3fdf984befb8c27390da291887a985f9fc1cdc5dca718a8\",\n        \"timestamp\": 1694480583000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.39398810898680553,\n        \"amount\": 253.79328814464947,\n        \"paid\": 99.9915376696539,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x63db59a8ed45b344b8b1f6a024d2f40983e3142c\",\n            \"asset\": \"TRX\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 0.078,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 0.08410917\n        }\n    },\n    {\n        \"hash\": \"0x17d1cfcf4521f7b07c621c122e7e6484f2b8ce9cdfdabdfa2ca22eea542ba82d\",\n        \"timestamp\": 1694480549000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.22646494813321502,\n        \"amount\": 1101.633416606303,\n        \"paid\": 249.48135455356285,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xf6375a439887976d5167ba825687f88f04ccc479\",\n            \"asset\": \"BNB\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 210,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 211.81482599999998\n        }\n    },\n    {\n        \"hash\": \"0xba0bdfe18bb27f26f341dd4fd80c8baa12facb983e9aee5bf78ebc23d5a08e3e\",\n        \"timestamp\": 1694480493000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.2953065557983416,\n        \"amount\": 338.6240145459586,\n        \"paid\": 99.99789144617455,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xf9d24185684d4d546c504a3affbacc446263c1ec\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 1.35,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 1.37725026\n        }\n    },\n    {\n        \"hash\": \"0xceb356b5176d4ce774d6392c6e307e5432efcff488e883c68f0f63df888f3747\",\n        \"timestamp\": 1694348061000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5939192367920768,\n        \"amount\": 639.8134088156636,\n        \"paid\": 379.9974914531359,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe5e8fb02e70b79d457cdcd102a811cddd7c6895b\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26878\n        }\n    },\n    {\n        \"hash\": \"0x2c94f59d5435c9fc847742e23d53eec3bf49be074cfb2d95106c963a3fa0a6b0\",\n        \"timestamp\": 1694348039000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.75384551500088,\n        \"amount\": 1658.1612529924532,\n        \"paid\": 1249.9974237166005,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x9dc4148b53d3e2b7aaada06f1106942d0d851403\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-19T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-18T08:00:00.000Z\",\n            \"strikePrice\": 26500,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26878\n        }\n    },\n    {\n        \"hash\": \"0x2796576a65d813699e57ad48f59c987b412e11e6d9a3dee8aeb335b59544c92d\",\n        \"timestamp\": 1694347351000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.2283769329406672,\n        \"amount\": 1094.3064826398042,\n        \"paid\": 249.91435820236796,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x19663cc7be540b45038d443d5e15fc1e33fb2dd9\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 0.42,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.4111\n        }\n    },\n    {\n        \"hash\": \"0x542d36077ab6fb7135c5bffad6ea9b1ab8a704db1a26719ba5bc6673131a92de\",\n        \"timestamp\": 1694347321000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.22879180721046882,\n        \"amount\": 1738.7682021405028,\n        \"paid\": 397.8159192878234,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xf8c40911e55e1212ab9b846048d2e10cc9160f63\",\n            \"asset\": \"BNB\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 210,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 209.52741199999997\n        }\n    },\n    {\n        \"hash\": \"0x5a22af40194b4f4acff4dbd4bcb7ffc386f74e904c34e8a877d4ebf6eeccfd1f\",\n        \"timestamp\": 1694347291000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.62607255970073,\n        \"amount\": 159.72569672155825,\n        \"paid\": 99.99987579644846,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x1cce6aa543b510d2018c689ca6971e9d3f4a32a1\",\n            \"asset\": \"BCH\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 190,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 189.827\n        }\n    },\n    {\n        \"hash\": \"0x68ccb836a2994b02baa39d5bc04c4aba0a3db722b211a0ca7a3b82a7e310adfe\",\n        \"timestamp\": 1694347245000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.2737304971207565,\n        \"amount\": 365.3132688376819,\n        \"paid\": 99.99738268374723,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x4814579234e2871a0641795adc53c88cd16527bc\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 5.91681397\n        }\n    },\n    {\n        \"hash\": \"0xfba27b3730e24cf7dcf3575e8de8180d2e19c0d880ad29363aa372a9919068f3\",\n        \"timestamp\": 1694347207000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6690211138465422,\n        \"amount\": 747.3628153257375,\n        \"paid\": 500.0015031567125,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xb77ea53d000d291c53e974d4e7cf415f6b79f6ee\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 25814.34450808\n        }\n    },\n    {\n        \"hash\": \"0x4331857d7673d8c9ed42bfc25de5b551e39a69f82aa9c8cdc919365d46e29d0c\",\n        \"timestamp\": 1693803673000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.11041155926394712,\n        \"amount\": 737.4486164505469,\n        \"paid\": 81.42285161934537,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x3fea3fdfca9ff5afb226ed38c8190aa203f64927\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 21,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 19.4015\n        }\n    },\n    {\n        \"hash\": \"0x7bba6b1d176d8076ca931a3d8433b360618887c73a52b653714dd9d5b3c1e2e2\",\n        \"timestamp\": 1693803503000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.17737929933665494,\n        \"amount\": 694.5011632429348,\n        \"paid\": 123.19012972452359,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x2c0748f399fb98d72706d6162f47c6dec3406843\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 1.4,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.3216\n        }\n    },\n    {\n        \"hash\": \"0x27b9bd60f39978040fce19aa9ef25d2637f62f74656034b0cfb783d61ee0451e\",\n        \"timestamp\": 1693803363000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4857963648305765,\n        \"amount\": 2027.1426858505365,\n        \"received\": 984.7785477790819,\n        \"position\": \"DOWN\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0x8be715f4ca753f1dc0e7ff460f1fedeab8e376ea\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 25730.938078000003\n        }\n    },\n    {\n        \"hash\": \"0x9bc7639a6c5034c5a39e9127838b4fabd32932b827e0ecd862a9a078b05e3863\",\n        \"timestamp\": 1693803355000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.468046685021477,\n        \"amount\": 694.2049617919915,\n        \"received\": 324.92033109220273,\n        \"position\": \"DOWN\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0xd2a61c02f6a0fee7e51bc29c15dc66b06f4e0a45\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 0.44,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.4393\n        }\n    },\n    {\n        \"hash\": \"0xdc314d057ad983a6312a17e67155e1b21b1652412603662014f0a63b870d2c1e\",\n        \"timestamp\": 1693743741000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.49429330947418343,\n        \"amount\": 1011.4797428128284,\n        \"paid\": 499.96766954104885,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x531fa3e8af3ea3fb6b299b994944255acf41f784\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n            \"strikePrice\": 6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 6.306\n        }\n    },\n    {\n        \"hash\": \"0x3ea9b65558b0d1233abb7f45096ab0ed616bfeb74d500d91985795cb9b7c0557\",\n        \"timestamp\": 1693532047000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.48527523644583176,\n        \"amount\": 2060.4670945655516,\n        \"paid\": 999.893656504154,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x0a3e1325c5b00e3cb468eaed727960d475e10bb6\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 26252.17\n        }\n    },\n    {\n        \"hash\": \"0x5c61697c7111b9e0409189c98ff8b8cb41b634a9ed1d24deac8f9603cdadcc21\",\n        \"timestamp\": 1693532021000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5757757624729104,\n        \"amount\": 694.6540272368189,\n        \"paid\": 399.9649521871573,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x2c0748f399fb98d72706d6162f47c6dec3406843\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 1.4,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.3216\n        }\n    },\n    {\n        \"hash\": \"0x04198d675e495de3bb34371c3a65b1ed1fd0dbb398eae74ec36a502f479e22a9\",\n        \"timestamp\": 1693531971000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.28802049525884393,\n        \"amount\": 694.2049617919915,\n        \"paid\": 199.94525690647623,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xd2a61c02f6a0fee7e51bc29c15dc66b06f4e0a45\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 0.44,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.4393\n        }\n    },\n    {\n        \"hash\": \"0x6ff0e238ab809871c0dbdce301bf0208a25123cd25c6352d9bc6a5579a374a65\",\n        \"timestamp\": 1693531933000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4932414523000403,\n        \"amount\": 2027.1426858505365,\n        \"paid\": 999.870802388323,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x8be715f4ca753f1dc0e7ff460f1fedeab8e376ea\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 26000,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 25730.938078000003\n        }\n    },\n    {\n        \"hash\": \"0x039d18f5ef955ea3678c2a01e6add842d156d2f01cebacfeab7ac6a8711c5abf\",\n        \"timestamp\": 1693121861000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6770476917154744,\n        \"amount\": 738.4861439980543,\n        \"paid\": 499.99033915774413,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x3fea3fdfca9ff5afb226ed38c8190aa203f64927\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-05T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-04T08:00:00.000Z\",\n            \"strikePrice\": 21,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 19.4015\n        }\n    },\n    {\n        \"hash\": \"0x73dff2d594548b8eea4fe09472e30a80162c1e0cbdab4444de2d5e9ba4d339b1\",\n        \"timestamp\": 1693121829000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.37818403338195705,\n        \"amount\": 1321.4791133091308,\n        \"paid\": 499.7623011012593,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x36c93aaed4535197934eac0ae30b8192c9e7f612\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-07T08:00:00.000Z\",\n            \"strikePrice\": 20,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 19.9073\n        }\n    },\n    {\n        \"hash\": \"0xe7a9117595a06dc64927a49fd835e1d1b0c23c7d4ad50a5b9b3c9e5ff925e9fe\",\n        \"timestamp\": 1693121801000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6407961988238379,\n        \"amount\": 780.2494288110806,\n        \"paid\": 499.9808681166112,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x55a5e3913cd454ec01dbf8cae1398e2e173f4d24\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-12T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-11T08:00:00.000Z\",\n            \"strikePrice\": 21,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 17.9691\n        }\n    },\n    {\n        \"hash\": \"0xb9dfd4156e466bcddb453a906ac22d961cf869dc7bc35b0762164f96fbaa1a4c\",\n        \"timestamp\": 1693121785000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4530470046154013,\n        \"amount\": 1102.6977772117982,\n        \"paid\": 499.57392496186634,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x3560ebcff4e768bbb81d561f9fe85542281ead31\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-09-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-12-14T08:00:00.000Z\",\n            \"strikePrice\": 20,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 19.0686727\n        }\n    },\n    {\n        \"hash\": \"0xdabb6b84999e4f72705238b3b96f79ec07c20d9259c900f9c4c791d8e9917d7a\",\n        \"timestamp\": 1692997361000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4578681945240063,\n        \"amount\": 764.3841017614038,\n        \"paid\": 349.9871685963483,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x306056a62926f3d19f67571b922e46d1410a8968\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n            \"strikePrice\": 6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 5.89\n        }\n    },\n    {\n        \"hash\": \"0xaafc6d21e2c73b76c7fa7b331d47e973cc25c5ca5fdd8ebcf8a903f0dab1580b\",\n        \"timestamp\": 1692997325000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.3784961652785574,\n        \"amount\": 924.6729473295463,\n        \"paid\": 349.98516470105477,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe02bc31b009399fab6eabce626868b356e4427fc\",\n            \"asset\": \"SNX\",\n            \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n            \"strikePrice\": 2,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 2.0617622\n        }\n    },\n    {\n        \"hash\": \"0x033862156f1d65444d8e3c5d6880939ce84ae60a0246af137e880a12e962654e\",\n        \"timestamp\": 1692997285000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5274818513418797,\n        \"amount\": 959.6255974903181,\n        \"received\": 506.1850867592505,\n        \"position\": \"UP\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0xf1f30e4e0b9081169d60b5926bef57873be7ec83\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.5178329\n        }\n    },\n    {\n        \"hash\": \"0x0e90e79726d1f46fcf3fbb0127766e1e522853619db950647ef3896abd51f267\",\n        \"timestamp\": 1692997239000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6854898166527659,\n        \"amount\": 218.8208915341907,\n        \"paid\": 149.99949281756716,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x6889e21bc53d2e2d6087b4e209862045924452d3\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n            \"strikePrice\": 1.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.42016076\n        }\n    },\n    {\n        \"hash\": \"0x4daa12cf9e2a3d708c6e7b0d6719d1e1ef7645599d13086164aa188cbdf77b28\",\n        \"timestamp\": 1692767821000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.26236997972792164,\n        \"amount\": 190.56611241204658,\n        \"paid\": 49.99882705037749,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x45a1eed0abaef97e4329186cd2d3763a80687261\",\n            \"asset\": \"BTC\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 26500,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 25970.011\n        }\n    },\n    {\n        \"hash\": \"0x8e565883b6bd42e6187ca6373bccb59ba9b4844bf292a498084dcca14de1ca36\",\n        \"timestamp\": 1692736019000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.36848809429747786,\n        \"amount\": 203.53231819781593,\n        \"paid\": 74.99923606066106,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xc09d9370eea0d24b4549e0b03f4ba5fb5bb3abeb\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 1.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1.499212\n        }\n    },\n    {\n        \"hash\": \"0xaa4e9dec450da4cd79da11893d7eb43bce3538a3f99d42ffde59fd239b6cf1be\",\n        \"timestamp\": 1692735973000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7854995149078161,\n        \"amount\": 63.65418775639186,\n        \"paid\": 50.00033360449686,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x96802c12d906aed8b7febf92a05402a234696194\",\n            \"asset\": \"PEPE\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.0000011,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 8.70450875952e-7\n        }\n    },\n    {\n        \"hash\": \"0x640663d661738600a33880febe1d10e3b3a923c19d679e38b89712cf4e819a76\",\n        \"timestamp\": 1692735951000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4810211375987611,\n        \"amount\": 103.94505117637361,\n        \"paid\": 49.999766764620674,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xda72017f825c03da23bcf39b6c330bafcd759d59\",\n            \"asset\": \"PEPE\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.00000105,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 8.70450875952e-7\n        }\n    },\n    {\n        \"hash\": \"0x160ff4ad0a4f6e542c80256b5e784e3f58912502407224851607e8bc6a80bce3\",\n        \"timestamp\": 1692735823000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.0971096018455716,\n        \"amount\": 154.42775326042317,\n        \"paid\": 14.996417633025866,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x4f2225c3b3b1a085cc00a4272fecf85c8f70613b\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.445\n        }\n    },\n    {\n        \"hash\": \"0x557a756b4d5e132c24fd327bc14b4244753c6018d8a8421938d718d02c9b3471\",\n        \"timestamp\": 1692735803000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6487110159748706,\n        \"amount\": 192.6905298596607,\n        \"paid\": 125.00046939399662,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe775fac2aeb349e378025023731c3103568c7be3\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.45,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.445\n        }\n    },\n    {\n        \"hash\": \"0xe8b621fb6e0c0ae69fab825dc6ccb9c222d716e1d4702a1671ecb05bbde6cd25\",\n        \"timestamp\": 1692688075000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.520947718418871,\n        \"amount\": 959.6255974903181,\n        \"paid\": 499.9147655489271,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xf1f30e4e0b9081169d60b5926bef57873be7ec83\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-29T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-27T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.5178329\n        }\n    },\n    {\n        \"hash\": \"0x66739f4b55281831165bdda0d5f903539d405aee2b8396ea7db53a7fa068bcf8\",\n        \"timestamp\": 1692640713000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.192710868168367,\n        \"amount\": 246.16160240066853,\n        \"paid\": 47.4380161083492,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x4f2225c3b3b1a085cc00a4272fecf85c8f70613b\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.445\n        }\n    },\n    {\n        \"hash\": \"0x0d81261a418c1e928d27d81adcdc73a1857f090f568f3d65f11486c0cd906638\",\n        \"timestamp\": 1692590835000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.626921054960826,\n        \"amount\": 113.8849839934196,\n        \"received\": 71.3968943093514,\n        \"position\": \"UP\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0x4ae71b7781648729598ac16a58e7e3cf403f6143\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51009588\n        }\n    },\n    {\n        \"hash\": \"0x6f17cf0c06bd23157d16a7b83417c2b8f4b096c93e0e54fd7847cbda0b6a65e4\",\n        \"timestamp\": 1692590821000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7279105404262907,\n        \"amount\": 1612.3309400898638,\n        \"received\": 1173.632685946842,\n        \"position\": \"UP\",\n        \"status\": \"SOLD\",\n        \"market\": {\n            \"address\": \"0xe7f63e368441337a8c4353ff05fe6be9e938c6e7\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51990543\n        }\n    },\n    {\n        \"hash\": \"0xbd1272635640405f040c241fc3ba1de58d94859ea2078b717837b798264bc7aa\",\n        \"timestamp\": 1692376003000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6424836286755895,\n        \"amount\": 389.1144085921872,\n        \"paid\": 249.99963720226444,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x6249dafe2dfb78ab21ef3880f7cda4647937808d\",\n            \"asset\": \"PEPE\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 0.00000105,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 0.000001083191600334\n        }\n    },\n    {\n        \"hash\": \"0x314712cdb1563926decc517ca56472f2b97a9375239c38664ad383beab75d895\",\n        \"timestamp\": 1692367267000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.74248218964489,\n        \"amount\": 665.5985775859797,\n        \"paid\": 494.1950893105624,\n        \"position\": \"IN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xbd2b20a19e2a59a85bd961a375e7961bba44f036\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n            \"leftPrice\": 5.5,\n            \"rightPrice\": 7,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"IN\",\n            \"finalPrice\": 5.967\n        }\n    },\n    {\n        \"hash\": \"0x328006defc161b2cfdd0a88a301d46c099af6f1a195d32532d59b84c6f4806b6\",\n        \"timestamp\": 1692349661000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.3473453407786335,\n        \"amount\": 1434.2601629995986,\n        \"paid\": 498.183585082314,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe7f63e368441337a8c4353ff05fe6be9e938c6e7\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51990543\n        }\n    },\n    {\n        \"hash\": \"0x115e63b94f1d6dd2dd83bc751e4215bc0533ee3c8fd990ca1e184b53be48635a\",\n        \"timestamp\": 1692335177000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.1767505310002488,\n        \"amount\": 56.574182863670835,\n        \"paid\": 9.999516862058996,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x4ae71b7781648729598ac16a58e7e3cf403f6143\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51009588\n        }\n    },\n    {\n        \"hash\": \"0xd2885f6e4c49e2a56139fe1c0c44e18d26c54b1a31fb45af5be8dade0d5a576f\",\n        \"timestamp\": 1692335163000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.17447816020900353,\n        \"amount\": 57.310801129748754,\n        \"paid\": 9.999483141222644,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x4ae71b7781648729598ac16a58e7e3cf403f6143\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51009588\n        }\n    },\n    {\n        \"hash\": \"0xadc38db4edebd3c8135afc8ed4631c0e85b0f2d9f4617f96e0a9020e39c8736b\",\n        \"timestamp\": 1692334961000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7511180499132125,\n        \"amount\": 66.56765352400525,\n        \"paid\": 50.00016610224922,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x6377f012af0d5ede7d548f7fda08c7e8a406d482\",\n            \"asset\": \"OP\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 1.3,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 1.5589\n        }\n    },\n    {\n        \"hash\": \"0xcc05330c8d6eea354f027fa4262315d6c23f0604c592ba922d1b83b6222087d1\",\n        \"timestamp\": 1692334937000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.11231709523006564,\n        \"amount\": 178.07077709026498,\n        \"paid\": 20.000392428139083,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xe7f63e368441337a8c4353ff05fe6be9e938c6e7\",\n            \"asset\": \"XRP\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 0.52,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.51990543\n        }\n    },\n    {\n        \"hash\": \"0x4f83efa585a383c1e811ef6fbe5b72c881a0c79c2a515f9d784b2f3db118a731\",\n        \"timestamp\": 1692334823000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6055413962811219,\n        \"amount\": 825.6606467528313,\n        \"paid\": 499.97170088908365,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x83bb930df1493df60c85ba8d21ca4c7f40ef7ea0\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 6.208074\n        }\n    },\n    {\n        \"hash\": \"0x9c7a7c50231adc52213174d105695e54615004e3d1f94db369ee880bf817e8bd\",\n        \"timestamp\": 1692246331000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.49453802621944043,\n        \"amount\": 505.51697780587665,\n        \"paid\": 249.99736842453493,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x1918aa7dc63f8c2e1c8519716dfcb7d4ba8a6a32\",\n            \"asset\": \"ETH\",\n            \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n            \"strikePrice\": 1800,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1689.75\n        }\n    },\n    {\n        \"hash\": \"0x91ee431a6a1b13f1db9fc4bed7dd38b40c598e5901b2390eeae333d4c7b6bb4d\",\n        \"timestamp\": 1692211935000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.32549943814787025,\n        \"amount\": 30.721246251726647,\n        \"paid\": 9.999748394139388,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x6b6d6122c9ab6df41612814647dcf9a4d1b50766\",\n            \"asset\": \"CRV\",\n            \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n            \"strikePrice\": 0.55,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 0.50352536\n        }\n    },\n    {\n        \"hash\": \"0xf0aeec2e37a4b76e22214aafec7310b6ec544d145868fddeb9052b0300f01aa6\",\n        \"timestamp\": 1692159607000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5441720600734025,\n        \"amount\": 27.56486033407402,\n        \"paid\": 15.000026833628676,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x2f8dd7699463d2e5cc78ed8eba38095e6564f71e\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n            \"strikePrice\": 7,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 6.25325873\n        }\n    },\n    {\n        \"hash\": \"0x4124f1195fedb6c686a8422c8923f10e8ad7d6a502b843a349030ff399fcc0dc\",\n        \"timestamp\": 1692040573000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.9103646486774053,\n        \"amount\": 549.230925549256,\n        \"paid\": 500.00041858041453,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x79c71e1282c0897d91a33ccab9f3c554d19b90c3\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n            \"strikePrice\": 6.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 5.967\n        }\n    },\n    {\n        \"hash\": \"0x4f4f01a4d37e34327eda1f03543a9d97c8a62f2b02a4af6eb06cfeddc1c12169\",\n        \"timestamp\": 1692040555000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7883879077025088,\n        \"amount\": 190.26191940103857,\n        \"paid\": 150.00019655204815,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x40e0da61a7275bf9e6bef4a1211c72cd19b5ebea\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-09-01T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-30T08:00:00.000Z\",\n            \"strikePrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 5.967\n        }\n    },\n    {\n        \"hash\": \"0x21449cce8d05f7631e9498d595a1b8e8e46541061d988aac54de9bac44d4e00c\",\n        \"timestamp\": 1692040357000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.607399385097604,\n        \"amount\": 129.98660015470932,\n        \"paid\": 78.95378100489856,\n        \"position\": \"IN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xf5c12cf1975c805a5ad63721b9c24db45068dbc2\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"leftPrice\": 7,\n            \"rightPrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"OUT\",\n            \"finalPrice\": 5.9684\n        }\n    },\n    {\n        \"hash\": \"0xe8a6346a0ef54d761ec87ac0b35538e704a9eac647436499d72acf8811da0565\",\n        \"timestamp\": 1692040299000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6866339727157629,\n        \"amount\": 100.70880725652219,\n        \"paid\": 69.15008841401188,\n        \"position\": \"IN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x2242cf25805499af9a7ef38edb6babef8d10ce11\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"leftPrice\": 7,\n            \"rightPrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"OUT\",\n            \"finalPrice\": 6.208074\n        }\n    },\n    {\n        \"hash\": \"0x1744dbcba18399a8b0d4dfb435ea76e13bd06f6e44ca1c54b735f86c6ef0d313\",\n        \"timestamp\": 1691985203000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6831497266263584,\n        \"amount\": 36.150682584466516,\n        \"paid\": 24.696328924934555,\n        \"position\": \"IN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x75aaeef0b6cd33c87deb8fe7f3c6cdea5e074df5\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-13T08:00:00.000Z\",\n            \"leftPrice\": 7.2,\n            \"rightPrice\": 7.6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"IN\",\n            \"finalPrice\": 7.36370059\n        }\n    },\n    {\n        \"hash\": \"0xe765ba34af35336dc02eb95d9b28889f7465bcaec2b49578117ea5f17e79d8b4\",\n        \"timestamp\": 1691803249000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5016811733706185,\n        \"amount\": 39.865944497155034,\n        \"paid\": 19.999993812860687,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x2a9c74cbef2828e94b4fcc6c5637d80121c0a956\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n            \"strikePrice\": 7.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 6.25325873\n        }\n    },\n    {\n        \"hash\": \"0xce6d4ce05498c9d19ef83a4fc6ac3605c32cfa000b6c8933adb440ce5356a6aa\",\n        \"timestamp\": 1691678843000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.8420952288462537,\n        \"amount\": 593.7577257201972,\n        \"paid\": 500.0005479195806,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x77e7a0c9c457c5f2f37693620513ec5ba68a6aca\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-25T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-23T08:00:00.000Z\",\n            \"strikePrice\": 8.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 5.9684\n        }\n    },\n    {\n        \"hash\": \"0xed9b3f5b282dd514cbb27450731e22deed3fdd0134379decaba5e0c5f27b2303\",\n        \"timestamp\": 1691678827000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.8698605737207622,\n        \"amount\": 574.8055471630048,\n        \"paid\": 500.000683033088,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x8eecd93707c9c6cb3751380eab79dd4184eef53f\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-22T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-20T08:00:00.000Z\",\n            \"strikePrice\": 8.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 6.1936376\n        }\n    },\n    {\n        \"hash\": \"0x88ee5db4a1e87c150ea2b5184efadf56076f7844744990e9fef113ef41b98ab0\",\n        \"timestamp\": 1691678803000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7179200131070057,\n        \"amount\": 696.4575775635966,\n        \"paid\": 500.00083321293073,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x4a907521b125674489229bcb5912084af5c1b9e7\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-18T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-16T08:00:00.000Z\",\n            \"strikePrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 6.25325873\n        }\n    },\n    {\n        \"hash\": \"0xa05674423170e7cc1c705d99e36f2cf1e27f13489507dc2dbba966f6364deb9b\",\n        \"timestamp\": 1691678773000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7668782834813755,\n        \"amount\": 130.39932822586155,\n        \"paid\": 100.0004129969732,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x5ac71ecb92d6bb07b8c1c6cd7823340a126711a4\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-15T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-13T08:00:00.000Z\",\n            \"strikePrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.36370059\n        }\n    },\n    {\n        \"hash\": \"0xa5939feceb364f5d3d309e6f2a3447c045244c48c1e53e82aa3b373c322e252c\",\n        \"timestamp\": 1691394611000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.4044707631475879,\n        \"amount\": 24.723279323484395,\n        \"paid\": 9.999843655480714,\n        \"position\": \"UP\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x20ab27f5da09b283241215f2d2c9233a7ff5cccf\",\n            \"asset\": \"ETH\",\n            \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n            \"strikePrice\": 1840,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 1828.3500000000001\n        }\n    },\n    {\n        \"hash\": \"0xe6e6f392626e4e34bcc58cdcedd9811fe728a7c908768950c6c5c384a4814fea\",\n        \"timestamp\": 1691288815000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.43462538785121063,\n        \"amount\": 230.0799022602502,\n        \"paid\": 99.99856675662988,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x0e43aa47c9ba0b14aae0f13a2478f0be17513880\",\n            \"asset\": \"SOL\",\n            \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n            \"strikePrice\": 23,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 23.235\n        }\n    },\n    {\n        \"hash\": \"0x0dff7d992cacd04e6f10aa9494e6c49872a1a3ce669e405ad55691868ad57cc6\",\n        \"timestamp\": 1691167643000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6200382989431417,\n        \"amount\": 806.4010543887246,\n        \"paid\": 499.99953802914064,\n        \"position\": \"UP\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x6c7be7efb64181fbc362cce54b721e2d2cff303e\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n            \"strikePrice\": 7,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 7.339\n        }\n    },\n    {\n        \"hash\": \"0xb23a20cdfdbe3177f8a24450b6d0dc38e91911539af3ab1b32fed0d33c6239bd\",\n        \"timestamp\": 1690890797000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7950212701030325,\n        \"amount\": 55.051374607189736,\n        \"paid\": 43.76701376112582,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xcd2e4a14466b4c927e0c690c8bf52b56e646bbef\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-08T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-06T08:00:00.000Z\",\n            \"strikePrice\": 8.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.339\n        }\n    },\n    {\n        \"hash\": \"0xcf099a040a73ebefca902ef7846706c595d86e16695606d680eed238102d61f8\",\n        \"timestamp\": 1690887483000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.8961634021241205,\n        \"amount\": 7309.004126803987,\n        \"paid\": 6550.062004415898,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0xa490ca0953c9ee81f584eee787b833566f7d9b6a\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-04T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-02T08:00:00.000Z\",\n            \"strikePrice\": 8.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.1264362\n        }\n    },\n    {\n        \"hash\": \"0xce36691f9947f8abaf2c2c7b1361920c2b36605525e4a63c2a11d720aaad27e5\",\n        \"timestamp\": 1690696921000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.5849647398200578,\n        \"amount\": 164.72809800443963,\n        \"paid\": 96.36012899022,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x27b05178397bd955a45990da219a78212f4e4443\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-04T08:00:00.000Z\",\n            \"expiryDate\": \"2023-11-02T08:00:00.000Z\",\n            \"strikePrice\": 8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.1409086\n        }\n    },\n    {\n        \"hash\": \"0x63dee3816a87079f197c4b828b9eb18c40f7593357b9e3ee247aa7a791f72332\",\n        \"timestamp\": 1690484399000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7309572741406491,\n        \"amount\": 6592.751919726058,\n        \"paid\": 4819.019972328491,\n        \"position\": \"DOWN\",\n        \"status\": \"WON\",\n        \"market\": {\n            \"address\": \"0x0cf957af111a753a3f811f8287d906918e47aa6a\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-08-01T08:00:00.000Z\",\n            \"expiryDate\": \"2023-10-30T08:00:00.000Z\",\n            \"strikePrice\": 8.5,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"DOWN\",\n            \"finalPrice\": 7.44794072\n        }\n    },\n    {\n        \"hash\": \"0x80498fdca5ba976d6cc2cb3906a961f0f22cef78b2c35314c53db179f4d8cb8e\",\n        \"timestamp\": 1690317039000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.7318648764656873,\n        \"amount\": 1639.747086102071,\n        \"paid\": 1200.073298605063,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xc761ae31d9f180cffc2389a58ab08e6d3311acea\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-07-28T08:00:00.000Z\",\n            \"expiryDate\": \"2023-10-26T08:00:00.000Z\",\n            \"strikePrice\": 7.8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 7.870951\n        }\n    },\n    {\n        \"hash\": \"0xa4ba2a92b73d923753639a725e6f42e9483d404e32e4493b67e13731ef4294ac\",\n        \"timestamp\": 1690317001000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6317678765279183,\n        \"amount\": 633.1822171207243,\n        \"paid\": 400.02418476559933,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0x634928a7758cd28f57dffbdd9725b05cab7f3f92\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-07-28T08:00:00.000Z\",\n            \"expiryDate\": \"2023-10-26T08:00:00.000Z\",\n            \"strikePrice\": 7.6,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 7.870951\n        }\n    },\n    {\n        \"hash\": \"0xaa3889082dba5da41e61bb63b611c27d922aca2302c685272c611499af79cf2b\",\n        \"timestamp\": 1690215601000,\n        \"account\": \"0xdb6bfb04e7f0688f415248c69abe5c7b1c46826c\",\n        \"price\": 0.6281959240016642,\n        \"amount\": 307.39574534846406,\n        \"paid\": 193.10475428335866,\n        \"position\": \"DOWN\",\n        \"status\": \"LOSS\",\n        \"market\": {\n            \"address\": \"0xc761ae31d9f180cffc2389a58ab08e6d3311acea\",\n            \"asset\": \"LINK\",\n            \"maturityDate\": \"2023-07-28T08:00:00.000Z\",\n            \"expiryDate\": \"2023-10-26T08:00:00.000Z\",\n            \"strikePrice\": 7.8,\n            \"isOpen\": false,\n            \"isResolved\": true,\n            \"isExpired\": false,\n            \"result\": \"UP\",\n            \"finalPrice\": 7.870951\n        }\n    }\n]"}],"_postman_id":"bf3e73a0-009c-47e3-bddf-86b2d4fa181f"},{"name":"Buy quote","id":"0a29d6de-6d51-46e9-904a-365a5fdfa168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/markets/{{marketAddress}}/buy-quote?position={{position}}&buyIn={{buyIn}}","description":"<h2 id=\"get-a-buy-quote-for-the-market\">Get a buy quote for the market</h2>\n<p>Use <code>/thales/networks/{{network}}/markets/{{marketAddress}}/buy-quote?position={{position}}&amp;buyIn={{buyIn}}</code> to get a buy quote for the market.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><p><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</p>\n</li>\n<li><p><code>marketAddress</code> - (Required) market address</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","markets","{{marketAddress}}","buy-quote"],"host":["overtimemarketsv2","xyz"],"query":[{"description":{"content":"<p>(Required) Market position to get a quote for. Supported positions: 0 (UP) and 1 (DOWN) - for regular market, 0 (IN) and 1 (OUT) - for ranged market. </p>\n","type":"text/plain"},"key":"position","value":"{{position}}"},{"description":{"content":"<p>(Required) Buy-in amount in $. Default collateral: sUSD (Synth sUSD) for Optimism, USDC (USD Coin (PoS)) for Polygon, USDCe (Bridged USDC) for Arbitrum, USDbC (USD Base Coin) for Base.</p>\n","type":"text/plain"},"key":"buyIn","value":"{{buyIn}}"},{"disabled":true,"description":{"content":"<p>(Optional) Get a quote for different collateral. Available only on Optimism. See supported collaterals under /collaterals.</p>\n","type":"text/plain"},"key":"differentCollateral","value":""}],"variable":[]}},"response":[{"id":"dd3173df-39b4-4068-baef-0410f4e7fd39","name":"Buy quote response example (optimisim)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://overtimemarketsv2.xyz/thales/networks/10/markets/0x18a1C72daAa9d657911508751aB7C878Ea0b94d8/buy-quote?position=0&buyIn=100","protocol":"https","host":["overtimemarketsv2","xyz"],"path":["thales","networks","10","markets","0x18a1C72daAa9d657911508751aB7C878Ea0b94d8","buy-quote"],"query":[{"key":"position","value":"0","description":"(Required) Market position to get a quote for. Supported positions: 0 (UP) and 1 (DOWN) - for regular market, 0 (IN) and 1 (OUT) - for ranged market. "},{"key":"buyIn","value":"100","description":"(Required) Buy-in amount in $. Default collateral: sUSD (Synth sUSD) for Optimism, USDC (USD Coin (PoS)) for Polygon, USDCe (Bridged USDC) for Arbitrum, USDbC (USD Base Coin) for Base."},{"key":"differentCollateral","value":"","description":"(Optional) Get a quote for different collateral. Available only on Optimism. See supported collaterals under /collaterals.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 13:14:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"249"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"f9-RalW4cLpxxfurrOux548xw/rW94\""}],"cookie":[],"responseTime":null,"body":"{\n    \"pricePerPosition\": 0.366838628063911,\n    \"payout\": 272.6,\n    \"potenitialProfit\": {\n        \"usd\": 172.5997899897779,\n        \"percentage\": 1.7259942751333675\n    },\n    \"actualBuyInCollateralAmount\": 100.00021001022215,\n    \"actualBuyInUsdAmount\": 100.00021001022215,\n    \"skew\": 0.016680441127696354\n}"}],"_postman_id":"0a29d6de-6d51-46e9-904a-365a5fdfa168"},{"name":"Sell quote","id":"0bcfe09c-a992-4939-8585-18e026cf3fcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://overtimemarketsv2.xyz/thales/networks/{{network}}/markets/{{marketAddress}}/sell-quote?position={{position}}&sellAmount={{sellAmount}}","description":"<h2 id=\"get-a-sell-quote-for-the-market\">Get a sell quote for the market</h2>\n<p>Use <code>/thales/netwroks/{{network}}/markets/{{marketAddress}}/sell-quote?position={{position}}&amp;sellAmount={{sellAmount}}</code> to get a sell quote for the market.</p>\n<h3 id=\"path-variables\">Path variables</h3>\n<hr />\n<ul>\n<li><p><code>network</code> - (Required) network ID. Supported networks: <strong>10</strong> (optimism), <strong>137</strong> (polygon), <strong>42161</strong> (arbitrum), <strong>8453</strong> (base).</p>\n</li>\n<li><p><code>marketAddress</code> - (Required) market address</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["thales","networks","{{network}}","markets","{{marketAddress}}","sell-quote"],"host":["overtimemarketsv2","xyz"],"query":[{"description":{"content":"<p>(Required) Market position to get a quote for. Supported positions: 0 (UP) and 1 (DOWN) - for regular market, 0 (IN) and 1 (OUT) - for ranged market.</p>\n","type":"text/plain"},"key":"position","value":"{{position}}"},{"description":{"content":"<p>(Required) Amount of tokens for sell.</p>\n","type":"text/plain"},"key":"sellAmount","value":"{{sellAmount}}"}],"variable":[]}},"response":[{"id":"94ab2363-51af-424e-aa58-9dc826bff6df","name":"Sell quote response example (optimisim)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://overtimemarketsv2.xyz/thales/networks/10/markets/0x18a1C72daAa9d657911508751aB7C878Ea0b94d8/sell-quote?position=0&sellAmount=100","protocol":"https","host":["overtimemarketsv2","xyz"],"path":["thales","networks","10","markets","0x18a1C72daAa9d657911508751aB7C878Ea0b94d8","sell-quote"],"query":[{"key":"position","value":"0","description":"(Required) Market position to get a quote for. Supported positions: 0 (UP) and 1 (DOWN) - for regular market, 0 (IN) and 1 (OUT) - for ranged market. "},{"key":"sellAmount","value":"100","description":"(Required) Amount of tokens for sell."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Oct 2023 13:25:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"80-Aptwdunzm5t9VI5OFbB0tIhdnrM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"pricePerPosition\": 0.644291071032237,\n    \"tokenAmountToSell\": 100,\n    \"usdAmountToRecieve\": 64.4291071032237,\n    \"skew\": 0.015483962304450071\n}"}],"_postman_id":"0bcfe09c-a992-4939-8585-18e026cf3fcd"}]}