You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+83-31Lines changed: 83 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,14 @@ paths:
247
247
enum:
248
248
- 'true'
249
249
- 'false'
250
+
- name: includeBalance
251
+
description: Omit trying to fetch the wallet balance
252
+
in: query
253
+
schema:
254
+
type: string
255
+
enum:
256
+
- 'true'
257
+
- 'false'
250
258
- name: coin
251
259
in: path
252
260
required: true
@@ -801,6 +809,7 @@ paths:
801
809
type: string
802
810
enum:
803
811
- admin
812
+
- auditor
804
813
videoIdUser:
805
814
type: boolean
806
815
invite:
@@ -26257,6 +26266,14 @@ paths:
26257
26266
enum:
26258
26267
- 'true'
26259
26268
- 'false'
26269
+
- name: includeBalance
26270
+
description: Omit trying to fetch the wallet balance
26271
+
in: query
26272
+
schema:
26273
+
type: string
26274
+
enum:
26275
+
- 'true'
26276
+
- 'false'
26260
26277
- name: walletId
26261
26278
in: path
26262
26279
required: true
@@ -32611,19 +32628,24 @@ components:
32611
32628
addresses:
32612
32629
type: array
32613
32630
items:
32614
-
type: object
32615
-
properties:
32616
-
address:
32617
-
type: string
32618
-
description: The address itself
32619
-
balance:
32620
-
allOf:
32621
-
- $ref: '#/components/schemas/TrimmedBalance'
32622
-
description: The balance associated with the address
32623
-
required:
32624
-
- address
32625
-
- balance
32626
-
description: List of addresses with their balances
32631
+
allOf:
32632
+
- type: object
32633
+
properties:
32634
+
chain:
32635
+
$ref: '#/components/schemas/AddressChain'
32636
+
coin:
32637
+
$ref: '#/components/schemas/CoinString'
32638
+
index:
32639
+
type: number
32640
+
wallet:
32641
+
type: string
32642
+
required:
32643
+
- chain
32644
+
- coin
32645
+
- index
32646
+
- wallet
32647
+
- $ref: '#/components/schemas/BaseWalletAddress'
32648
+
description: List of addresses with their balances and other fields
32627
32649
message:
32628
32650
type: string
32629
32651
description: Optional message from the response
@@ -32765,6 +32787,7 @@ components:
32765
32787
- lucid
32766
32788
- wlf
32767
32789
- walrus
32790
+
- mtgox
32768
32791
Agreements:
32769
32792
title: Agreements
32770
32793
type: object
@@ -37228,6 +37251,12 @@ components:
37228
37251
type: array
37229
37252
items:
37230
37253
$ref: '#/components/schemas/AuditableItem'
37254
+
EnterpriseMember:
37255
+
title: EnterpriseMember
37256
+
type: string
37257
+
enum:
37258
+
- member
37259
+
description: 'This type represents the member permission that can be assigned to a user when adding them to an enterprise 1. ''member'': Receive invitations to wallets'
37231
37260
EnterprisePermission:
37232
37261
type: string
37233
37262
enum:
@@ -37408,12 +37437,18 @@ components:
37408
37437
type: boolean
37409
37438
description: true, if multiple values can be provided, i.e. as a list of values. When false only one value can be provided, i.e. a list with more than one element will be rejected.
37410
37439
example: true
37411
-
EnterpriseUserRole:
37412
-
title: EnterpriseUserRole
37440
+
EnterpriseUserPermission:
37441
+
title: EnterpriseUserPermission
37413
37442
type: string
37414
37443
enum:
37415
37444
- admin
37416
-
- member
37445
+
- auditor
37446
+
description: 'This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. ''admin'': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. ''auditor'': View audit logs across the enterprise, Receive invitations to wallets'
description: The permissions associated with the update
44986
45031
userId:
44987
45032
type: string
@@ -45105,6 +45150,7 @@ components:
45105
45150
type: string
45106
45151
enum:
45107
45152
- admin
45153
+
- auditor
45108
45154
description: The permissions associated with the invite
45109
45155
userId:
45110
45156
type: string
@@ -52923,6 +52969,10 @@ components:
52923
52969
type: array
52924
52970
items:
52925
52971
type: string
52972
+
enum:
52973
+
- admin
52974
+
- auditor
52975
+
description: 'This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. ''admin'': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. ''auditor'': View audit logs across the enterprise, Receive invitations to wallets'
52926
52976
id:
52927
52977
type: string
52928
52978
beneficialOwner:
@@ -55061,6 +55111,7 @@ components:
55061
55111
- view
55062
55112
- freeze
55063
55113
- trade
55114
+
description: 'This type represents the permissions that can be assigned to a user when adding them to a wallet 1. ''admin'': add/remove wallet policies, add/remove wallet users, approve/reject wallet pending approvals, withdraw assets from wallet, generate new receive addresses, view all balances and transactions 2. ''spend'': withdraw assets from wallet, generate new receive addresses, view all balances and transactions 3. ''view'': generate new receive addresses, view all balances and transactions 4. ''freeze'': 5. ''trade'': trade on a wallet - applicable only for trading wallets'
55064
55115
recoverable:
55065
55116
type: boolean
55066
55117
user:
@@ -55912,6 +55963,7 @@ components:
55912
55963
- view
55913
55964
- freeze
55914
55965
- trade
55966
+
description: 'This type represents the permissions that can be assigned to a user when adding them to a wallet 1. ''admin'': add/remove wallet policies, add/remove wallet users, approve/reject wallet pending approvals, withdraw assets from wallet, generate new receive addresses, view all balances and transactions 2. ''spend'': withdraw assets from wallet, generate new receive addresses, view all balances and transactions 3. ''view'': generate new receive addresses, view all balances and transactions 4. ''freeze'': 5. ''trade'': trade on a wallet - applicable only for trading wallets'
0 commit comments