File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -23419,6 +23419,7 @@ paths:
2341923419 - initiateRebalanceBackingWallet
2342023420 - freezePendingApproval
2342123421 - unfreezePendingApproval
23422+ - trustToSingaporeUpgrade
2342223423 - name: userId
2342323424 description: The user ID to filter by
2342423425 in: query
@@ -23559,6 +23560,55 @@ paths:
2355923560 content:
2356023561 application/json:
2356123562 schema: {}
23563+ /api/v2/enterprise/{enterpriseId}/ftxTrustToSingapore:
23564+ post:
23565+ summary: Create an FTX Singapore Enterprise from an existing FTX Trust enterprise
23566+ operationId: v2.enterprise.ftxTrustToSingapore
23567+ tags:
23568+ - Enterprise
23569+ parameters:
23570+ - name: enterpriseId
23571+ description: ''
23572+ in: path
23573+ required: true
23574+ schema:
23575+ allOf:
23576+ - $ref: '#/components/schemas/EnterpriseIdString'
23577+ example: '"59cd72485007a239fb00282ed480da1f"'
23578+ pattern: ^[0-9a-f]{32}$
23579+ requestBody:
23580+ content:
23581+ application/json:
23582+ schema:
23583+ type: object
23584+ properties:
23585+ templateId:
23586+ type: string
23587+ minLength: 1
23588+ required:
23589+ - templateId
23590+ responses:
23591+ '200':
23592+ description: OK
23593+ content:
23594+ application/json:
23595+ schema:
23596+ type: object
23597+ properties: {}
23598+ '400':
23599+ description: Bad Request
23600+ content:
23601+ application/json:
23602+ schema:
23603+ oneOf:
23604+ - $ref: '#/components/schemas/PlatformError'
23605+ - $ref: '#/components/schemas/InvalidEnterpriseId'
23606+ '404':
23607+ description: Not Found
23608+ content:
23609+ application/json:
23610+ schema:
23611+ $ref: '#/components/schemas/PlatformError'
2356223612 /api/v2/enterprise/{enterpriseId}/pin/count:
2356323613 get:
2356423614 summary: Get pinned wallet count
@@ -51194,6 +51244,7 @@ components:
5119451244 - initiateRebalanceBackingWallet
5119551245 - freezePendingApproval
5119651246 - unfreezePendingApproval
51247+ - trustToSingaporeUpgrade
5119751248 parameters:
5119851249 Base:
5119951250 name: base
You can’t perform that action at this time.
0 commit comments