Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prismapi.io/llms.txt

Use this file to discover all available pages before exploring further.

Wallet Profile

Aggregated trading profile for a wallet, capturing outcomes of trading activity with financial-grade precision across configurable time windows.
FieldTypeDescription
updated_atString [date-time]Timestamp of when the profile’s underlying data was last updated.
synced_atString [date-time]Timestamp of when the updated profile was last persisted to the database and made available through the API.
wallet_addressString [address]The Solana wallet address
labelsLabelLabels assigned to the wallet
matched_labelsMatched LabelsLabels assigned to the wallet, with the rules that matched them
dynamic_labelsArray(String)Dynamic, user-defined labels assigned to the wallet
metadataMetadataWallet metadata
metricsMetricsWallet metrics

Label

Categorical tags assigned to a wallet based on its trading behavior, capital, and on-chain activity patterns. Enum(String)
ValueDescription
kolWallet owned by a key opinion leader
trencherActive trader frequently rotating through new tokens
convictionTrader who holds concentrated positions with high confidence
smartWallet with consistently profitable and strategic trading
whaleHigh-volume trader with significant capital
degenAggressive trader taking high-risk, high-reward bets
sniperTrader who enters positions very early after token launch
swingTrader who holds positions over medium-term time frames
holderLong-term holder who rarely sells

Matched Labels

A breakdown of each label assigned to the wallet alongside the specific rules that triggered it, providing transparency into why a given label was applied. Map(Label, Array(String))
KeyValueDescription
trencherArray(String)Rules that matched the trencher label
convictionArray(String)Rules that matched the conviction label
smartArray(String)Rules that matched the smart label
whaleArray(String)Rules that matched the whale label
degenArray(String)Rules that matched the degen label
sniperArray(String)Rules that matched the sniper label
swingArray(String)Rules that matched the swing label
holderArray(String)Rules that matched the holder label

Metadata

Identifying information about the wallet and its owner. Object
FieldTypeDescription
last_trade_atString [date-time]Timestamp of the wallet’s last trade
nameStringName of the wallet owner
twitter_usernameStringTwitter username of the wallet owner
telegram_usernameStringTelegram username of the wallet owner

Metrics

Wallet trading metrics computed across multiple rolling time windows, allowing comparison of recent versus longer-term performance. Map(Time Window, Metrics)
KeyValueDescription
1dMetricsMetrics for the last 1 day
3dMetricsMetrics for the last 3 days
7dMetricsMetrics for the last 7 days
14dMetricsMetrics for the last 14 days
30dMetricsMetrics for the last 30 days

Performance Metrics

Outcome-oriented metrics summarizing the profitability of the wallet’s trading. Object
FieldTypeDescription
pnlNumber [USD]Total profit and loss
win_pnlNumber [USD]Total profit from winning trades
loss_pnlNumber [USD]Total loss from losing trades
roiNumber [%]Return on investment
volume_weighted_roiNumber [%]ROI weighted by trade volume
time_weighted_roiNumber [%]ROI weighted by holding duration
winrateNumber [%]Ratio of winning trades
volume_weighted_winrateNumber [%]Winrate weighted by trade volume
token_roi_distributionROI DistributionROI distribution
largest_winNumber [USD]Largest single winning trade
largest_lossNumber [USD]Largest single losing trade

Volume Metrics

Metrics describing the size and flow of capital the wallet has traded. Object
FieldTypeDescription
volumeNumber [USD]Total trading volume
buy_volumeNumber [USD]Total buy volume
sell_volumeNumber [USD]Total sell volume
avg_buy_sizeNumber [USD]Average buy trade size
avg_sell_sizeNumber [USD]Average sell trade size
avg_buy_mcapNumber [USD]Average token market cap at buy time
avg_sell_mcapNumber [USD]Average token market cap at sell time
turnoverNumber [ratio]Portfolio turnover ratio

Trade Count Metrics

Counts that quantify how often and how actively the wallet trades. Object
FieldTypeDescription
trade_countIntegerTotal number of trades
buy_countIntegerTotal number of buy trades
sell_countIntegerTotal number of sell trades
position_countIntegerTotal number of positions opened
win_countIntegerNumber of winning trades
loss_countIntegerNumber of losing trades
max_consecutive_winsIntegerLongest streak of consecutive winning trades
max_consecutive_lossesIntegerLongest streak of consecutive losing trades

Daily Averages

Metrics normalized to a daily basis, summarizing the wallet’s typical day of trading. Object
FieldTypeDescription
avg_daily_pnlNumber [USD]Average daily PnL
avg_daily_roiNumber [%]Average daily ROI
avg_daily_trade_countIntegerAverage number of trades per day
avg_daily_traded_tokensIntegerAverage number of unique tokens traded per day
avg_daily_volumeNumber [USD]Average daily trading volume

Per-Trade Averages

Averages that describe the wallet’s typical single-trade behavior and outcomes. Object
FieldTypeDescription
avg_pnlNumber [USD]Average PnL per trade
avg_roiNumber [%]Average ROI per trade
avg_token_pnlNumber [USD]Average PnL per token traded
avg_token_roiNumber [%]Average ROI per token traded
avg_holding_durationInteger [seconds]Average position holding time
avg_trade_deltaInteger [seconds]Average time between consecutive trades

Risk Metrics

Metrics that quantify the wallet’s risk profile and contextualize its returns relative to the risk taken. Object
FieldTypeDescription
risk_scoreNumber [0-100]Composite risk score
consistency_scoreNumber [0-100]Trading consistency score
sharpe_ratioNumber [ratio]Risk-adjusted return
sortino_ratioNumber [ratio]Downside risk-adjusted return
max_drawdownNumber [%]Maximum portfolio drawdown
risk_of_ruinNumber [%]Estimated probability of complete capital loss
profit_factorNumber [ratio]Ratio of gross profit to gross loss
profit_expectancyNumber [USD]Expected profit per trade
recovery_factorNumber [ratio]Net profit divided by maximum drawdown

Stability Metrics

Metrics that quantify how consistent the wallet’s performance is over time. Object
FieldTypeDescription
winrate_stabilityNumber [%]Consistency of winrate over time
winrate_volatilityNumber [%]Variance of winrate over time
pnl_stabilityNumber [%]Consistency of PnL over time
pnl_volatilityNumber [%]Variance of PnL over time
roi_stabilityNumber [%]Consistency of ROI over time
roi_volatilityNumber [%]Variance of ROI over time

Ratio Metrics

Comparative ratios that contextualize the quality and balance of the wallet’s trading outcomes. Object
FieldTypeDescription
pnl_volume_ratioNumber [ratio]PnL relative to total volume traded
token_hit_ratioNumber [%]Ratio of profitable tokens to total tokens traded
win_loss_size_ratioNumber [ratio]Average winning trade size divided by average losing trade size

Token Profile

Object Aggregated trading profile for a token, capturing how it is traded across the Solana ecosystem, by whom, how profitably, and with what consistency.
FieldTypeDescription
token_addressStringThe Solana token mint address
metadataMetadataToken metadata
marketMarketToken market data
metricsMetricsToken metrics

Metadata

Descriptive information identifying the token and linking to its public channels. Object
FieldTypeDescription
symbolStringToken ticker symbol
nameStringToken display name
imageStringURL to token logo image
verifiedbooleanWhether the token is verified
creator_addressStringWallet address of the token creator
created_atString [date-time]Timestamp of token creation
last_trade_atString [date-time]Timestamp of the last trade
twitterStringTwitter/X handle or URL
discordStringDiscord invite URL
websiteStringOfficial website URL
telegramStringTelegram group URL

Market

Current market state of the token, including price, supply, and liquidity-related figures. Object
FieldTypeDescription
fdvNumber [USD]Fully diluted valuation
market_capNumber [USD]Current market capitalization
priceNumber [USD]Current token price
liquidityNumber [USD]Available liquidity
holdersIntegerNumber of unique token holders
total_supplyNumberTotal token supply
circulating_supplyNumberCirculating token supply
top_holdingsNumber [%]Percentage of supply held by top holders
dev_holdingsNumber [%]Percentage of supply held by developers

Metrics

Token-level trading metrics computed across multiple rolling time windows. Map(String, Object)
KeyValueDescription
1mObject(Volume & Trade Metrics)Metrics for the last 1 minute
5mObject(Volume & Trade Metrics)Metrics for the last 5 minutes
1hObject(Volume & Trade Metrics)Metrics for the last 1 hour
6hObject(Volume & Trade Metrics)Metrics for the last 6 hours
1dObject(Volume & Trade Metrics)Metrics for the last 1 day
7dObject(Volume & Trade Metrics)Metrics for the last 7 days

Volume & Trade Metrics

Aggregate measures of how much and how often the token has been traded. Object
FieldTypeDescription
volumeNumber [USD]Total trading volume
buy_volumeNumber [USD]Total buy volume
sell_volumeNumber [USD]Total sell volume
trade_countIntegerTotal number of trades
buy_countIntegerTotal number of buy trades
sell_countIntegerTotal number of sell trades
position_countIntegerTotal number of positions opened

Participant Metrics

Counts describing how many unique wallets have interacted with the token. Object
FieldTypeDescription
makers_countIntegerNumber of unique wallets that traded this token
buyers_countIntegerNumber of unique wallets that bought this token
sellers_countIntegerNumber of unique wallets that sold this token

PnL Metrics

Aggregate profit and loss outcomes generated across all wallets trading the token. Object
FieldTypeDescription
pnlNumber [USD]Net PnL across all traders
win_pnlNumber [USD]Total profit from winning positions
loss_pnlNumber [USD]Total loss from losing positions
win_position_countIntegerNumber of profitable positions
loss_position_countIntegerNumber of losing positions
largest_trade_winNumber [USD]Largest single winning trade
largest_trade_lossNumber [USD]Largest single losing trade

Price Metrics

Average price and market-cap levels observed across the token’s trading activity. Object
FieldTypeDescription
avg_priceNumber [USD]Average trade price
avg_buy_priceNumber [USD]Average buy price
avg_sell_priceNumber [USD]Average sell price
avg_buy_mcapNumber [USD]Average token market cap at buy time
avg_sell_mcapNumber [USD]Average token market cap at sell time

Size Metrics

Typical trade and position sizing observed for the token. Object
FieldTypeDescription
avg_buy_sizeNumber [USD]Average buy trade size
avg_sell_sizeNumber [USD]Average sell trade size
avg_holding_durationInteger [seconds]Average position holding duration

Per-Trade Averages

Averages that describe the typical outcomes of a single trade of the token. Object
FieldTypeDescription
avg_trade_pnlNumber [USD]Average PnL per trade
avg_trade_roiNumber [%]Average ROI per trade

Wallet Performance Metrics

Average performance achieved by the wallets that traded the token. Object
FieldTypeDescription
avg_wallet_winrateNumber [%]Average winrate across wallets trading this token
avg_wallet_pnlNumber [USD]Average PnL per wallet
avg_wallet_roiNumber [%]Average ROI per wallet

Ratio Metrics

Comparative ratios that contextualize the quality and balance of trading outcomes around the token. Object
FieldTypeDescription
volume_weighted_winrateNumber [%]Winrate weighted by trade volume
volume_weighted_roiNumber [%]ROI weighted by trade volume
wallet_hit_ratioNumber [%]Ratio of profitable wallets to total wallets
profit_factorNumber [ratio]Ratio of gross profit to gross loss
win_loss_size_ratioNumber [ratio]Average winning trade size divided by average losing trade size
pnl_volume_ratioNumber [ratio]PnL relative to total volume traded

Stability Metrics

Metrics that quantify how consistent the token’s price and trading outcomes are over time. Object
FieldTypeDescription
price_stabilityNumber [%]Consistency of price over time
price_volatilityNumber [%]Variance of price over time
roi_stabilityNumber [%]Consistency of ROI over time
roi_volatilityNumber [%]Variance of ROI over time
pnl_stabilityNumber [%]Consistency of PnL over time
pnl_volatilityNumber [%]Variance of PnL over time

Risk Metrics

Metrics that quantify the token’s risk profile and contextualize its returns relative to that risk. Object
FieldTypeDescription
sharpe_ratioNumber [ratio]Risk-adjusted return
sortino_ratioNumber [ratio]Downside risk-adjusted return
max_drawdownNumber [%]Maximum price drawdown

Position Profile

Individual wallet-token position profile, providing real-time updates on position status and performance.
Position profiles are currently available via WebSocket subscription only.

Fields

FieldTypeDescription
position_addressStringUnique identifier for the position
wallet_addressStringWallet address holding the position
token_addressStringToken mint address of the position

ROI Distribution

A histogram of outcomes grouped into ROI buckets, showing how returns are distributed. Map(ROI Bucket, Integer)
KeyValueDescription
gt_500IntegerBucket containing values of ROI greater than 500%
200_500IntegerBucket containing values of ROI between 200% and 500%
0_200IntegerBucket containing values of ROI between 0% and 200%
neg50_0IntegerBucket containing values of ROI between -50% and 0%
lt_neg50_0IntegerBucket containing values of ROI less than -50%

ROI Bucket

Discrete return-on-investment ranges used as the keys of an ROI Distribution. Enum(String)
ValueDescription
gt_500ROI greater than 500%
200_500ROI between 200% and 500%
0_200ROI between 0% and 200%
neg50_0ROI between -50% and 0%
lt_neg50_0ROI less than -50%

Time Window

Rolling lookback period used to scope metrics. Enum(String)
ValueDescription
30dLast 30 days
14dLast 14 days
7dLast 7 days
3dLast 3 days
1dLast 1 day
12hLast 12 hours
6hLast 6 hours
3hLast 3 hours
1hLast 1 hour
30mLast 30 minutes
15mLast 15 minutes
5mLast 5 minutes
1mLast 1 minute