File tree Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -23560,55 +23560,6 @@ paths:
2356023560 content:
2356123561 application/json:
2356223562 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'
2361223563 /api/v2/enterprise/{enterpriseId}/pin/count:
2361323564 get:
2361423565 summary: Get pinned wallet count
You can’t perform that action at this time.
0 commit comments