Skip to content

Commit 3042683

Browse files
committed
Add force245MarketStatus
1 parent 8635c16 commit 3042683

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @smartcontractkit/data-feeds-engineers
1+
- @smartcontractkit/data-feeds-engineers @smartcontractkit/data-streams-engineers

src/adapter/market-status.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export const marketStatusEndpointInputParametersDefinition = {
2525
description:
2626
'DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone',
2727
},
28+
force245MarketStatus: {
29+
type: 'boolean',
30+
description: 'Return response in 24/5 market status',
31+
default: false,
32+
},
2833
} as const
2934

3035
export enum MarketStatus {

0 commit comments

Comments
 (0)