Asset Profiles
/profile/assets
Definition
The asset profiles provide a descriptive overview of an asset.
Details
For more information on the asset profiles see the asset profiles overview.
Endpoint Response
The Profile/Assets endpoint returns a profile for each asset. The response is formatted as follows:
asset
Asset symbol
full_name
Asset name
description
Description of key features
overview
Description of key features and an overview of how the asset solves the problem for which it was created.
website
Link to project website (if omitted, then no official website for the project was found)
whitepaper_url
Link to whitepaper URL (if omitted, then no official whitepaper URL was found)
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 be a layer 1 or base asset)
parent_chain
The base asset(s) a project or protocol is built on (if the asset is the base asset, field = "Native Asset"
creation_date
Genesis block or first included block
supply_cap
The max number of coins programmed to exist in the lifetime of a cryptoasset (if omitted, then supply is uncapped/unlimited/infinite)
Example
A sample of the asset profile response for btc
is shown below.
Release History
Version 1.0 on January 30, 2023: Release of initial version of the asset profiles
Last updated