Skip to content

Commit 2477681

Browse files
Merge pull request #254 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents 9ce9b4b + 20d5b6a commit 2477681

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

api.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22928,6 +22928,7 @@ paths:
2292822928
- $ref: '#/components/schemas/SeiUnStakingRequestPOSTBody'
2292922929
- $ref: '#/components/schemas/SolStakingRequestPOSTBody'
2293022930
- $ref: '#/components/schemas/SolUnStakingRequestPOSTBody'
22931+
- $ref: '#/components/schemas/SomiStakingRequestPOSTBody'
2293122932
- $ref: '#/components/schemas/StxStakingRequestPOSTBody'
2293222933
- $ref: '#/components/schemas/StxUnStakingRequestPOSTBody'
2293322934
- $ref: '#/components/schemas/SuiStakingRequestPOSTBody'
@@ -23055,6 +23056,8 @@ paths:
2305523056
$ref: '#/components/examples/SolStakingRequestPOSTBodyExample'
2305623057
SolUnStakingRequestPOSTBodyExample:
2305723058
$ref: '#/components/examples/SolUnStakingRequestPOSTBodyExample'
23059+
SomiStakingRequestPOSTBodyExample:
23060+
$ref: '#/components/examples/SomiStakingRequestPOSTBodyExample'
2305823061
StxStakingRequestPOSTBodyExample:
2305923062
$ref: '#/components/examples/StxStakingRequestPOSTBodyExample'
2306023063
StxUnStakingRequestPOSTBodyExample:
@@ -23134,6 +23137,7 @@ paths:
2313423137
- $ref: '#/components/schemas/RethRocketStakingRequest'
2313523138
- $ref: '#/components/schemas/SeiStakingRequest'
2313623139
- $ref: '#/components/schemas/SolStakingRequest'
23140+
- $ref: '#/components/schemas/SomiStakingRequest'
2313723141
- $ref: '#/components/schemas/StxStakingRequest'
2313823142
- $ref: '#/components/schemas/SuiStakingRequest'
2313923143
- $ref: '#/components/schemas/SuiWalStakingRequest'
@@ -23607,6 +23611,7 @@ paths:
2360723611
- $ref: '#/components/schemas/MaticStakingRequest'
2360823612
- $ref: '#/components/schemas/NearStakingRequest'
2360923613
- $ref: '#/components/schemas/SolStakingRequest'
23614+
- $ref: '#/components/schemas/SomiStakingRequest'
2361023615
- $ref: '#/components/schemas/StxStakingRequest'
2361123616
- $ref: '#/components/schemas/TaoStakingRequest'
2361223617
- $ref: '#/components/schemas/TonStakingRequest'
@@ -37051,6 +37056,13 @@ components:
3705137056
max: '0'
3705237057
min: '0'
3705337058
multipleDelegations: false
37059+
SomiStakingRequestPOSTBodyExample:
37060+
summary: Somi Staking Request POST Body Example
37061+
value:
37062+
clientId: e055adbc-66a3-4ccd-9a9d-726a05bca0cf
37063+
amount: '5000000000000000000'
37064+
type: STAKE
37065+
validator: '0x1234567890123456789012345678901234567890'
3705437066
StakeableCoinsResultExample:
3705537067
summary: Stakeable Coins Result Example
3705637068
value:
@@ -42852,6 +42864,7 @@ components:
4285242864
- POLYX
4285342865
- RETH-ROCKET
4285442866
- SEI
42867+
- SOMI
4285542868
- SOL
4285642869
- STX
4285742870
- SUI
@@ -59839,6 +59852,37 @@ components:
5983959852
- liabilities
5984059853
- reserves
5984159854
- ratios
59855+
SomiStakingRequest:
59856+
title: SOMI
59857+
allOf:
59858+
- $ref: '#/components/schemas/StakingRequest'
59859+
type: object
59860+
properties:
59861+
delegations:
59862+
type: array
59863+
minItems: 1
59864+
maxItems: 500
59865+
items:
59866+
$ref: '#/components/schemas/StakingDelegation'
59867+
transactions:
59868+
type: array
59869+
minItems: 1
59870+
maxItems: 500
59871+
items:
59872+
$ref: '#/components/schemas/StakingTransaction'
59873+
amount:
59874+
description: Amount to stake in base units.
59875+
type: string
59876+
validatorAddress:
59877+
description: The validator address to delegate to.
59878+
type: string
59879+
required:
59880+
- validatorAddress
59881+
SomiStakingRequestPOSTBody:
59882+
title: SOMI stake
59883+
allOf:
59884+
- $ref: '#/components/schemas/StakingRequestPOSTBody'
59885+
type: object
5984259886
SpendingLimits:
5984359887
type: object
5984459888
additionalProperties:
@@ -60314,6 +60358,7 @@ components:
6031460358
- $ref: '#/components/schemas/CosmosLikeStakingRequest'
6031560359
- $ref: '#/components/schemas/AtomStakingRequest'
6031660360
- $ref: '#/components/schemas/SolStakingRequest'
60361+
- $ref: '#/components/schemas/SomiStakingRequest'
6031760362
- $ref: '#/components/schemas/DotStakingRequest'
6031860363
- $ref: '#/components/schemas/WflrStakingRequest'
6031960364
StakingRequestsResponse:

0 commit comments

Comments
 (0)