Option markets
Option markets and information about them can be queried from the following endpoints:
Last updated
Was this helpful?
Option markets and information about them can be queried from the following endpoints:
Last updated
Was this helpful?
Was this helpful?
GET /clamm/option-markets?chainId=5000 HTTP/1.1
Host: api.stryke.xyz
Accept: */*
[
{
"deprecated": true,
"address": "text",
"callToken": {
"address": "text",
"decimals": "text",
"symbol": "text"
},
"putToken": {
"address": "text",
"decimals": "text",
"symbol": "text"
},
"primePool": "text",
"dpFee": "text",
"optionsPricing": "text",
"tokenURIFetcher": "text",
"totalPremium": "text",
"totalVolume": "text",
"totalFees": "text",
"pairName": "text",
"ticker": "text"
}
]GET /v1.1/clamm/option-markets?chains=text HTTP/1.1
Host: api.stryke.xyz
Accept: */*
[
{
"deprecated": true,
"address": "text",
"callToken": {
"address": "text",
"decimals": "text",
"symbol": "text"
},
"putToken": {
"address": "text",
"decimals": "text",
"symbol": "text"
},
"primePool": "text",
"optionsPricing": "text",
"tokenURIFetcher": "text",
"pairName": "text",
"ticker": "text",
"chainId": 1,
"pools": [
{}
],
"feeStrategy": {},
"premiums24h": 1,
"volume24h": 1,
"protocolFees24h": 1,
"totalLiquidity": 1,
"availableLiquidity": 1,
"openInterest": 1
}
]