You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WRT the rolling price change every minute: that's a rather strange one: for perps the mark price is only updated once when we mark to market, which could (and AFAIK always is less frequent than once per minute), so it doesn't make sense to track the price data on a per-minute basis. In terms of data that could be more accurately tracked (and doesn't require new events) could be the rolling price change in terms of actual trades on a market, but those might not be representative of the changes in mark price
API Overview
There are a few metrics that we want to be able to display in various screens for AMM which would be good to add to the market data API.
API request details
Filtering requirements (inputs)
Questions
Open questions about the feature implementation, what can be done with the APIs, or currently unresolved questions around the feature.
API test scenarios
Detailed scenarios that can be executed as feature tests to verify that the API has been implemented as expected.
GIVEN (setup/context)
WHEN (action)
THEN (assertion) For example...
See here for more format information and examples.
Additional Details (optional)
Any additional information that provides context or gives information that will help us develop the feature.
The text was updated successfully, but these errors were encountered: