File tree Expand file tree Collapse file tree 1 file changed +0
-72
lines changed Expand file tree Collapse file tree 1 file changed +0
-72
lines changed Original file line number Diff line number Diff line change @@ -26383,26 +26383,6 @@ paths:
2638326383 application/json:
2638426384 schema:
2638526385 $ref: '#/components/schemas/PlatformError'
26386- /api/v2/internal/pendingapprovals/trust/counts:
26387- get:
26388- summary: Get pending approval count for real time monitoring
26389- operationId: v2.internal.pending.approval.trust.counts
26390- tags:
26391- - Pending approval
26392- parameters: []
26393- responses:
26394- '200':
26395- description: OK
26396- content:
26397- application/json:
26398- schema:
26399- $ref: '#/components/schemas/PendingApprovalsCount'
26400- '400':
26401- description: Bad Request
26402- content:
26403- application/json:
26404- schema:
26405- $ref: '#/components/schemas/PlatformError'
2640626386 /api/v2/keys:
2640726387 get:
2640826388 summary: Get keys
@@ -49214,52 +49194,6 @@ components:
4921449194 type: array
4921549195 items:
4921649196 $ref: '#/components/schemas/PendingApproval1'
49217- PendingApprovalsCount:
49218- title: PendingApprovalsCount
49219- type: object
49220- description: Response type for getting pending approval counts grouped by various criteria
49221- properties:
49222- byState:
49223- type: object
49224- additionalProperties:
49225- type: number
49226- byBitgoOrg:
49227- type: object
49228- additionalProperties:
49229- type: object
49230- additionalProperties:
49231- type: number
49232- description: Record type for state counts
49233- byCoinFamily:
49234- type: object
49235- additionalProperties:
49236- type: object
49237- additionalProperties:
49238- type: number
49239- description: Record type for state counts
49240- bySource:
49241- type: object
49242- additionalProperties:
49243- type: object
49244- additionalProperties:
49245- type: number
49246- description: Record type for state counts
49247- byCoinType:
49248- type: object
49249- properties:
49250- fiat:
49251- $ref: '#/components/schemas/StateCountRecord'
49252- crypto:
49253- $ref: '#/components/schemas/StateCountRecord'
49254- required:
49255- - fiat
49256- - crypto
49257- required:
49258- - byState
49259- - byBitgoOrg
49260- - byCoinFamily
49261- - bySource
49262- - byCoinType
4926349197 PendingApprovalsCountSchema:
4926449198 title: PendingApprovalsCountSchema
4926549199 type: object
@@ -53556,12 +53490,6 @@ components:
5355653490 - page
5355753491 - totalPages
5355853492 - totalElements
53559- StateCountRecord:
53560- title: StateCountRecord
53561- type: object
53562- additionalProperties:
53563- type: number
53564- description: Record type for state counts
5356553493 SteadyPaceOrderParameters:
5356653494 type: object
5356753495 required:
You can’t perform that action at this time.
0 commit comments