Subgraph
View data related to markets, epochs and positions
Playground:
GraphQL API (HTTP):
request access via discord
Example Queries:
List Markets:
List Epochs:
List Positions:
Last updated
View data related to markets, epochs and positions
Playground:
GraphQL API (HTTP):
request access via discord
List Markets:
List Epochs:
List Positions:
Last updated
{
markets {
marketName
depositAsset
strikePrice
token
marketIndex
premiumVault
collateralVault
}
}{
epoches{
startEpoch
endEpoch
epochEnded
isDepegged
marketName
marketIndex
collateralVault
premiumVault
withdrawalFee
COLLAT_finalTVL
PREM_finalTVL
}
}{
epochPositions {
id
address
balance
isFarming
marketName
marketIndex
epochId
type
}
}