@@ -18970,52 +18970,6 @@ paths:
18970
18970
properties:
18971
18971
isValid:
18972
18972
type: boolean
18973
- /api/v2/{coin}/wallet/{walletId}/balances/staked:
18974
- get:
18975
- tags:
18976
- - Wallet
18977
- summary: Get staked balance data
18978
- description: Returns staking information about validator and staked amount for the current wallet. Currently only available for Casper and Stacks.
18979
- operationId: v2.wallet.staked
18980
- parameters:
18981
- - $ref: '#/components/parameters/pathCoin'
18982
- - $ref: '#/components/parameters/pathWalletId'
18983
- responses:
18984
- '200':
18985
- description: OK
18986
- content:
18987
- application/json:
18988
- schema:
18989
- $ref: '#/components/schemas/BalanceStaked'
18990
- '400':
18991
- description: Bad Request
18992
- content:
18993
- application/json:
18994
- schema:
18995
- $ref: '#/components/schemas/PlatformError3'
18996
- /api/v2/{coin}/wallet/{walletId}/balances/totalrewards:
18997
- get:
18998
- tags:
18999
- - Wallet
19000
- summary: Get total rewards data
19001
- description: Returns staking information receiving address and the total rewards received for the current wallet. Currently only available for Stacks.
19002
- operationId: v2.wallet.totalrewards
19003
- parameters:
19004
- - $ref: '#/components/parameters/pathCoin'
19005
- - $ref: '#/components/parameters/pathWalletId'
19006
- responses:
19007
- '200':
19008
- description: OK
19009
- content:
19010
- application/json:
19011
- schema:
19012
- $ref: '#/components/schemas/BalanceTotalRewards'
19013
- '400':
19014
- description: Bad Request
19015
- content:
19016
- application/json:
19017
- schema:
19018
- $ref: '#/components/schemas/PlatformError3'
19019
18973
/api/v2/{coin}/wallet/{walletId}/state:
19020
18974
get:
19021
18975
tags:
@@ -23845,6 +23799,7 @@ paths:
23845
23799
- adminCreateReport
23846
23800
- updateWalletApprovalsRequired
23847
23801
- custodialHotRetrySignTx
23802
+ - createUser
23848
23803
- name: userId
23849
23804
description: The user ID to filter by
23850
23805
in: query
@@ -32849,7 +32804,6 @@ components:
32849
32804
- $ref: '#/components/schemas/FiatAddress'
32850
32805
- $ref: '#/components/schemas/HederaAddress'
32851
32806
- $ref: '#/components/schemas/OffchainAddressSubdocument'
32852
- - $ref: '#/components/schemas/SilvergateUSDAddress'
32853
32807
- $ref: '#/components/schemas/SolAddress'
32854
32808
- $ref: '#/components/schemas/StacksAddress'
32855
32809
- $ref: '#/components/schemas/StellarAddress'
@@ -33846,6 +33800,7 @@ components:
33846
33800
- adminCreateReport
33847
33801
- updateWalletApprovalsRequired
33848
33802
- custodialHotRetrySignTx
33803
+ - createUser
33849
33804
AuditableItem:
33850
33805
type: object
33851
33806
properties:
@@ -34063,56 +34018,6 @@ components:
34063
34018
type: integer
34064
34019
description: the height of the block that provides the base values
34065
34020
example: 11228504
34066
- BalanceStaked:
34067
- type: array
34068
- items:
34069
- type: object
34070
- properties:
34071
- address:
34072
- allOf:
34073
- - type: string
34074
- - $ref: '#/components/schemas/AddressString3'
34075
- description: the address of the wallet
34076
- balances:
34077
- type: array
34078
- items:
34079
- type: object
34080
- description: an object containing of validators and the current staked amount
34081
- properties:
34082
- validator:
34083
- allOf:
34084
- - type: string
34085
- - $ref: '#/components/schemas/AddressString3'
34086
- description: the validator
34087
- staked_amount:
34088
- type: string
34089
- description: the amount delegated to the validator
34090
- example: '5000000000'
34091
- BalanceTotalRewards:
34092
- type: array
34093
- items:
34094
- type: object
34095
- properties:
34096
- address:
34097
- allOf:
34098
- - type: string
34099
- - $ref: '#/components/schemas/AddressString3'
34100
- description: the address of the wallet
34101
- rewards:
34102
- type: array
34103
- items:
34104
- type: object
34105
- description: an object containing the reward recipient address and the total rewards received
34106
- properties:
34107
- reward_recipient:
34108
- allOf:
34109
- - type: string
34110
- - $ref: '#/components/schemas/AddressString3'
34111
- description: the receiving address
34112
- reward_amount:
34113
- type: string
34114
- description: the total rewards received
34115
- example: '5000000000'
34116
34021
BankAccountCurrency:
34117
34022
title: BankAccountCurrency
34118
34023
description: |
@@ -34908,10 +34813,13 @@ components:
34908
34813
required:
34909
34814
- maxFeePerGas
34910
34815
- maxPriorityFeePerGas
34816
+ nextContractSequenceId:
34817
+ type: number
34911
34818
required:
34912
34819
- txHex
34913
34820
- txInfo
34914
34821
- recipients
34822
+ - nextContractSequenceId
34915
34823
BusinessModel:
34916
34824
title: BusinessModel
34917
34825
type: string
@@ -36476,8 +36384,6 @@ components:
36476
36384
properties:
36477
36385
signingBitgoOrg:
36478
36386
$ref: '#/components/schemas/BitgoOrg'
36479
- required:
36480
- - signingBitgoOrg
36481
36387
DistributedCustodyUpdateEnterprise:
36482
36388
type: object
36483
36389
description: Parameters associated with distributed custody enterprises. If you want to remove 'signingBitgoOrg', set it to null.
@@ -38832,7 +38738,7 @@ components:
38832
38738
- onchain
38833
38739
- tss
38834
38740
- blsdkg
38835
- description: If absent, BitGo uses the default wallet type for the asset. For Solana wallets, this parameter is required and must be set to 'tss'.
38741
+ description: If absent, BitGo uses the default wallet type for the asset.
38836
38742
type:
38837
38743
type: string
38838
38744
enum:
@@ -48468,28 +48374,6 @@ components:
48468
48374
- from
48469
48375
- to
48470
48376
- share
48471
- SilvergateUSDAddress:
48472
- title: Silvergate USD Address
48473
- type: object
48474
- properties:
48475
- bankAccountId:
48476
- type: string
48477
- bankAccount:
48478
- $ref: '#/components/schemas/BankAccountJson'
48479
- required:
48480
- - bankAccountId
48481
- SilvergateUSDWallet:
48482
- title: Silvergate USD Wallet
48483
- type: object
48484
- properties:
48485
- backingBankAccountId: {}
48486
- backingSENBankAccountId: {}
48487
- lastUsedNonce:
48488
- type: number
48489
- required:
48490
- - backingBankAccountId
48491
- - backingSENBankAccountId
48492
- - lastUsedNonce
48493
48377
SimulateEnterpriseWebhookResponseBody:
48494
48378
title: SimulateEnterpriseWebhookResponseBody
48495
48379
type: object
@@ -56851,7 +56735,6 @@ components:
56851
56735
- $ref: '#/components/schemas/HederaWallet'
56852
56736
- $ref: '#/components/schemas/NearWallet'
56853
56737
- $ref: '#/components/schemas/Offchain'
56854
- - $ref: '#/components/schemas/SilvergateUSDWallet'
56855
56738
- $ref: '#/components/schemas/StacksWallet'
56856
56739
- $ref: '#/components/schemas/TestcoinWallet'
56857
56740
- $ref: '#/components/schemas/TonWallet'
0 commit comments