We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On this page for the vault data options 1M, 3M and 6M all work but ALL never loads:
1M
3M
6M
ALL
The following request is failing: Request URL: https://api.lyra.finance/subgraph/arbitrum/v2/api
query marketVolumeAndFeesSnapshots($market: String!, $min: Int!, $max: Int!, $period: Int!) { marketVolumeAndFeesSnapshots( first: 1000 orderBy: timestamp orderDirection: asc where: {market: $market, timestamp_gte: $min, timestamp_lte: $max, period: $period} ) { id timestamp period premiumVolume notionalVolume totalPremiumVolume totalNotionalVolume spotPriceFees optionPriceFees vegaFees varianceFees deltaCutoffFees liquidatorFees smLiquidationFees lpLiquidationFees totalShortPutOpenInterestUSD totalShortCallOpenInterestUSD __typename } }
This is an example of the args:
{ "market": "0xe044919cf58dfb066fc9de7c69c7db19f336b20c", "min": -2.7669999599456787, "max": 1681328296, "period": 86400 }
And the response is:
{"errors":[{"locations":[{"column":51,"line":1}],"message":"Invalid value provided for argument `min`: Float(-2.7669999599456787)"}]}
Each time the response error is along these lines:
Invalid value provided for argument `min`: Float(-2.7669999599456787)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On this page for the vault data options
![image](https://user-images.githubusercontent.com/60899256/231570456-2a5fe13f-4fe1-4776-a72e-c0c8c2b8bf2b.png)
1M
,3M
and6M
all work butALL
never loads:The following request is failing:
Request URL: https://api.lyra.finance/subgraph/arbitrum/v2/api
This is an example of the args:
And the response is:
Each time the response error is along these lines:
The text was updated successfully, but these errors were encountered: