File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
finfeedapi/prediction-markets-api-rest/spec Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 853853 "tags" : [
854854 " Ohlcv"
855855 ],
856- "summary" : " Historical data for a market " ,
856+ "summary" : " Historical data for an exchange " ,
857857 "description" : " Get OHLCV timeseries data for an exchange, returned in time ascending order." ,
858858 "parameters" : [
859859 {
937937 "tags" : [
938938 " Ohlcv"
939939 ],
940- "summary" : " Historical data for a market" ,
940+ "summary" : " Historical data for a specific market" ,
941941 "description" : " Get OHLCV timeseries data for a specific market, returned in time ascending order." ,
942942 "parameters" : [
943943 {
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ paths:
646646 get :
647647 tags :
648648 - Ohlcv
649- summary : Historical data for a market
649+ summary : Historical data for an exchange
650650 description : ' Get OHLCV timeseries data for an exchange, returned in time ascending order.'
651651 parameters :
652652 - name : exchange_id
@@ -699,7 +699,7 @@ paths:
699699 get :
700700 tags :
701701 - Ohlcv
702- summary : Historical data for a market
702+ summary : Historical data for a specific market
703703 description : ' Get OHLCV timeseries data for a specific market, returned in time ascending order.'
704704 parameters :
705705 - name : exchange_id
You can’t perform that action at this time.
0 commit comments