We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac6830 commit 02192e4Copy full SHA for 02192e4
swagger.yml
@@ -0,0 +1,35 @@
1
+openapi: '3.0.2'
2
+info:
3
+ title: Namada Supply API
4
+ version: '1.0.0'
5
+servers:
6
+ - url: https://localhost:5002
7
+ - url: https://supply.testnet.siuuu.click
8
+paths:
9
+ /api/v1/total-supply:
10
+ get:
11
+ responses:
12
+ '200':
13
+ description: The total NAM supply
14
+ content:
15
+ text/plain:
16
+ schema:
17
+ type: number
18
+ /api/v1/effective-supply:
19
20
21
22
+ description: The effective NAM supply
23
24
25
26
27
+ /api/v1/circulating-supply:
28
29
30
31
+ description: The circulating NAM supply
32
33
34
35
0 commit comments