Network Profiles
/profile/networks
Definition
The network profiles provide a descriptive overview of a network.
Details
For more information on the network profiles see the profiles overview.
Endpoint Response
The profile/networks
endpoint returns a profile for each asset. The response is formatted as follows:
full_name
Network Name
network
Network symbol
overview
Description of key features and an overview of how the network solves the problem for which it was created.
consensus_mechanism
The protocols, algos, incentives and ideas that allow a network of nodes to agree on the state of a blockchain (if omitted, then the asset may not have its own consensus mechanism)
hashing_algorithm
The algorithm leveraged by the network to perform its hashing operations.
transaction_finality
Network threshold after which transactions are considered final (listed in time and block/slot numbers) or no
available_clients
A list of the node clients available for the network
smart_contract_deployment
Networks smart contract capabilities and if they be deployed in a permissionless fashion or in a permissioned model.
foundation
Name of the foundation supporting development of the network
founding_team_identity
Indicates wether or not the identity of the founding team is known
repository
Links to relevant github repositories as well as their name.
transaction_visibility
Transactions visible on chain or hidden (either fully or partially)
native_fee_token
Name of the token in which fees are paid on the network
significant_historical_changes
Significant historical changes that have occurred in the network.
upgrade_history
Upgrades that the network has undergone.
rollup_info
If the network is a rollup (e.g.: layer-2), the type of rollup it is as well as the state validation type
modular_or_monolithic
Indicates wether the blockchain architecture is monolithic or modular.
network_scaling_solution
Boolean value if the network serves as a scaling solution for another network or not.
chain_explorers
List of public chain explorers
Example
A sample of the network profile response for btc
is shown below.
Release History
Last updated
Was this helpful?