Skip to content

Commit f9327fc

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 622ea30 commit f9327fc

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

api.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32300,6 +32300,17 @@ components:
3230032300
max: '20384805835211'
3230132301
min: '1000000000000'
3230232302
multipleDelegations: false
32303+
EnterpriseStakeableCoinsResultExample:
32304+
summary: Enterprise Stakeable Coins Result Example
32305+
value:
32306+
- symbol: tmatic
32307+
disclaimer:
32308+
staking:
32309+
rewardPercentageRate: '4.2'
32310+
- symbol: gteth
32311+
disclaimer:
32312+
staking:
32313+
rewardPercentageRate: '6.5100'
3230332314
EthDelegationResultsExample:
3230432315
summary: Ethereum Delegation Results Example
3230532316
value:
@@ -40151,6 +40162,35 @@ components:
4015140162
anyOf:
4015240163
- $ref: '#/components/schemas/WhitelistedAddressValue'
4015340164
- $ref: '#/components/schemas/NonWhitelistedAddressValue'
40165+
DisclaimerAttributes:
40166+
type: object
40167+
properties:
40168+
staking:
40169+
type: object
40170+
properties:
40171+
info:
40172+
type: array
40173+
items:
40174+
type: string
40175+
transactionsNeeded:
40176+
type: number
40177+
stakeWarmupPeriodDesc:
40178+
type: string
40179+
rewardPercentageRate:
40180+
type: string
40181+
rewardsCompounding:
40182+
type: boolean
40183+
unstaking:
40184+
type: object
40185+
properties:
40186+
info:
40187+
type: array
40188+
items:
40189+
type: string
40190+
transactionsNeeded:
40191+
type: number
40192+
unStakeCooldownPeriodDesc:
40193+
type: string
4015440194
DisputeClosure:
4015540195
title: DisputeClosure
4015640196
type: object
@@ -53764,6 +53804,8 @@ components:
5376453804
type: boolean
5376553805
l1Chain:
5376653806
type: string
53807+
disclaimer:
53808+
$ref: '#/components/schemas/DisclaimerAttributes'
5376753809
StakeableCoinsResult:
5376853810
title: Stakeable coins
5376953811
type: object

0 commit comments

Comments
 (0)