Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49804,6 +49804,26 @@ components:
enum:
- custodialCold
- custodialHot
CustodyServicesAgreement:
type: object
description: Information about the signed custody services agreement
properties:
user:
$ref: '#/components/schemas/Id'
date:
type: string
format: date-time
description: The date when the agreement was signed
ip:
type: string
description: The IP address from which the agreement was signed
bitgoOrg:
allOf:
- $ref: '#/components/schemas/PlatformBitgoOrg'
- 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.
required:
- user
- date
CustomChangeKeySignatures:
type: object
properties:
Expand Down Expand Up @@ -62282,6 +62302,8 @@ components:
description: whether the enterprise has the license to create hot wallets
contract:
$ref: '#/components/schemas/PlatformEnterpriseContract'
custodyServicesAgreement:
$ref: '#/components/schemas/CustodyServicesAgreement'
emergencyPhone:
$ref: '#/components/schemas/EmergencyPhone'
ethFeeAddress:
Expand Down Expand Up @@ -67048,6 +67070,9 @@ components:
endTime:
description: The end time for validator participation (if applicable).
type: string
provider:
description: The validator provider enum used for staking.
type: string
StakingPartneredValidatorsResponse:
type: object
properties:
Expand Down