unified margin support for ws

This commit is contained in:
tiagosiebler
2022-09-16 17:06:27 +01:00
parent 6fbaf7c80a
commit 350ed53a65
6 changed files with 128 additions and 241 deletions

View File

@@ -7,7 +7,9 @@ export type APIMarket =
| 'spot'
| 'spotv3'
| 'usdcOption'
| 'usdcPerp';
| 'usdcPerp'
| 'unifiedPerp'
| 'unifiedOption';
// Same as inverse futures
export type WsPublicInverseTopic =