Fetch forecasts from prediction markets/forecasting platforms to make them searchable. Integrate these forecasts into other services.
63
stars
6
forks
source link
Insight prediction API produces an error when ordering markets by is_resolved #94
Open
NunoSempere opened 2 years ago
What I was expecting
From the documentation, I was expecting the following to work
I was also expecting something like
to work.
What I got instead
Neither request does work. In curl, they return a
(in node, this is a "Error: Request failed with status code 500")
What does work
The following does work:
but doesn't return results ordered by is_resolved.