Skip to content

Commit

Permalink
Merge pull request #25 from BitGo/update-bitgo-api-docs
Browse files Browse the repository at this point in the history
Update API reference on BitGo Developer Portal
  • Loading branch information
vmccarty authored Jan 7, 2025
2 parents af93979 + 998f939 commit c986c85
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43392,6 +43392,17 @@ components:
durationSeconds:
description: The length of time in seconds to complete a staking period.
type: integer
StakingDelegationProperties:
type: object
properties:
delegationCycle:
allOf:
- $ref: '#/components/schemas/IntegerString'
description: The number of cycles this delegation will be active.
endBurnBlockHeight:
allOf:
- $ref: '#/components/schemas/IntegerString'
description: The end burn block height for this delegation.
StakingDelegation:
type: object
properties:
Expand Down Expand Up @@ -43437,6 +43448,10 @@ components:
unstakingMin:
description: The minimum amount needed to unstake from the delegation.
type: string
properties:
allOf:
- $ref: '#/components/schemas/StakingDelegationProperties'
type: object
EthStakingDelegation:
title: ETH
allOf:
Expand Down Expand Up @@ -44268,6 +44283,10 @@ components:
allOf:
- $ref: '#/components/schemas/IntegerString'
description: The sum of the amounts of all confirmed staking transactions in this request.
delegationCycle:
allOf:
- $ref: '#/components/schemas/IntegerString'
description: The number of cycles this staking request will be active.
required:
- id
- requestingUserId
Expand Down

0 comments on commit c986c85

Please sign in to comment.