MCPcopy Index your code
hub / github.com/pmxt-dev/pmxt / normalizeMarket

Method normalizeMarket

core/src/exchanges/interfaces.ts:43–43  ·  view source on GitHub ↗
(raw: TRawMarket)

Source from the content-addressed store, hash-verified

41
42export interface IExchangeNormalizer<TRawMarket = unknown, TRawEvent = unknown> {
43 normalizeMarket(raw: TRawMarket): UnifiedMarket | null;
44 normalizeEvent(raw: TRawEvent): UnifiedEvent | null;
45
46 normalizeOHLCV?(raw: unknown, params: OHLCVParams): PriceCandle[];

Implementers 4

MyriadNormalizercore/src/exchanges/myriad/normalizer.t
LimitlessNormalizercore/src/exchanges/limitless/normalize
KalshiNormalizercore/src/exchanges/kalshi/normalizer.t
HyperliquidNormalizercore/src/exchanges/hyperliquid/normali

Calls

no outgoing calls

Tested by 1

marketFunction · 0.52