⛓️APIs
This is the list of APIs that are offered through Minerva B2B line consuming Wisdomise Brain intelligences.
Last Position
Returns list of signals and positions
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
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Trend Detection
Detecting market trend
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)
Query Parameters
Name | Type | Description |
---|---|---|
timeframe* | String | Timeframe: 5m, 15m, 1h, 4h |
pair* | String | BTCUSDT, ETHUSDT ,... |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Order Flow Detector
Detecting possible order flow zones
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
Query Parameters
Name | Type | Description |
---|---|---|
timeframe* | String | Timeframe: 15m,1h, 4h |
pair* | String | BTCUSDT, ETHUSDT, ... |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Volatility Predictor
Predicting next 4h market volatility
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.
Query Parameters
Name | Type | Description |
---|---|---|
timeframe* | String | 1h, 4h, 1d. ... |
pair* | String | BTCUSDT, ETHUSDT |
predict_period* | String | How many candles (based on the timeframe) you want to predict |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Risk Predictor
Predicting market risk
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
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Advanced Trend Detector
85%+ accurate market trend detector
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
Query Parameters
Name | Type | Description |
---|---|---|
timeframe* | String | 5m,15m,1h, 4h |
pair* | String | BTCUSDT, SOLUSDT |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Smart Portfolio Optimizer
Pereferenced Based Portfolio Optimizer
GET
https://api.wisdomise.io/v0/spo
Retrieve the optimized portfolio based on the requirement
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Token <AUTH_TOKEN> |
Last updated