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
description: For transaction request full, the current state must be "pendingApproval" or "pendingDelivery". For transaction request lite, the current state must be "pendingApproval", "pendingUserCommitment", "pendingUserGShare", "pendingUserRShare", or "pendingUserSignature".
25974
+
cancellationReason:
25975
+
type: string
25976
+
description: The reason for the cancellation
25865
25977
required:
25866
25978
- state
25867
25979
responses:
@@ -26910,6 +27022,7 @@ paths:
26910
27022
- Frankfurt DE Trust
26911
27023
- BitGo Singapore
26912
27024
- BitGo Korea
27025
+
- BitGo Mena Fze
26913
27026
- BitGo Sister Trust 1
26914
27027
responses:
26915
27028
'200':
@@ -27013,6 +27126,7 @@ paths:
27013
27126
- Frankfurt DE Trust
27014
27127
- BitGo Singapore
27015
27128
- BitGo Korea
27129
+
- BitGo Mena Fze
27016
27130
- BitGo Sister Trust 1
27017
27131
responses:
27018
27132
'200':
@@ -29743,6 +29857,9 @@ components:
29743
29857
allOf:
29744
29858
- $ref: '#/components/schemas/OAuthProvider'
29745
29859
description: Log in Method of the enterprise *
29860
+
optOutOfPoints:
29861
+
type: boolean
29862
+
description: Opt Out of Points System Flag
29746
29863
required:
29747
29864
- id
29748
29865
- name
@@ -29834,6 +29951,7 @@ components:
29834
29951
- Frankfurt DE Trust
29835
29952
- BitGo Singapore
29836
29953
- BitGo Korea
29954
+
- BitGo Mena Fze
29837
29955
- BitGo Sister Trust 1
29838
29956
- BitGo Inc
29839
29957
Policy:
@@ -46251,6 +46369,7 @@ components:
46251
46369
- Frankfurt DE Trust
46252
46370
- BitGo Singapore
46253
46371
- BitGo Korea
46372
+
- BitGo Mena Fze
46254
46373
- BitGo Sister Trust 1
46255
46374
- BitGo Inc
46256
46375
entries:
@@ -47144,6 +47263,45 @@ components:
47144
47263
enum:
47145
47264
- cashaddr
47146
47265
- base58
47266
+
AddressWithBalanceQueryResult:
47267
+
title: AddressWithBalanceQueryResult
47268
+
type: object
47269
+
description: Represents the result of a query for addresses with balances. This structure contains the details of a set of addresses, their associated balances, and pagination information about the query results.
47270
+
properties:
47271
+
coin:
47272
+
allOf:
47273
+
- $ref: '#/components/schemas/CoinString'
47274
+
description: The coin associated with the address balances
47275
+
page:
47276
+
type: number
47277
+
description: The current page number
47278
+
totalAddressCount:
47279
+
type: number
47280
+
description: Total number of addresses present
47281
+
totalPages:
47282
+
type: number
47283
+
description: Total number of pages available for pagination
47284
+
addresses:
47285
+
type: array
47286
+
items:
47287
+
type: object
47288
+
properties:
47289
+
address:
47290
+
type: string
47291
+
description: The address itself
47292
+
balance:
47293
+
allOf:
47294
+
- $ref: '#/components/schemas/TrimmedBalance1'
47295
+
description: The balance associated with the address
47296
+
required:
47297
+
- address
47298
+
- balance
47299
+
description: List of addresses with their balances
0 commit comments