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: docs/openapi.yaml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,6 @@ paths:
515
515
in: query
516
516
description: Index of the first microblock to fetch
517
517
required: false
518
-
example: 42000
519
518
schema:
520
519
type: integer
521
520
example: 1000
@@ -1263,7 +1262,6 @@ paths:
1263
1262
- name: unanchored
1264
1263
in: query
1265
1264
description: Include transaction data from unanchored (i.e. unconfirmed) microblocks.
1266
-
example: true
1267
1265
required: false
1268
1266
schema:
1269
1267
type: boolean
@@ -1315,9 +1313,9 @@ paths:
1315
1313
in: query
1316
1314
description: index of first account transaction to fetch
1317
1315
required: false
1318
-
example: 42000
1319
1316
schema:
1320
1317
type: integer
1318
+
example: 42000
1321
1319
- name: height
1322
1320
in: query
1323
1321
description: Filter for transactions only at this given block height
@@ -2991,10 +2989,10 @@ paths:
2991
2989
in: query
2992
2990
description: whether or not to include the complete transaction metadata instead of just `tx_id`. Enabling this option can affect performance and response times.
0 commit comments