Skip to content

Commit c986c85

Browse files
authored
Merge pull request #25 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents af93979 + 998f939 commit c986c85

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

api.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43392,6 +43392,17 @@ components:
4339243392
durationSeconds:
4339343393
description: The length of time in seconds to complete a staking period.
4339443394
type: integer
43395+
StakingDelegationProperties:
43396+
type: object
43397+
properties:
43398+
delegationCycle:
43399+
allOf:
43400+
- $ref: '#/components/schemas/IntegerString'
43401+
description: The number of cycles this delegation will be active.
43402+
endBurnBlockHeight:
43403+
allOf:
43404+
- $ref: '#/components/schemas/IntegerString'
43405+
description: The end burn block height for this delegation.
4339543406
StakingDelegation:
4339643407
type: object
4339743408
properties:
@@ -43437,6 +43448,10 @@ components:
4343743448
unstakingMin:
4343843449
description: The minimum amount needed to unstake from the delegation.
4343943450
type: string
43451+
properties:
43452+
allOf:
43453+
- $ref: '#/components/schemas/StakingDelegationProperties'
43454+
type: object
4344043455
EthStakingDelegation:
4344143456
title: ETH
4344243457
allOf:
@@ -44268,6 +44283,10 @@ components:
4426844283
allOf:
4426944284
- $ref: '#/components/schemas/IntegerString'
4427044285
description: The sum of the amounts of all confirmed staking transactions in this request.
44286+
delegationCycle:
44287+
allOf:
44288+
- $ref: '#/components/schemas/IntegerString'
44289+
description: The number of cycles this staking request will be active.
4427144290
required:
4427244291
- id
4427344292
- requestingUserId

0 commit comments

Comments
 (0)