We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8635c16 commit 73fee34Copy full SHA for 73fee34
1 file changed
src/adapter/market-status.ts
@@ -25,6 +25,11 @@ export const marketStatusEndpointInputParametersDefinition = {
25
description:
26
'DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone',
27
},
28
+ force245MarketStatus: {
29
+ type: 'boolean',
30
+ description: 'Return response in 24/5 market status',
31
+ default: false,
32
+ },
33
} as const
34
35
export enum MarketStatus {
0 commit comments