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
|| API_USERNAME | Username for the NCFX Crypto API | string |||
12
-
|| API_PASSWORD | Password for the NCFX Crypto API | string |||
13
-
|| FOREX_WS_API_KEY | API key for Forex websocket endpoint | string |||
14
-
|| WS_API_ENDPOINT | The WS API endpoint to use for the crypto endpoint | string ||`wss://cryptofeed.ws.newchangefx.com`|
15
-
|| FOREX_WS_API_ENDPOINT | The WS API endpoint to use for the forex endpoint | string ||`wss://fiat.ws.newchangefx.com/sub/fiat/ws/ref`|
16
-
|| MARKET_STATUS_WS_API_ENDPOINT | The WS API endpoint to use for the market status endpoint | string ||`wss://fiat.ws.newchangefx.com/general/reference/v1/markethours`|
17
-
|| MARKET_STATUS_WS_API_KEY | The WS API key to use for the market status endpoint | string |||
9
+
| Required? | Name | Description | Type | Options | Default |
|| API_USERNAME | Username for the NCFX Crypto API | string |||
12
+
|| API_PASSWORD | Password for the NCFX Crypto API | string |||
13
+
|| FOREX_WS_API_KEY | API key for Forex websocket endpoint | string |||
14
+
|| WS_API_ENDPOINT | The WS API endpoint to use for the crypto endpoint | string ||`wss://cryptofeed.ws.newchangefx.com`|
15
+
|| FOREX_WS_API_ENDPOINT | The WS API endpoint to use for the forex endpoint | string ||`wss://fiat.ws.newchangefx.com/sub/fiat/ws/ref`|
16
+
|| MARKET_STATUS_WS_API_ENDPOINT | The WS API endpoint to use for the market status endpoint | string ||`wss://fiat.ws.newchangefx.com/general/reference/v1/markethours`|
17
+
|| MARKET_STATUS_WS_API_KEY | The WS API key to use for the market status endpoint | string |||
18
+
|| FOREX_CONTINUOUS_WS_API_ENDPOINT | The WS API endpoint to use for the forex-continuous (24/7) endpoint | string ||`wss://cryptofeed.ws.newchangefx.com/fiat_v1`|
18
19
19
20
---
20
21
@@ -26,9 +27,9 @@ There are no rate limits for this adapter.
26
27
27
28
## Input Parameters
28
29
29
-
| Required? | Name | Description | Type | Options | Default |
0 commit comments