The API is currently in development and is not yet available for production use. Please check back later.
{
"method": "subscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"topic": "solana.dex.price",
"data": {
"token": "13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos",
"usd_price": 0.00035333766896967665,
"usd_volume": 137.4446156388933,
"block_slot": 382423380,
"block_time": 1764173044
}
}Subscribe to real-time price updates.
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.
topic field that you can use to filter.
Available Topics
solana.dex.profile.walletsolana.dex.profile.tokensolana.dex.profile.positionsolana.dex.swap.walletsolana.dex.swap.tokensolana.dex.trade.walletsolana.dex.trade.tokensolana.dex.priceparams object empty to subscribe to all entries.params object empty to unsubscribe from all entries.{
"method": "subscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"method": "unsubscribe",
"topic": "solana.dex.price",
"params": {
"tokens": [
"13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos"
]
}
}{
"topic": "solana.dex.price",
"data": {
"token": "13NyGvtCdrBUqRSRHJUfw6yXFLoZ9VBu27RL8fq4daos",
"usd_price": 0.00035333766896967665,
"usd_volume": 137.4446156388933,
"block_slot": 382423380,
"block_time": 1764173044
}
}Your Prism API key. You can get one for free in the Prism Dashboard.
Subscribe to price updates for a list of tokens.
Unsubscribe from price updates for a list of tokens.
Message containing the price data for the subscribed tokens.
Was this page helpful?