Skip to content

Commit a89a01f

Browse files
authored
Merge pull request #326 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents b0761e2 + ef04246 commit a89a01f

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

api.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32317,7 +32317,7 @@ components:
3231732317
amount: '50000000000000'
3231832318
type: STAKE
3231932319
validator: NodeID-9bAbQj1s9qEuC4QyF4u7ZqPzKLvr7dVW7
32320-
durationDays: 30
32320+
duration: 30
3232132321
FlrPStakingRequestWithoutDelegationsExample:
3232232322
summary: FLRP Staking Request Example
3232332323
value:
@@ -32335,7 +32335,7 @@ components:
3233532335
createdDate: 2025-09-08T14:00:00.000Z
3233632336
amount: '50000000000000'
3233732337
validator: NodeID-9bAbQj1s9qEuC4QyF4u7ZqPzKLvr7dVW7
32338-
durationDays: 30
32338+
duration: 30
3233932339
rewardAddress: '0x742d35Cc6634C0532925a3b844Bc454e4438f44e'
3234032340
HashStakingRequestPOSTBodyExample:
3234132341
summary: Hash Staking Request POST Body Example
@@ -48347,15 +48347,15 @@ components:
4834748347
type: string
4834848348
validator:
4834948349
type: string
48350-
durationDays:
48350+
duration:
4835148351
description: The staking duration in days (14-365).
4835248352
type: integer
4835348353
rewardAddress:
4835448354
description: The C-Chain address where rewards will be sent.
4835548355
type: string
4835648356
required:
4835748357
- validator
48358-
- durationDays
48358+
- duration
4835948359
FlrPStakingRequestPOSTBody:
4836048360
title: FLRP stake
4836148361
description: |
@@ -48383,7 +48383,7 @@ components:
4838348383
description: P-Chain validator NodeID to delegate to.
4838448384
type: string
4838548385
example: NodeID-9bAbQj1s9qEuC4QyF4u7ZqPzKLvr7dVW7
48386-
durationDays:
48386+
duration:
4838748387
description: The staking duration in days (14-365).
4838848388
type: integer
4838948389
minimum: 14
@@ -48392,7 +48392,7 @@ components:
4839248392
required:
4839348393
- amount
4839448394
- validator
48395-
- durationDays
48395+
- duration
4839648396
Freeze:
4839748397
title: Freeze
4839848398
type: object
@@ -65690,6 +65690,7 @@ components:
6569065690
enum:
6569165691
- MULTI_NOMINATOR_STAKE
6569265692
- SINGLE_NOMINATOR_STAKE
65693+
- TON_WHALES
6569365694
stakedTonObjectId:
6569465695
type: string
6569565696
nullable: true
@@ -65830,6 +65831,7 @@ components:
6583065831
enum:
6583165832
- MULTI_NOMINATOR_STAKE
6583265833
- SINGLE_NOMINATOR_STAKE
65834+
- TON_WHALES
6583365835
TonStakingRequestEntityProperties:
6583465836
title: TON staking request entity properties
6583565837
allOf:
@@ -65842,6 +65844,7 @@ components:
6584265844
enum:
6584365845
- MULTI_NOMINATOR_STAKE
6584465846
- SINGLE_NOMINATOR_STAKE
65847+
- TON_WHALES
6584565848
validator:
6584665849
type: string
6584765850
nullable: true
@@ -65859,6 +65862,7 @@ components:
6585965862
enum:
6586065863
- MULTI_NOMINATOR_STAKE
6586165864
- SINGLE_NOMINATOR_STAKE
65865+
- TON_WHALES
6586265866
default: MULTI_NOMINATOR_STAKE
6586365867
TonStakingTransactionProperties:
6586465868
title: TON Staking Transaction Properties
@@ -65872,6 +65876,7 @@ components:
6587265876
enum:
6587365877
- MULTI_NOMINATOR_STAKE
6587465878
- SINGLE_NOMINATOR_STAKE
65879+
- TON_WHALES
6587565880
TonStakingType:
6587665881
title: TonStakingType
6587765882
type: string
@@ -65921,6 +65926,7 @@ components:
6592165926
enum:
6592265927
- MULTI_NOMINATOR_STAKE
6592365928
- SINGLE_NOMINATOR_STAKE
65929+
- TON_WHALES
6592465930
singleNomWithdrawTime:
6592565931
type: string
6592665932
format: date-time

0 commit comments

Comments
 (0)