feat(): add new v5 user endpoints. add user examples.

This commit is contained in:
tiagosiebler
2023-06-09 14:21:36 +01:00
parent f739ec8550
commit 987b3f81d0
13 changed files with 239 additions and 0 deletions

View File

@@ -172,6 +172,8 @@ export interface PermissionsV5 {
Wallet?: string[];
Options?: string[];
Derivatives?: string[];
CopyTrading?: string[];
BlockTrade?: string[];
Exchange?: string[];
NFT?: string[];
}