program analytics
account detail
Account Data Decoded
account transfer
account transfer total
account defi activities
account balance change activities
account transactions
account transactions enhanced
account portfolio
account token-accounts
account stake
account stake rewards
account stake rewards export
account transfer export
account metadata
account metadata multi
account funded by
account leaderboard
account defi activities export
token transfer
token transfer count
token defi activities
token markets
token meta
token meta multi
token latest price data
token historical price data
token holders
token list
token top
token trending
token latest
token defi activities export
token historical data
token search
token price
token price multi
https://pro-api-dev.solscan.io/v2.0/program/analytics
Retrieve comprehensive on-chain analytics for any Solana program. This endpoint provides detailed program-level statistics, including the number of transactions, successful transactions, total interaction volume, and the count of instruction calls.
QUERY PARAMS
address
string
required
A program address on solana blockchain.
range
number
required
Time range in days for the data/statistics to be returned.
RESPONSES
200
OK
Response Body
success
boolean
Status of Api
num_trans
number
Total transactions in range
num_trans_success
number
Total success transactions in range
interaction_volume
number
Total interaction volume in range
last_24h_active_users
number
Number of active users in the last 24 hours
active_users_change_24
number
24-hour active users change compared to the previous day (in percent)
data
object
400
Bad Request
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
401
Authentication failed
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
429
Too Many Requests
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error
500
Internal Server Error
Response Body
success
boolean
Status of Api
code
number
Error Code for API
message
string
Message to describe error