From f085188a17d5ca8e8f5bec1cd0c53fe54b528bb6 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:58:23 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api.yaml b/api.yaml index 8ee36d0..1d0fa58 100644 --- a/api.yaml +++ b/api.yaml @@ -67048,6 +67048,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: From 3c10b45bcd603f18e9eae35e883a635cb12160fc Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 20:58:52 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/api.yaml b/api.yaml index 1d0fa58..e27d386 100644 --- a/api.yaml +++ b/api.yaml @@ -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: @@ -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: