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
47 changes: 45 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44217,8 +44217,17 @@ components:
required:
- maxPriorityFeePerGas
- maxFeePerGas
required:
- label
evmKeyRingReferenceWalletId:
type: string
description: Optional reference wallet ID for EVM keyring child wallets. When provided, child wallets inherit properties from the parent wallet.
anyOf:
- not:
required:
- evmKeyRingReferenceWalletId
required:
- label
- required:
- evmKeyRingReferenceWalletId
CreateWebhookSecretResponse:
title: CreateWebhookSecretResponse
type: object
Expand Down Expand Up @@ -68369,6 +68378,23 @@ components:
type: string
example: 59cd72485007a239fb00282ed480da1f
pattern: ^[0-9a-f]{32}$
evmKeyRingReferenceWalletId:
type: string
description: Reference wallet ID for EVM keyring wallets (child wallets only)
example: 59cd72485007a239fb00282ed480da1f
pattern: ^[0-9a-f]{32}$
isParent:
type: boolean
description: Indicates if this wallet is a parent wallet in an EVM keyring setup
example: true
enabledChildChains:
type: array
example:
- tbsc
- tpolygon
items:
type: string
description: Array of enabled child chain names for parent EVM keyring wallets
organization:
type: string
bitgoOrg:
Expand Down Expand Up @@ -69237,6 +69263,23 @@ components:
type: string
example: 59cd72485007a239fb00282ed480da1f
pattern: ^[0-9a-f]{32}$
evmKeyRingReferenceWalletId:
type: string
description: Reference wallet ID for EVM keyring wallets (child wallets only)
example: 59cd72485007a239fb00282ed480da1f
pattern: ^[0-9a-f]{32}$
isParent:
type: boolean
description: Indicates if this wallet is a parent wallet in an EVM keyring setup
example: true
enabledChildChains:
type: array
example:
- tbsc
- tpolygon
items:
type: string
description: Array of enabled child chain names for parent EVM keyring wallets
organization:
type: string
bitgoOrg:
Expand Down