You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/spec/v1.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,8 @@ paths:
176
176
177
177
/recent_blocks:
178
178
get:
179
-
summary: Returns a list of recent blocks across all layers, sorted from most to least recent. Limited to 10 blocks.
179
+
summary: Returns a list of recent blocks across all layers
180
+
description: Sorted from most to least recent. Limited to 10 blocks.
180
181
responses:
181
182
'200':
182
183
description: A JSON object containing a list of recent blocks.
@@ -548,7 +549,8 @@ paths:
548
549
549
550
/consensus/validators:
550
551
get:
551
-
summary: Returns a list of validators registered at the consensus layer (the list includes all registered entities, even those without a currently active validator node).
552
+
summary: Returns a list of validators registered at the consensus layer
553
+
description: The list includes all registered entities, even those without a currently active validator node.
552
554
parameters:
553
555
- *limit
554
556
- *offset
@@ -633,6 +635,7 @@ paths:
633
635
get:
634
636
summary: |
635
637
Returns a list of consensus layer accounts.
638
+
description: |
636
639
Note that for performance reasons, the info returned by this endpoint
637
640
may be slightly stale (<2 minutes). For the most up-to-date account state,
638
641
query the single-account endpoint.
@@ -1147,6 +1150,7 @@ paths:
1147
1150
get:
1148
1151
summary: |
1149
1152
Returns the list of holders of an EVM (ERC-20, ...) token.
1153
+
description: |
1150
1154
This endpoint does not verify that `address` is actually an EVM token; if it is not, it will simply return an empty list.
1151
1155
parameters:
1152
1156
- *limit
@@ -1171,6 +1175,7 @@ paths:
1171
1175
get:
1172
1176
summary: |
1173
1177
Returns the list of non-fungible token (NFT) instances of an EVM (ERC-721, ...) token.
1178
+
description: |
1174
1179
This endpoint does not verify that `address` is actually an EVM token; if it is not, it will simply return an empty list.
1175
1180
parameters:
1176
1181
- *limit
@@ -1388,6 +1393,7 @@ paths:
1388
1393
get:
1389
1394
summary: |
1390
1395
Returns a list of "managing" transactions of the ROFL app.
1396
+
description: |
1391
1397
This does not return transaction submitted by ROFL app instances, for that see
1392
1398
the `/rofl_apps/{id}/instance_transactions` endpoint.
1393
1399
parameters:
@@ -1730,12 +1736,14 @@ components:
1730
1736
# NOTE: Change IsValid() in util.go if you change this.
0 commit comments