Commit 2933147c authored by metacertain's avatar metacertain Committed by GitHub

feat: add endpoint (#1771)

parent 2bd06796
...@@ -391,6 +391,24 @@ paths: ...@@ -391,6 +391,24 @@ paths:
default: default:
description: Default response description: Default response
"/timesettlements":
get:
summary: Get time based settlements with all known peers and total amount sent or received
tags:
- Settlements
responses:
"200":
description: Time based settlements with all known peers and total amount sent or received
content:
application/json:
schema:
$ref: "SwarmCommon.yaml#/components/schemas/Settlements"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response
"/topology": "/topology":
get: get:
description: Get topology of known network description: Get topology of known network
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment