Skip to content

Commit 6b2c0e8

Browse files
Merge pull request #260 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents eea5a9c + 4796485 commit 6b2c0e8

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

api.yaml

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44217,8 +44217,17 @@ components:
4421744217
required:
4421844218
- maxPriorityFeePerGas
4421944219
- maxFeePerGas
44220-
required:
44221-
- label
44220+
evmKeyRingReferenceWalletId:
44221+
type: string
44222+
description: Optional reference wallet ID for EVM keyring child wallets. When provided, child wallets inherit properties from the parent wallet.
44223+
anyOf:
44224+
- not:
44225+
required:
44226+
- evmKeyRingReferenceWalletId
44227+
required:
44228+
- label
44229+
- required:
44230+
- evmKeyRingReferenceWalletId
4422244231
CreateWebhookSecretResponse:
4422344232
title: CreateWebhookSecretResponse
4422444233
type: object
@@ -68369,6 +68378,23 @@ components:
6836968378
type: string
6837068379
example: 59cd72485007a239fb00282ed480da1f
6837168380
pattern: ^[0-9a-f]{32}$
68381+
evmKeyRingReferenceWalletId:
68382+
type: string
68383+
description: Reference wallet ID for EVM keyring wallets (child wallets only)
68384+
example: 59cd72485007a239fb00282ed480da1f
68385+
pattern: ^[0-9a-f]{32}$
68386+
isParent:
68387+
type: boolean
68388+
description: Indicates if this wallet is a parent wallet in an EVM keyring setup
68389+
example: true
68390+
enabledChildChains:
68391+
type: array
68392+
example:
68393+
- tbsc
68394+
- tpolygon
68395+
items:
68396+
type: string
68397+
description: Array of enabled child chain names for parent EVM keyring wallets
6837268398
organization:
6837368399
type: string
6837468400
bitgoOrg:
@@ -69237,6 +69263,23 @@ components:
6923769263
type: string
6923869264
example: 59cd72485007a239fb00282ed480da1f
6923969265
pattern: ^[0-9a-f]{32}$
69266+
evmKeyRingReferenceWalletId:
69267+
type: string
69268+
description: Reference wallet ID for EVM keyring wallets (child wallets only)
69269+
example: 59cd72485007a239fb00282ed480da1f
69270+
pattern: ^[0-9a-f]{32}$
69271+
isParent:
69272+
type: boolean
69273+
description: Indicates if this wallet is a parent wallet in an EVM keyring setup
69274+
example: true
69275+
enabledChildChains:
69276+
type: array
69277+
example:
69278+
- tbsc
69279+
- tpolygon
69280+
items:
69281+
type: string
69282+
description: Array of enabled child chain names for parent EVM keyring wallets
6924069283
organization:
6924169284
type: string
6924269285
bitgoOrg:

0 commit comments

Comments
 (0)