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: finfeedapi/prediction-markets-api-rest/spec/openapi.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -556,7 +556,8 @@
556
556
"tags": [
557
557
"Markets"
558
558
],
559
-
"summary": "Lists active market IDs for a specific exchange.\nReturns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details.",
559
+
"summary": "Lists active market IDs for a specific exchange.",
560
+
"description": "Returns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details.",
Copy file name to clipboardExpand all lines: finfeedapi/prediction-markets-api-rest/spec/openapi.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,8 @@ paths:
413
413
get:
414
414
tags:
415
415
- Markets
416
-
summary: "Lists active market IDs for a specific exchange.\nReturns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details."
416
+
summary: Lists active market IDs for a specific exchange.
417
+
description: "Returns only market IDs (not full market objects) because this data is derived from recent quotes and transactions only.\nUse the /history endpoint to retrieve full market details."
0 commit comments