New Deployed Contracts

Description

New Deployed Contracts tracks the number of new smart contracts deployed on the Solana network. This metric helps monitor developer activity and network growth over time. A higher value may indicate increased adoption and ecosystem expansion.

New Deployed Contracts Metric:

  • new_deployed_contracts - The number of new smart contracts deployed

Access

Free Access


Measuring Unit

Number of new contracts


Data Type

Timeseries Data


Frequency

Daily Intervals


Latency

On-Chain Latency


Available Assets

Available for solana


SanAPI

Available under name: new_deployed_contracts

{
getMetric(metric: "new_deployed_contracts"){
timeseriesDataJson(
slug: "solana"
from: "2025-09-01T00:00:00Z"
to: "2025-09-07T00:00:00Z"
interval: "1d")
}
}