
Security News
Potemkin Understanding in LLMs: New Study Reveals Flaws in AI Benchmarks
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
@predictionvc/prediction-api
Advanced tools
We are proud to introduce our 1.0.0 version of Prediction Enterprise API. It is our first step to sharing our data with the world and being more transparent about our predictions, their accuracy and our fund trades and performance. In the case you are missing some data please drop us a line at enterprise@prediction.vc. We will be happy to answer your questions and implement new features for you. Platform FAQ
Check out the docs at https://enterprise.prediction.vc/docs
npm i @predictionvc/prediction-api
const PredictionApi = require('prediction_enterprise_api')
const defaultClient = PredictionApi.ApiClient.instance
// Configure API key authorization: Authorization
const Authorization = defaultClient.authentications['Authorization']
Authorization.apiKey = "YOUR API KEY"
const api = new PredictionApi.FundApi()
const opts = {
'entry': '2018-09-01', // {Date} entry date for trades
'exit': '2018-09-01', // {Date} exit date for trades
'direction': 'short' // {String} short/long
}
api.fundTradesGet(opts)
.then(data => {
console.log('API called successfully. Returned data: ')
console.log(data)
})
.catch(error => {
console.error(error)
})
All URIs are relative to https://enterprise.prediction.vc/api/
Class | Method | HTTP request | Description |
---|---|---|---|
PredictionApi.FundApi | fundTradesGet | GET /funds/trades | Prediction Fund trade data |
PredictionApi.FundApi | fundsTradesPairsGet | GET /funds/trades/tokens | Traded tokens |
PredictionApi.HistoricalApi | historicalGet | GET /historical | Historical Data |
PredictionApi.OHLCApi | ohlcGet | GET /ohlc | OHLC Data |
PredictionApi.PredictionsApi | predictionsAccuracyGet | GET /predictions/accuracy | Accuracy |
PredictionApi.PredictionsApi | predictionsGet | GET /predictions | Predictions |
PredictionApi.PredictionsApi | predictionsTokensGet | GET /predictions/tokens | Tokens |
FAQs
Prediction Enterprise API sdk in Javascript
The npm package @predictionvc/prediction-api receives a total of 3 weekly downloads. As such, @predictionvc/prediction-api popularity was classified as not popular.
We found that @predictionvc/prediction-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.