Skip to main content
GET
Retrieve blockchain network statistics and metrics

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

Response

Blockchain network statistics.

Stats response

average_block_time
number<float>
coin_image
string | null
coin_price
string | null
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$
coin_price_change_percentage
number<float> | null
gas_price_updated_at
string<date-time> | null
gas_prices
object | null
gas_prices_update_in
integer | null
gas_used_today
Pattern: ^-?([1-9][0-9]*|0)$
market_cap
string
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$
network_utilization_percentage
number | null
secondary_coin_image
string | null
secondary_coin_price
string | null
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$
static_gas_price
string | null
Pattern: ^-?([1-9][0-9]*|0)$
total_addresses
string
Pattern: ^-?([1-9][0-9]*|0)$
total_blocks
string
Pattern: ^-?([1-9][0-9]*|0)$
total_gas_used
string
Pattern: ^-?([1-9][0-9]*|0)$
total_transactions
string
Pattern: ^-?([1-9][0-9]*|0)$
transactions_today
string
Pattern: ^-?([1-9][0-9]*|0)$
tvl
string | null
Pattern: ^-?([1-9][0-9]*|0)$