Skip to content

Commit 4796485

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent f884233 commit 4796485

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

api.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68378,6 +68378,23 @@ components:
6837868378
type: string
6837968379
example: 59cd72485007a239fb00282ed480da1f
6838068380
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
6838168398
organization:
6838268399
type: string
6838368400
bitgoOrg:
@@ -69246,6 +69263,23 @@ components:
6924669263
type: string
6924769264
example: 59cd72485007a239fb00282ed480da1f
6924869265
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
6924969283
organization:
6925069284
type: string
6925169285
bitgoOrg:

0 commit comments

Comments
 (0)