APIs
This is the list of APIs that are offered through Minerva B2B line consuming Wisdomise Brain intelligences.
Last updated
This is the list of APIs that are offered through Minerva B2B line consuming Wisdomise Brain intelligences.
Last updated
GET
https://api.wisdomise.io/api/v0/strategy/last-positions
Last Positions API returns latest signal positions (Open, Close, or Hold) on all strategies and all pairs.
Returns a JSON with these keys:
1. Pairs (columns of Signal Matrix) 2. Strategies (rows of Signal Matrix) 3. Last Positions (Entries of Signal Matrix)
All retrieved data is computed in a 24-hour timeframe.
Supported Strategies:
Signaler: WISE
Timeframe: 1h
Side: Long, Short
Coins: BTC, LTC, ETH, BNB, ADA, XRP, TRX
Signaler: GENX
Timeframe: 15m
Side: Long, Short
Coins: BTC, ETH
Signaler: TM
Timeframe: 5m, 15m
Side: Long, Short
Coins: BTC, LTC, ETH, BNB, ADA, XRP, TRX, SOL
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/api/v0/delphi/trend-predictor
Detecting trends by recognizing different potential price levels. It works in all timeframes.
Trend can be +1 (UPTREND), -1 (DOWNTREND), and 0 (NEUTRAL)
timeframe*
String
Timeframe: 5m, 15m, 1h, 4h
pair*
String
BTCUSDT, ETHUSDT ,...
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/api/v0/order-flow
Advanced order flow detector in different timeframes, suitable for large trade optimization.
Timeframe: 15m,1h, 4h
Coins: BTC, LTC, ETH, BNB, ADA, XRP, TRX, SOL
timeframe*
String
Timeframe: 15m,1h, 4h
pair*
String
BTCUSDT, ETHUSDT, ...
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/v0/volatility-predictor
Volatility is a measure of the amount of uncertainty or risk associated with the size of changes in a security's value. This AI feature predicts the next 4h volatility of the market per different asset types.
timeframe*
String
1h, 4h, 1d. ...
pair*
String
BTCUSDT, ETHUSDT
predict_period*
String
How many candles (based on the timeframe) you want to predict
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/v0/risk-predictor
Provides accurate estimates for the risk of investment, such as Value at Risk (VaR), for different coins.
Coins: BTC, ETH
timeframe*
String
1d, 1h, ...
pair*
String
BTCUSDT, ETHUSDT
confidence*
Float
What is the confidence interval you are looking at? ex. 0.90 (meaning 90%)
risk_type*
String
VaR, CVaR, MVaR
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/v0/advance-trend-predictor
AI-based market trend prediction, working in different timeframes with 85%+ accuracy.
Timeframe: 5m,15m,1h, 4h
Coins: BTC, LTC, ETH, BNB, ADA, XRP, TRX, SOL
timeframe*
String
5m,15m,1h, 4h
pair*
String
BTCUSDT, SOLUSDT
Authorization*
String
Token <AUTH_TOKEN>
GET
https://api.wisdomise.io/v0/spo
Retrieve the optimized portfolio based on the requirement
risk_tolerance*
Float
What is the monthly drawdown tolerance of the user? The number should be negative. Ex. -0.2 means -20% monthly drawdown tolerance
excluded_coins
String
What cryptocurrencies you do not want to have in the portfolio? Ex.
LUNA, FLOKI
included_coins
String
What cryptocurrencies do you want to have in the portfolio? Ex.
HBAR, ETH
Authorization*
String
Token <AUTH_TOKEN>