program analytics
v2
get
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.
Enum: 7, 30
RESPONSES
200
OK
Response Body
400
Bad Request
Response Body
401
Authentication failed
429
Too Many Requests
500
Internal Server Error
Javascript
Python
Shell
Go
C#
Authorization
Response
Click Try It! to start a request and see the response here!