{ "opencollection": "1.0.0", "info": { "name": "Stryke deposit stats API", "version": "1.0" }, "items": [ { "info": { "name": "stats", "type": "folder" }, "items": [ { "info": { "name": "Get premium and protocol fees earned by a options market", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/fees", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "optionMarket", "value": "", "type": "query", "description": "Address of the option market" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Get premium and protocol fees earned by a options market" }, { "info": { "name": "Get volume generated by a options market", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/volume", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "optionMarket", "value": "", "type": "query", "description": "Address of the option market" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Get volume generated by a options market" }, { "info": { "name": "Get number of unique users", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/dau", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "optionMarket", "value": "", "type": "query", "description": "Address of the option market" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Get number of unique users" }, { "info": { "name": "Get current open interest of a options market", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/open-interest", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "optionMarket", "value": "", "type": "query", "description": "Address of the option market" } ] }, "docs": "Get current open interest of a options market" }, { "info": { "name": "Get total value locked in a options market", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/tvl", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "optionMarket", "value": "", "type": "query", "description": "Address of the option market" } ] }, "docs": "Get total value locked in a options market" }, { "info": { "name": "Get total value locked in a pool specific to CLAMM", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/tvl/:pool", "params": [ { "name": "chainId", "value": "", "type": "query", "description": "Chain ID of the network" }, { "name": "pool", "value": "", "type": "path", "description": "Address of the pool" } ] }, "docs": "Get total value locked in a pool specific to CLAMM" }, { "info": { "name": "Get trade performance of a user on specified chains", "type": "http" }, "http": { "method": "GET", "url": "https://api.stryke.xyz/clamm/stats/delta", "params": [ { "name": "chains", "value": "", "type": "query", "description": "Chain IDs of networks to query option markets for" }, { "name": "user", "value": "", "type": "query", "description": "Address of the user" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Get trade performance of a user on specified chains" } ] } ], "bundled": true }