Price Prediction
Price Prediction ๐
The Price Prediction endpoint allows traders to gain a forward-looking perspective on their crypto assets by evaluating factors such as an individual coin's market dominance and the overall crypto market cap. This endpoint provides valuable insights that inform a trader's understanding of future price trends.
Parameters: TOKEN_ID, SYMBOL
Datapoints:
DATE
The date of Price Prediction calculation of the requested crypto asset.
TOKEN_ID
Token ID for identifying cryptocurrency for calculating prediction (e.g., the Token ID of BTC is 3375).
TOKEN_SYMBOL
The symbol of the crypto asset (e.g., BTC).
TOKEN_NAME
The name of the crypto asset (e.g., Bitcoin).
PRICE_PREDICTION
The predicted price of the crypto asset based on different market scenarios and performance factors.
token_mcap
The current market capitalization of the token.
total_mcap
The total cryptocurrency market capitalization at the time of prediction.
category_name
The category or categories of the token (e.g., Smart Contract Platform, Layer 1 (L1), Proof of Work (PoW)).
current_price
The current price of the token at the time of calculation.
predicted_date
The target date for the price prediction.
similar_tokens_info
Details of similar tokens used for reference (if available).
avg_past_performance
Average historical performance across similar tokens.
self_past_performance
Historical performance of the same token.
price_prediction
An array of predicted prices and metrics under different scenarios.
scenario
The market growth multiplier applied in the prediction (e.g., 0.5, 2, 4, etc.).
predicted_fdv_base
Predicted fully diluted valuation under the base case.
predicted_fdv_bear
Predicted fully diluted valuation under the bear case.
predicted_fdv_moon
Predicted fully diluted valuation under the moon (bullish) case.
predicted_roi_base
Predicted return on investment under the base case.
predicted_roi_bear
Predicted return on investment under the bear case.
predicted_roi_moon
Predicted return on investment under the moon case.
predicted_mcap_base
Predicted market capitalization under the base case.
predicted_mcap_bear
Predicted market capitalization under the bear case.
predicted_mcap_moon
Predicted market capitalization under the moon case.
total_mcap_scenario
The projected total cryptocurrency market capitalization under the given scenario.
predicted_price_base
Predicted token price under the base case.
predicted_price_bear
Predicted token price under the bear case.
predicted_price_moon
Predicted token price under the moon case.
Visualize on Token Metrics Application:
Go to the Token Metrics Token Detail Page and then click on the
Price Prediction tab
.Screenshot from Token Metrics Application: Price prediction on Bitcoin judging by Crypto Market Cap scenario.
Example Use Case:
A trader can use the Price Prediction API to estimate the future price of a token under multiple market scenarios (bear, base, moon). The model takes into account historical performance, market cap growth, and volatility.
For example, letโs say the trader queries Bitcoinโs price predictions with a 2ร increase in total crypto market cap.
Base Case: $72,554 (ROI: -36%)
Bear Case: $62,183 (ROI: -45%)
Moon Case: $82,925 (ROI: -27%)
This allows the trader to assess risk and reward across scenarios. If they believe Bitcoin adoption will accelerate, they may lean toward the moon case. Conversely, if macro conditions worsen, the bear case highlights downside risks.
Updated 10 days ago