Skip to content

Commit f4e6775

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

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

api.yaml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30582,6 +30582,7 @@ paths:
3058230582
- custodial
3058330583
- custodialPaired
3058430584
- hot
30585+
- advanced
3058530586
- trading
3058630587
description: If present, filters transaction requests by the specified wallet types
3058730588
- name: states
@@ -35396,6 +35397,7 @@ paths:
3539635397
- custodial
3539735398
- custodialPaired
3539835399
- hot
35400+
- advanced
3539935401
- trading
3540035402
responses:
3540135403
'200':
@@ -35667,6 +35669,7 @@ paths:
3566735669
- custodial
3566835670
- custodialPaired
3566935671
- hot
35672+
- advanced
3567035673
- trading
3567135674
description: Filter by wallet type.
3567235675
- name: deleted
@@ -48746,6 +48749,35 @@ components:
4874648749
$ref: '#/components/schemas/OnboardingAgreement'
4874748750
custodyServicesAgreement:
4874848751
$ref: '#/components/schemas/OnboardingAgreement'
48752+
stablecoinAgreement:
48753+
type: array
48754+
items:
48755+
type: object
48756+
description: Stablecoin agreement schema for enterprise users.
48757+
properties:
48758+
user:
48759+
type: string
48760+
description: User who accepted the agreement
48761+
date:
48762+
oneOf:
48763+
- type: string
48764+
- type: string
48765+
format: date-time
48766+
title: ISO Date String
48767+
- type: string
48768+
format: date
48769+
title: Date String
48770+
description: Date when the agreement was accepted
48771+
ip:
48772+
type: string
48773+
description: IP address of the user
48774+
version:
48775+
type: number
48776+
description: Version number of the agreement
48777+
required:
48778+
- user
48779+
- date
48780+
- version
4874948781
accountType:
4875048782
allOf:
4875148783
- $ref: '#/components/schemas/AccountType'
@@ -48769,7 +48801,6 @@ components:
4876948801
type: string
4877048802
description: The Id of the User who is the primary contact
4877148803
example: 59cd72485007a239fb00282ed480da1f
48772-
minLength: 1
4877348804
pattern: ^[0-9a-f]{32}$
4877448805
organizationId:
4877548806
$ref: '#/components/schemas/OrganizationIdString'
@@ -52160,6 +52191,8 @@ components:
5216052191
required:
5216152192
- name
5216252193
- id
52194+
stablecoinAgreementLatestVersion:
52195+
type: number
5216352196
required:
5216452197
- wallets
5216552198
- tags
@@ -52622,6 +52655,7 @@ components:
5262252655
- custodial
5262352656
- custodialPaired
5262452657
- hot
52658+
- advanced
5262552659
- trading
5262652660
description: Wallet type
5262752661
required:
@@ -66700,6 +66734,7 @@ components:
6670066734
- custodial
6670166735
- custodialPaired
6670266736
- hot
66737+
- advanced
6670366738
- trading
6670466739
description: The type describes who owns the keys to the wallet associated to the TxRequest.
6670566740
version:
@@ -67812,6 +67847,7 @@ components:
6781267847
- custodial
6781367848
- custodialPaired
6781467849
- hot
67850+
- advanced
6781567851
- trading
6781667852
description: Wallet type
6781767853
replaces:
@@ -73276,6 +73312,7 @@ components:
7327673312
- suiOfcStaking
7327773313
- enableWalletConnect
7327873314
- enableSolCustomTx
73315+
- enableAptCustomTx
7327973316
WalletId:
7328073317
type: string
7328173318
example: 59cd72485007a239fb00282ed480da1f
@@ -74072,6 +74109,7 @@ components:
7407274109
- custodial
7407374110
- custodialPaired
7407474111
- hot
74112+
- advanced
7407574113
- trading
7407674114
WalletTypeCondition:
7407774115
title: Wallet type
@@ -75104,6 +75142,7 @@ components:
7510475142
- custodial
7510575143
- custodialPaired
7510675144
- hot
75145+
- advanced
7510775146
- trading
7510875147
description: Type of wallet
7510975148
example: trading

0 commit comments

Comments
 (0)