v3.7.2: fix() response type for v5 open interest endpoint
This commit is contained in:
@@ -219,7 +219,10 @@ export interface PublicTradeV5 {
|
||||
* - openInterest string Open interest
|
||||
* - timestamp string The timestamp (ms)
|
||||
*/
|
||||
export type OpenInterestV5 = [string, string];
|
||||
export type OpenInterestV5 = {
|
||||
openInterest: string;
|
||||
timestamp: string;
|
||||
};
|
||||
|
||||
export interface OpenInterestResponseV5 {
|
||||
category: 'linear' | 'inverse';
|
||||
|
||||
Reference in New Issue
Block a user