Skip to content

Commit 23e9c50

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 3d10978 commit 23e9c50

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

api.yaml

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11295,6 +11295,16 @@ paths:
1129511295
- ftx-retail
1129611296
- ftx-bahamas
1129711297
- ftx-bahamas-retail
11298+
- name: organizationId
11299+
in: query
11300+
description: The ID of the organization
11301+
schema:
11302+
type: string
11303+
- name: fallbackOrganizationId
11304+
in: query
11305+
description: Falback organization id
11306+
schema:
11307+
type: string
1129811308
responses:
1129911309
'200':
1130011310
description: '200'
@@ -11318,6 +11328,9 @@ paths:
1131811328
minLength: 1
1131911329
maxLength: 3
1132011330
description: State, province, or region (formatted as subdivision section of ISO 3166-2, excludes country code)
11331+
organizationId:
11332+
type: string
11333+
description: The ID of the organization
1132111334
bitgoProducts:
1132211335
type: array
1132311336
items:
@@ -11354,6 +11367,9 @@ paths:
1135411367
- ftx-retail
1135511368
- ftx-bahamas
1135611369
- ftx-bahamas-retail
11370+
organizationId:
11371+
type: string
11372+
description: The ID of the organization
1135711373
bitgoProducts:
1135811374
type: array
1135911375
items:
@@ -43419,9 +43435,7 @@ components:
4341943435
- countryCode
4342043436
- phoneNumber
4342143437
occupation:
43422-
type: string
43423-
pattern: ^[A-Za-zÀ-ÿĀ-ſƀ-ɏ\s'\-\.,]+$
43424-
description: Occupation of the individual
43438+
$ref: '#/components/schemas/Occupation'
4342543439
countryOfCitizenship:
4342643440
description: Country of citizenship (ISO 3166-1 alpha-3)
4342743441
countryOfResidence:
@@ -55567,9 +55581,7 @@ components:
5556755581
- countryCode
5556855582
- phoneNumber
5556955583
occupation:
55570-
type: string
55571-
pattern: ^[A-Za-zÀ-ÿĀ-ſƀ-ɏ\s'\-\.,]+$
55572-
description: Occupation of the individual
55584+
$ref: '#/components/schemas/Occupation'
5557355585
countryOfCitizenship:
5557455586
description: Country of citizenship (ISO 3166-1 alpha-3)
5557555587
countryOfResidence:
@@ -59031,6 +59043,35 @@ components:
5903159043
required:
5903259044
- clientSecret
5903359045
- $ref: '#/components/schemas/InternalUserOAuthSetting'
59046+
Occupation:
59047+
type: string
59048+
enum:
59049+
- Agriculture
59050+
- Art Dealer / Auctioneer / Import / Export Company
59051+
- Financial Services (Asset Mgmt., Bank, Broker Dealer, Commodities, Mutual Fund, Ins. Co)
59052+
- Casinos and Gambling Establishments
59053+
- Charity/NGO/Non-Profit/Foundation/Endowment
59054+
- Computer Programmer / Administrator / Software Engineer / IT or Software / Technology Company
59055+
- Crypto Services (ATM, Exchange, Lender, Coins/Token)
59056+
- Education / Teacher
59057+
- Extractive Industry (Oil, Gas, etc.) / Jewels / Gemstones / Precious Metals
59058+
- Family Office
59059+
- Film / TV / Entertainment (not adult)
59060+
- Government/State owned/Political Org. (i.e. Sovereign Wealth Fund)
59061+
- Healthcare
59062+
- Law Enforcement / Military / Protective Services
59063+
- Miner / Mining Pool
59064+
- Money Service Business
59065+
- Other
59066+
- Private Equity / Venture Capital
59067+
- Professional Service Providers (lawyers accountants etc.)
59068+
- Real estate brokers developers and appraisers
59069+
- Recreation / Hospitality
59070+
- Student / Unemployed / Retired
59071+
- Traders / Trading (High Frequency, Proprietary, Market Maker)
59072+
- Weapons Dealers
59073+
title: Occupation
59074+
description: Occupation category of the individual
5903459075
OffChainWalletBalance:
5903559076
title: OffChainWalletBalance
5903659077
type: object

0 commit comments

Comments
 (0)