mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-19 05:35:17 +01:00
getmempoolinfo endpoint added to openapi doc.
This commit is contained in:
@@ -942,6 +942,31 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
|
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
|
||||||
|
/getmempoolinfo:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- "stats"
|
||||||
|
- "core features"
|
||||||
|
summary: "Show mempool info"
|
||||||
|
description: "Returns detailed mempool information."
|
||||||
|
operationId: "getmempoolinfo"
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: "successful operation"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: '#/components/schemas/MempoolInfo'
|
||||||
|
'403':
|
||||||
|
$ref: '#/components/schemas/ApiResponseNotAllowed'
|
||||||
|
'404':
|
||||||
|
$ref: '#/components/schemas/ApiResponseNotFound'
|
||||||
|
'503':
|
||||||
|
description: "Resource temporarily unavailable"
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: '#/components/schemas/ApiResponseTemporarilyUnavailable'
|
||||||
/ln_getinfo:
|
/ln_getinfo:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user