Skip to content

Commit d042a21

Browse files
authored
Merge pull request #271 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents b9c9484 + 3c10b45 commit d042a21

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

api.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49804,6 +49804,26 @@ components:
4980449804
enum:
4980549805
- custodialCold
4980649806
- custodialHot
49807+
CustodyServicesAgreement:
49808+
type: object
49809+
description: Information about the signed custody services agreement
49810+
properties:
49811+
user:
49812+
$ref: '#/components/schemas/Id'
49813+
date:
49814+
type: string
49815+
format: date-time
49816+
description: The date when the agreement was signed
49817+
ip:
49818+
type: string
49819+
description: The IP address from which the agreement was signed
49820+
bitgoOrg:
49821+
allOf:
49822+
- $ref: '#/components/schemas/PlatformBitgoOrg'
49823+
- description: The Trust entity for which the CSA was signed. Used to prevent switching custodians after signing. May be undefined for legacy agreements signed before this field was added.
49824+
required:
49825+
- user
49826+
- date
4980749827
CustomChangeKeySignatures:
4980849828
type: object
4980949829
properties:
@@ -62282,6 +62302,8 @@ components:
6228262302
description: whether the enterprise has the license to create hot wallets
6228362303
contract:
6228462304
$ref: '#/components/schemas/PlatformEnterpriseContract'
62305+
custodyServicesAgreement:
62306+
$ref: '#/components/schemas/CustodyServicesAgreement'
6228562307
emergencyPhone:
6228662308
$ref: '#/components/schemas/EmergencyPhone'
6228762309
ethFeeAddress:
@@ -67048,6 +67070,9 @@ components:
6704867070
endTime:
6704967071
description: The end time for validator participation (if applicable).
6705067072
type: string
67073+
provider:
67074+
description: The validator provider enum used for staking.
67075+
type: string
6705167076
StakingPartneredValidatorsResponse:
6705267077
type: object
6705367078
properties:

0 commit comments

Comments
 (0)