@nktkas/hyperliquid 0.23.1 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +3 -2
- package/README.md +178 -194
- package/esm/mod.d.ts +2 -1
- package/esm/mod.d.ts.map +1 -1
- package/esm/src/base.d.ts +0 -5
- package/esm/src/base.d.ts.map +1 -1
- package/esm/src/clients/exchange.d.ts +485 -392
- package/esm/src/clients/exchange.d.ts.map +1 -1
- package/esm/src/clients/exchange.js +517 -912
- package/esm/src/clients/info.d.ts +249 -203
- package/esm/src/clients/info.d.ts.map +1 -1
- package/esm/src/clients/info.js +258 -368
- package/esm/src/clients/multiSign.d.ts +14 -1184
- package/esm/src/clients/multiSign.d.ts.map +1 -1
- package/esm/src/clients/multiSign.js +37 -2004
- package/esm/src/clients/subscription.d.ts +101 -99
- package/esm/src/clients/subscription.d.ts.map +1 -1
- package/esm/src/clients/subscription.js +107 -152
- package/esm/src/signing/_signTypedData/ethers.d.ts +16 -4
- package/esm/src/signing/_signTypedData/ethers.d.ts.map +1 -1
- package/esm/src/signing/_signTypedData/ethers.js +1 -1
- package/esm/src/signing/_signTypedData/mod.d.ts +12 -12
- package/esm/src/signing/_signTypedData/mod.d.ts.map +1 -1
- package/esm/src/signing/_signTypedData/mod.js +52 -24
- package/esm/src/signing/_signTypedData/private_key.d.ts +6 -5
- package/esm/src/signing/_signTypedData/private_key.d.ts.map +1 -1
- package/esm/src/signing/_signTypedData/private_key.js +40 -19
- package/esm/src/signing/_signTypedData/viem.d.ts +27 -6
- package/esm/src/signing/_signTypedData/viem.d.ts.map +1 -1
- package/esm/src/signing/_signTypedData/viem.js +1 -1
- package/esm/src/signing/_sorter.d.ts +18 -19
- package/esm/src/signing/_sorter.d.ts.map +1 -1
- package/esm/src/signing/_sorter.js +57 -59
- package/esm/src/signing/mod.d.ts +179 -129
- package/esm/src/signing/mod.d.ts.map +1 -1
- package/esm/src/signing/mod.js +184 -132
- package/esm/src/transports/base.d.ts +2 -1
- package/esm/src/transports/base.d.ts.map +1 -1
- package/esm/src/transports/http/http_transport.d.ts +3 -2
- package/esm/src/transports/http/http_transport.d.ts.map +1 -1
- package/esm/src/transports/http/http_transport.js +4 -4
- package/esm/src/transports/websocket/_hyperliquid_event_target.d.ts +14 -6
- package/esm/src/transports/websocket/_hyperliquid_event_target.d.ts.map +1 -1
- package/esm/src/transports/websocket/_hyperliquid_event_target.js +1 -2
- package/esm/src/transports/websocket/_reconnecting_websocket.d.ts +2 -1
- package/esm/src/transports/websocket/_reconnecting_websocket.d.ts.map +1 -1
- package/esm/src/transports/websocket/_reconnecting_websocket.js +1 -0
- package/esm/src/transports/websocket/_websocket_async_request.d.ts.map +1 -1
- package/esm/src/transports/websocket/_websocket_async_request.js +17 -21
- package/esm/src/transports/websocket/websocket_transport.d.ts +4 -4
- package/esm/src/transports/websocket/websocket_transport.d.ts.map +1 -1
- package/esm/src/transports/websocket/websocket_transport.js +6 -6
- package/esm/src/types/exchange/requests.d.ts +547 -306
- package/esm/src/types/exchange/requests.d.ts.map +1 -1
- package/esm/src/types/exchange/responses.d.ts +105 -25
- package/esm/src/types/exchange/responses.d.ts.map +1 -1
- package/esm/src/types/explorer/requests.d.ts +3 -3
- package/esm/src/types/explorer/requests.d.ts.map +1 -1
- package/esm/src/types/explorer/responses.d.ts +1 -1
- package/esm/src/types/explorer/responses.d.ts.map +1 -1
- package/esm/src/types/info/accounts.d.ts +405 -98
- package/esm/src/types/info/accounts.d.ts.map +1 -1
- package/esm/src/types/info/assets.d.ts +131 -35
- package/esm/src/types/info/assets.d.ts.map +1 -1
- package/esm/src/types/info/markets.d.ts +29 -8
- package/esm/src/types/info/markets.d.ts.map +1 -1
- package/esm/src/types/info/orders.d.ts +64 -17
- package/esm/src/types/info/orders.d.ts.map +1 -1
- package/esm/src/types/info/requests.d.ts +126 -51
- package/esm/src/types/info/requests.d.ts.map +1 -1
- package/esm/src/types/info/validators.d.ts +44 -14
- package/esm/src/types/info/validators.d.ts.map +1 -1
- package/esm/src/types/info/vaults.d.ts +25 -10
- package/esm/src/types/info/vaults.d.ts.map +1 -1
- package/esm/src/types/mod.d.ts +1 -1
- package/esm/src/types/mod.d.ts.map +1 -1
- package/esm/src/types/subscriptions/requests.d.ts +21 -66
- package/esm/src/types/subscriptions/requests.d.ts.map +1 -1
- package/esm/src/types/subscriptions/responses.d.ts +46 -55
- package/esm/src/types/subscriptions/responses.d.ts.map +1 -1
- package/package.json +2 -3
- package/script/mod.d.ts +2 -1
- package/script/mod.d.ts.map +1 -1
- package/script/src/base.d.ts +0 -5
- package/script/src/base.d.ts.map +1 -1
- package/script/src/clients/exchange.d.ts +485 -392
- package/script/src/clients/exchange.d.ts.map +1 -1
- package/script/src/clients/exchange.js +516 -911
- package/script/src/clients/info.d.ts +249 -203
- package/script/src/clients/info.d.ts.map +1 -1
- package/script/src/clients/info.js +258 -368
- package/script/src/clients/multiSign.d.ts +14 -1184
- package/script/src/clients/multiSign.d.ts.map +1 -1
- package/script/src/clients/multiSign.js +38 -2005
- package/script/src/clients/subscription.d.ts +101 -99
- package/script/src/clients/subscription.d.ts.map +1 -1
- package/script/src/clients/subscription.js +107 -152
- package/script/src/signing/_signTypedData/ethers.d.ts +16 -4
- package/script/src/signing/_signTypedData/ethers.d.ts.map +1 -1
- package/script/src/signing/_signTypedData/ethers.js +2 -2
- package/script/src/signing/_signTypedData/mod.d.ts +12 -12
- package/script/src/signing/_signTypedData/mod.d.ts.map +1 -1
- package/script/src/signing/_signTypedData/mod.js +51 -26
- package/script/src/signing/_signTypedData/private_key.d.ts +6 -5
- package/script/src/signing/_signTypedData/private_key.d.ts.map +1 -1
- package/script/src/signing/_signTypedData/private_key.js +40 -18
- package/script/src/signing/_signTypedData/viem.d.ts +27 -6
- package/script/src/signing/_signTypedData/viem.d.ts.map +1 -1
- package/script/src/signing/_signTypedData/viem.js +2 -2
- package/script/src/signing/_sorter.d.ts +18 -19
- package/script/src/signing/_sorter.d.ts.map +1 -1
- package/script/src/signing/_sorter.js +57 -59
- package/script/src/signing/mod.d.ts +179 -129
- package/script/src/signing/mod.d.ts.map +1 -1
- package/script/src/signing/mod.js +187 -150
- package/script/src/transports/base.d.ts +2 -1
- package/script/src/transports/base.d.ts.map +1 -1
- package/script/src/transports/http/http_transport.d.ts +3 -2
- package/script/src/transports/http/http_transport.d.ts.map +1 -1
- package/script/src/transports/http/http_transport.js +4 -4
- package/script/src/transports/websocket/_hyperliquid_event_target.d.ts +14 -6
- package/script/src/transports/websocket/_hyperliquid_event_target.d.ts.map +1 -1
- package/script/src/transports/websocket/_hyperliquid_event_target.js +1 -2
- package/script/src/transports/websocket/_reconnecting_websocket.d.ts +2 -1
- package/script/src/transports/websocket/_reconnecting_websocket.d.ts.map +1 -1
- package/script/src/transports/websocket/_reconnecting_websocket.js +1 -0
- package/script/src/transports/websocket/_websocket_async_request.d.ts.map +1 -1
- package/script/src/transports/websocket/_websocket_async_request.js +17 -21
- package/script/src/transports/websocket/websocket_transport.d.ts +4 -4
- package/script/src/transports/websocket/websocket_transport.d.ts.map +1 -1
- package/script/src/transports/websocket/websocket_transport.js +6 -6
- package/script/src/types/exchange/requests.d.ts +547 -306
- package/script/src/types/exchange/requests.d.ts.map +1 -1
- package/script/src/types/exchange/responses.d.ts +105 -25
- package/script/src/types/exchange/responses.d.ts.map +1 -1
- package/script/src/types/explorer/requests.d.ts +3 -3
- package/script/src/types/explorer/requests.d.ts.map +1 -1
- package/script/src/types/explorer/responses.d.ts +1 -1
- package/script/src/types/explorer/responses.d.ts.map +1 -1
- package/script/src/types/info/accounts.d.ts +405 -98
- package/script/src/types/info/accounts.d.ts.map +1 -1
- package/script/src/types/info/assets.d.ts +131 -35
- package/script/src/types/info/assets.d.ts.map +1 -1
- package/script/src/types/info/markets.d.ts +29 -8
- package/script/src/types/info/markets.d.ts.map +1 -1
- package/script/src/types/info/orders.d.ts +64 -17
- package/script/src/types/info/orders.d.ts.map +1 -1
- package/script/src/types/info/requests.d.ts +126 -51
- package/script/src/types/info/requests.d.ts.map +1 -1
- package/script/src/types/info/validators.d.ts +44 -14
- package/script/src/types/info/validators.d.ts.map +1 -1
- package/script/src/types/info/vaults.d.ts +25 -10
- package/script/src/types/info/vaults.d.ts.map +1 -1
- package/script/src/types/mod.d.ts +1 -1
- package/script/src/types/mod.d.ts.map +1 -1
- package/script/src/types/subscriptions/requests.d.ts +21 -66
- package/script/src/types/subscriptions/requests.d.ts.map +1 -1
- package/script/src/types/subscriptions/responses.d.ts +46 -55
- package/script/src/types/subscriptions/responses.d.ts.map +1 -1
- package/esm/src/signing/_signTypedData/window.d.ts +0 -29
- package/esm/src/signing/_signTypedData/window.d.ts.map +0 -1
- package/esm/src/signing/_signTypedData/window.js +0 -30
- package/script/src/signing/_signTypedData/window.d.ts +0 -29
- package/script/src/signing/_signTypedData/window.d.ts.map +0 -1
- package/script/src/signing/_signTypedData/window.js +0 -34
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import type { ISubscriptionTransport, Subscription } from "../transports/base.js";
|
|
2
|
-
import type { WsActiveAssetCtxRequest,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import type { ActiveAssetData, ActiveAssetDataRequest, AllMidsRequest, Book, Candle, L2BookRequest, Order, OrderStatus, TxDetails, UserFillsRequest, UserTwapSliceFillsRequest, WsActiveAssetCtx, WsActiveAssetCtxRequest, WsActiveSpotAssetCtx, WsAllMids, WsBbo, WsBboRequest, WsBlockDetails, WsCandleRequest, WsNotification, WsNotificationRequest, WsOrderUpdatesRequest, WsTrade, WsTradesRequest, WsUserEvent, WsUserEventsRequest, WsUserFills, WsUserFundings, WsUserFundingsRequest, WsUserNonFundingLedgerUpdates, WsUserNonFundingLedgerUpdatesRequest, WsUserTwapHistory, WsUserTwapHistoryRequest, WsUserTwapSliceFills, WsWebData2, WsWebData2Request } from "../types/mod.js";
|
|
3
|
+
/** @see https://github.com/microsoft/TypeScript/issues/13923#issuecomment-2191862501 */
|
|
4
|
+
type DeepImmutable<T> = {
|
|
5
|
+
readonly [K in keyof T]: DeepImmutable<T[K]>;
|
|
6
|
+
};
|
|
7
7
|
/** Parameters for the {@linkcode SubscriptionClient} constructor. */
|
|
8
8
|
export interface SubscriptionClientParameters<T extends ISubscriptionTransport = ISubscriptionTransport> {
|
|
9
9
|
/** The transport used to connect to the Hyperliquid API. */
|
|
10
10
|
transport: T;
|
|
11
11
|
}
|
|
12
|
-
/**
|
|
12
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.activeAssetCtx} method. */
|
|
13
13
|
export type EventActiveAssetCtxParameters = Omit<WsActiveAssetCtxRequest, "type">;
|
|
14
|
-
/**
|
|
15
|
-
export type EventActiveAssetDataParameters = Omit<
|
|
16
|
-
/**
|
|
17
|
-
export type WsAllMidsParameters = Omit<
|
|
18
|
-
/**
|
|
14
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.activeAssetData} method. */
|
|
15
|
+
export type EventActiveAssetDataParameters = Omit<ActiveAssetDataRequest, "type">;
|
|
16
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.allMids} method. */
|
|
17
|
+
export type WsAllMidsParameters = Omit<AllMidsRequest, "type">;
|
|
18
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.bbo} method. */
|
|
19
19
|
export type EventBboParameters = Omit<WsBboRequest, "type">;
|
|
20
|
-
/**
|
|
20
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.candle} method. */
|
|
21
21
|
export type EventCandleParameters = Omit<WsCandleRequest, "type">;
|
|
22
|
-
/**
|
|
23
|
-
export type EventL2BookParameters = Omit<
|
|
24
|
-
/**
|
|
22
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.l2Book} method. */
|
|
23
|
+
export type EventL2BookParameters = Omit<L2BookRequest, "type">;
|
|
24
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.notification} method. */
|
|
25
25
|
export type EventNotificationParameters = Omit<WsNotificationRequest, "type">;
|
|
26
|
-
/**
|
|
26
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.orderUpdates} method. */
|
|
27
27
|
export type EventOrderUpdatesParameters = Omit<WsOrderUpdatesRequest, "type">;
|
|
28
|
-
/**
|
|
28
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.trades} method. */
|
|
29
29
|
export type EventTradesParameters = Omit<WsTradesRequest, "type">;
|
|
30
|
-
/**
|
|
30
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userEvents} method. */
|
|
31
31
|
export type EventUserEventsParameters = Omit<WsUserEventsRequest, "type">;
|
|
32
|
-
/**
|
|
33
|
-
export type EventUserFillsParameters = Omit<
|
|
34
|
-
/**
|
|
32
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userFills} method. */
|
|
33
|
+
export type EventUserFillsParameters = Omit<UserFillsRequest, "type">;
|
|
34
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userFundings} method. */
|
|
35
35
|
export type EventUserFundingsParameters = Omit<WsUserFundingsRequest, "type">;
|
|
36
|
-
/**
|
|
36
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userNonFundingLedgerUpdates} method. */
|
|
37
37
|
export type EventUserNonFundingLedgerUpdatesParameters = Omit<WsUserNonFundingLedgerUpdatesRequest, "type">;
|
|
38
|
-
/**
|
|
38
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userTwapHistory} method. */
|
|
39
39
|
export type EventUserTwapHistory = Omit<WsUserTwapHistoryRequest, "type">;
|
|
40
|
-
/**
|
|
41
|
-
export type EventUserTwapSliceFills = Omit<
|
|
42
|
-
/**
|
|
40
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.userTwapSliceFills} method. */
|
|
41
|
+
export type EventUserTwapSliceFills = Omit<UserTwapSliceFillsRequest, "type">;
|
|
42
|
+
/** Subscription parameters for the {@linkcode SubscriptionClient.webData2} method. */
|
|
43
43
|
export type EventWebData2Parameters = Omit<WsWebData2Request, "type">;
|
|
44
44
|
/**
|
|
45
45
|
* Subscription client for subscribing to various Hyperliquid events.
|
|
@@ -62,9 +62,9 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
62
62
|
constructor(args: SubscriptionClientParameters<T>);
|
|
63
63
|
/**
|
|
64
64
|
* Subscribe to context updates for a specific perpetual asset.
|
|
65
|
-
* @param
|
|
66
|
-
* @param listener -
|
|
67
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
65
|
+
* @param params - Subscription-specific parameters.
|
|
66
|
+
* @param listener - A callback function to be called when the event is received.
|
|
67
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
68
68
|
*
|
|
69
69
|
* @throws {TransportError} When the transport layer throws an error.
|
|
70
70
|
*
|
|
@@ -76,17 +76,17 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
76
76
|
* const transport = new hl.WebSocketTransport();
|
|
77
77
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
78
78
|
*
|
|
79
|
-
* const sub = await subsClient.activeAssetCtx({ coin: "
|
|
79
|
+
* const sub = await subsClient.activeAssetCtx({ coin: "ETH" }, (data) => {
|
|
80
80
|
* console.log(data);
|
|
81
81
|
* });
|
|
82
82
|
* ```
|
|
83
83
|
*/
|
|
84
|
-
activeAssetCtx(
|
|
84
|
+
activeAssetCtx(params: DeepImmutable<EventActiveAssetCtxParameters>, listener: (data: WsActiveAssetCtx | WsActiveSpotAssetCtx) => void): Promise<Subscription>;
|
|
85
85
|
/**
|
|
86
86
|
* Subscribe to trading data updates for a specific asset and user.
|
|
87
|
-
* @param
|
|
88
|
-
* @param listener -
|
|
89
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
87
|
+
* @param params - Subscription-specific parameters.
|
|
88
|
+
* @param listener - A callback function to be called when the event is received.
|
|
89
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
90
90
|
*
|
|
91
91
|
* @throws {TransportError} When the transport layer throws an error.
|
|
92
92
|
*
|
|
@@ -98,16 +98,17 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
98
98
|
* const transport = new hl.WebSocketTransport();
|
|
99
99
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
100
100
|
*
|
|
101
|
-
* const sub = await subsClient.activeAssetData({ coin: "
|
|
101
|
+
* const sub = await subsClient.activeAssetData({ coin: "ETH", user: "0x..." }, (data) => {
|
|
102
102
|
* console.log(data);
|
|
103
103
|
* });
|
|
104
104
|
* ```
|
|
105
105
|
*/
|
|
106
|
-
activeAssetData(
|
|
106
|
+
activeAssetData(params: DeepImmutable<EventActiveAssetDataParameters>, listener: (data: ActiveAssetData) => void): Promise<Subscription>;
|
|
107
107
|
/**
|
|
108
108
|
* Subscribe to mid prices for all actively traded assets.
|
|
109
|
-
* @param
|
|
110
|
-
* @
|
|
109
|
+
* @param params - An optional subscription-specific parameters.
|
|
110
|
+
* @param listener - A callback function to be called when the event is received.
|
|
111
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
111
112
|
*
|
|
112
113
|
* @throws {TransportError} When the transport layer throws an error.
|
|
113
114
|
*
|
|
@@ -125,12 +126,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
125
126
|
* ```
|
|
126
127
|
*/
|
|
127
128
|
allMids(listener: (data: WsAllMids) => void): Promise<Subscription>;
|
|
128
|
-
allMids(
|
|
129
|
+
allMids(params: DeepImmutable<WsAllMidsParameters>, listener: (data: WsAllMids) => void): Promise<Subscription>;
|
|
129
130
|
/**
|
|
130
131
|
* Subscribe to best bid and offer updates for a specific asset.
|
|
131
|
-
* @param
|
|
132
|
-
* @param listener -
|
|
133
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
132
|
+
* @param params - Subscription-specific parameters.
|
|
133
|
+
* @param listener - A callback function to be called when the event is received.
|
|
134
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
134
135
|
*
|
|
135
136
|
* @throws {TransportError} When the transport layer throws an error.
|
|
136
137
|
*
|
|
@@ -142,17 +143,17 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
142
143
|
* const transport = new hl.WebSocketTransport();
|
|
143
144
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
144
145
|
*
|
|
145
|
-
* const sub = await subsClient.bbo({ coin: "
|
|
146
|
+
* const sub = await subsClient.bbo({ coin: "ETH" }, (data) => {
|
|
146
147
|
* console.log(data);
|
|
147
148
|
* });
|
|
148
149
|
* ```
|
|
149
150
|
*/
|
|
150
|
-
bbo(
|
|
151
|
+
bbo(params: DeepImmutable<EventBboParameters>, listener: (data: WsBbo) => void): Promise<Subscription>;
|
|
151
152
|
/**
|
|
152
153
|
* Subscribe to candlestick data updates for a specific asset.
|
|
153
|
-
* @param
|
|
154
|
-
* @param listener -
|
|
155
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
154
|
+
* @param params - Subscription-specific parameters.
|
|
155
|
+
* @param listener - A callback function to be called when the event is received.
|
|
156
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
156
157
|
*
|
|
157
158
|
* @throws {TransportError} When the transport layer throws an error.
|
|
158
159
|
*
|
|
@@ -164,16 +165,16 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
164
165
|
* const transport = new hl.WebSocketTransport();
|
|
165
166
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
166
167
|
*
|
|
167
|
-
* const sub = await subsClient.candle({ coin: "
|
|
168
|
+
* const sub = await subsClient.candle({ coin: "ETH", interval: "1h" }, (data) => {
|
|
168
169
|
* console.log(data);
|
|
169
170
|
* });
|
|
170
171
|
* ```
|
|
171
172
|
*/
|
|
172
|
-
candle(
|
|
173
|
+
candle(params: DeepImmutable<EventCandleParameters>, listener: (data: Candle) => void): Promise<Subscription>;
|
|
173
174
|
/**
|
|
174
175
|
* Subscribe to explorer block updates.
|
|
175
|
-
* @param listener -
|
|
176
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
176
|
+
* @param listener - A callback function to be called when the event is received.
|
|
177
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
177
178
|
* @note Make sure the endpoint in the {@link transport} supports this method.
|
|
178
179
|
*
|
|
179
180
|
* @throws {TransportError} When the transport layer throws an error.
|
|
@@ -194,8 +195,8 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
194
195
|
explorerBlock(listener: (data: WsBlockDetails[]) => void): Promise<Subscription>;
|
|
195
196
|
/**
|
|
196
197
|
* Subscribe to explorer transaction updates.
|
|
197
|
-
* @param listener -
|
|
198
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
198
|
+
* @param listener - A callback function to be called when the event is received.
|
|
199
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
199
200
|
* @note Make sure the endpoint in the {@link transport} supports this method.
|
|
200
201
|
*
|
|
201
202
|
* @throws {TransportError} When the transport layer throws an error.
|
|
@@ -216,9 +217,9 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
216
217
|
explorerTxs(listener: (data: TxDetails[]) => void): Promise<Subscription>;
|
|
217
218
|
/**
|
|
218
219
|
* Subscribe to L2 order book updates for a specific asset.
|
|
219
|
-
* @param
|
|
220
|
-
* @param listener -
|
|
221
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
220
|
+
* @param params - Subscription-specific parameters.
|
|
221
|
+
* @param listener - A callback function to be called when the event is received.
|
|
222
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
222
223
|
*
|
|
223
224
|
* @throws {TransportError} When the transport layer throws an error.
|
|
224
225
|
*
|
|
@@ -230,17 +231,17 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
230
231
|
* const transport = new hl.WebSocketTransport();
|
|
231
232
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
232
233
|
*
|
|
233
|
-
* const sub = await subsClient.l2Book({ coin: "
|
|
234
|
+
* const sub = await subsClient.l2Book({ coin: "ETH" }, (data) => {
|
|
234
235
|
* console.log(data);
|
|
235
236
|
* });
|
|
236
237
|
* ```
|
|
237
238
|
*/
|
|
238
|
-
l2Book(
|
|
239
|
+
l2Book(params: DeepImmutable<EventL2BookParameters>, listener: (data: Book) => void): Promise<Subscription>;
|
|
239
240
|
/**
|
|
240
241
|
* Subscribe to notification updates for a specific user.
|
|
241
|
-
* @param
|
|
242
|
-
* @param listener -
|
|
243
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
242
|
+
* @param params - Subscription-specific parameters.
|
|
243
|
+
* @param listener - A callback function to be called when the event is received.
|
|
244
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
244
245
|
*
|
|
245
246
|
* @throws {TransportError} When the transport layer throws an error.
|
|
246
247
|
*
|
|
@@ -257,12 +258,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
257
258
|
* });
|
|
258
259
|
* ```
|
|
259
260
|
*/
|
|
260
|
-
notification(
|
|
261
|
+
notification(params: DeepImmutable<EventNotificationParameters>, listener: (data: WsNotification) => void): Promise<Subscription>;
|
|
261
262
|
/**
|
|
262
263
|
* Subscribe to order status updates for a specific user.
|
|
263
|
-
* @param
|
|
264
|
-
* @param listener -
|
|
265
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
264
|
+
* @param params - Subscription-specific parameters.
|
|
265
|
+
* @param listener - A callback function to be called when the event is received.
|
|
266
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
266
267
|
*
|
|
267
268
|
* @throws {TransportError} When the transport layer throws an error.
|
|
268
269
|
*
|
|
@@ -279,12 +280,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
279
280
|
* });
|
|
280
281
|
* ```
|
|
281
282
|
*/
|
|
282
|
-
orderUpdates(
|
|
283
|
+
orderUpdates(params: DeepImmutable<EventOrderUpdatesParameters>, listener: (data: OrderStatus<Order>[]) => void): Promise<Subscription>;
|
|
283
284
|
/**
|
|
284
285
|
* Subscribe to real-time trade updates for a specific asset.
|
|
285
|
-
* @param
|
|
286
|
-
* @param listener -
|
|
287
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
286
|
+
* @param params - Subscription-specific parameters.
|
|
287
|
+
* @param listener - A callback function to be called when the event is received.
|
|
288
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
288
289
|
*
|
|
289
290
|
* @throws {TransportError} When the transport layer throws an error.
|
|
290
291
|
*
|
|
@@ -296,17 +297,17 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
296
297
|
* const transport = new hl.WebSocketTransport();
|
|
297
298
|
* const subsClient = new hl.SubscriptionClient({ transport });
|
|
298
299
|
*
|
|
299
|
-
* const sub = await subsClient.trades({ coin: "
|
|
300
|
+
* const sub = await subsClient.trades({ coin: "ETH" }, (data) => {
|
|
300
301
|
* console.log(data);
|
|
301
302
|
* });
|
|
302
303
|
* ```
|
|
303
304
|
*/
|
|
304
|
-
trades(
|
|
305
|
+
trades(params: DeepImmutable<EventTradesParameters>, listener: (data: WsTrade[]) => void): Promise<Subscription>;
|
|
305
306
|
/**
|
|
306
307
|
* Subscribe to non-order events for a specific user.
|
|
307
|
-
* @param
|
|
308
|
-
* @param listener -
|
|
309
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
308
|
+
* @param params - Subscription-specific parameters.
|
|
309
|
+
* @param listener - A callback function to be called when the event is received.
|
|
310
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
310
311
|
* @note Different subscriptions cannot be distinguished from each other.
|
|
311
312
|
*
|
|
312
313
|
* @throws {TransportError} When the transport layer throws an error.
|
|
@@ -324,12 +325,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
324
325
|
* });
|
|
325
326
|
* ```
|
|
326
327
|
*/
|
|
327
|
-
userEvents(
|
|
328
|
+
userEvents(params: DeepImmutable<EventUserEventsParameters>, listener: (data: WsUserEvent) => void): Promise<Subscription>;
|
|
328
329
|
/**
|
|
329
330
|
* Subscribe to trade fill updates for a specific user.
|
|
330
|
-
* @param
|
|
331
|
-
* @param listener -
|
|
332
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
331
|
+
* @param params - Subscription-specific parameters.
|
|
332
|
+
* @param listener - A callback function to be called when the event is received.
|
|
333
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
333
334
|
*
|
|
334
335
|
* @throws {TransportError} When the transport layer throws an error.
|
|
335
336
|
*
|
|
@@ -346,12 +347,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
346
347
|
* });
|
|
347
348
|
* ```
|
|
348
349
|
*/
|
|
349
|
-
userFills(
|
|
350
|
+
userFills(params: DeepImmutable<EventUserFillsParameters>, listener: (data: WsUserFills) => void): Promise<Subscription>;
|
|
350
351
|
/**
|
|
351
352
|
* Subscribe to funding payment updates for a specific user.
|
|
352
|
-
* @param
|
|
353
|
-
* @param listener -
|
|
354
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
353
|
+
* @param params - Subscription-specific parameters.
|
|
354
|
+
* @param listener - A callback function to be called when the event is received.
|
|
355
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
355
356
|
*
|
|
356
357
|
* @throws {TransportError} When the transport layer throws an error.
|
|
357
358
|
*
|
|
@@ -368,12 +369,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
368
369
|
* });
|
|
369
370
|
* ```
|
|
370
371
|
*/
|
|
371
|
-
userFundings(
|
|
372
|
+
userFundings(params: DeepImmutable<EventUserFundingsParameters>, listener: (data: WsUserFundings) => void): Promise<Subscription>;
|
|
372
373
|
/**
|
|
373
374
|
* Subscribe to non-funding ledger updates for a specific user.
|
|
374
|
-
* @param
|
|
375
|
-
* @param listener -
|
|
376
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
375
|
+
* @param params - Subscription-specific parameters.
|
|
376
|
+
* @param listener - A callback function to be called when the event is received.
|
|
377
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
377
378
|
*
|
|
378
379
|
* @throws {TransportError} When the transport layer throws an error.
|
|
379
380
|
*
|
|
@@ -390,12 +391,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
390
391
|
* });
|
|
391
392
|
* ```
|
|
392
393
|
*/
|
|
393
|
-
userNonFundingLedgerUpdates(
|
|
394
|
+
userNonFundingLedgerUpdates(params: DeepImmutable<EventUserNonFundingLedgerUpdatesParameters>, listener: (data: WsUserNonFundingLedgerUpdates) => void): Promise<Subscription>;
|
|
394
395
|
/**
|
|
395
396
|
* Subscribe to TWAP order history updates for a specific user.
|
|
396
|
-
* @param
|
|
397
|
-
* @param listener -
|
|
398
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
397
|
+
* @param params - Subscription-specific parameters.
|
|
398
|
+
* @param listener - A callback function to be called when the event is received.
|
|
399
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
399
400
|
*
|
|
400
401
|
* @throws {TransportError} When the transport layer throws an error.
|
|
401
402
|
*
|
|
@@ -412,12 +413,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
412
413
|
* });
|
|
413
414
|
* ```
|
|
414
415
|
*/
|
|
415
|
-
userTwapHistory(
|
|
416
|
+
userTwapHistory(params: DeepImmutable<EventUserTwapHistory>, listener: (data: WsUserTwapHistory) => void): Promise<Subscription>;
|
|
416
417
|
/**
|
|
417
418
|
* Subscribe to TWAP execution updates for a specific user.
|
|
418
|
-
* @param
|
|
419
|
-
* @param listener -
|
|
420
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
419
|
+
* @param params - Subscription-specific parameters.
|
|
420
|
+
* @param listener - A callback function to be called when the event is received.
|
|
421
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
421
422
|
*
|
|
422
423
|
* @throws {TransportError} When the transport layer throws an error.
|
|
423
424
|
*
|
|
@@ -434,12 +435,12 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
434
435
|
* });
|
|
435
436
|
* ```
|
|
436
437
|
*/
|
|
437
|
-
userTwapSliceFills(
|
|
438
|
+
userTwapSliceFills(params: DeepImmutable<EventUserTwapSliceFills>, listener: (data: WsUserTwapSliceFills) => void): Promise<Subscription>;
|
|
438
439
|
/**
|
|
439
440
|
* Subscribe to comprehensive user and market data updates.
|
|
440
|
-
* @param
|
|
441
|
-
* @param listener -
|
|
442
|
-
* @returns A promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
441
|
+
* @param params - Subscription-specific parameters.
|
|
442
|
+
* @param listener - A callback function to be called when the event is received.
|
|
443
|
+
* @returns A request-promise that resolves with a {@link Subscription} object to manage the subscription lifecycle.
|
|
443
444
|
*
|
|
444
445
|
* @throws {TransportError} When the transport layer throws an error.
|
|
445
446
|
*
|
|
@@ -456,7 +457,8 @@ export declare class SubscriptionClient<T extends ISubscriptionTransport = ISubs
|
|
|
456
457
|
* });
|
|
457
458
|
* ```
|
|
458
459
|
*/
|
|
459
|
-
webData2(
|
|
460
|
+
webData2(params: DeepImmutable<EventWebData2Parameters>, listener: (data: WsWebData2) => void): Promise<Subscription>;
|
|
460
461
|
[Symbol.asyncDispose](): Promise<void>;
|
|
461
462
|
}
|
|
463
|
+
export {};
|
|
462
464
|
//# sourceMappingURL=subscription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../src/src/clients/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,KAAK,EACR,
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../src/src/clients/subscription.ts"],"names":[],"mappings":"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"}
|