v3.5.1: feat() add support for V5 public & private websockets

This commit is contained in:
tiagosiebler
2023-02-24 15:59:05 +00:00
parent fad12f460f
commit 0a1cc4ed2b
6 changed files with 358 additions and 113 deletions

View File

@@ -11,7 +11,8 @@ export type APIMarket =
| 'unifiedPerp'
| 'unifiedOption'
| 'contractUSDT'
| 'contractInverse';
| 'contractInverse'
| 'v5';
// Same as inverse futures
export type WsPublicInverseTopic =