Assets
/security-master/assets
Definition
The Coin Metrics Security Master contains references data about all assets in our coverage universe.
Details
The reference data for assets includes the asset ticker, asset code, the smallest divisible unit of the asset, the creation date, the asset type, the parent asset, and the token contract if the asset is an ERC-20 asset.
Example
A sample of the futures and options contract specification data from our /security-master/assets
API endpoint is shown below.
asset
: Unique symbol of the asset.code
: The unique and immutable code for each asset. Each code is 10 digit alphanumeric string that starts with C and ends with a checksum digit. This code is immutable so it will not change if an asset undergoes a rebranding or symbol change.description
: The description of the asset.website
: The URL of the asset's website. If omitted, then no official website for the asset was found.whitepaper
: The URL of the asset's whitepaper. If omitted, then no official whitepaper for the asset was found.consensus_mechanism
: The protocols, algorithms, incentives, and ieas 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 native asset.decimals
: The number of decimal places that represent the smallest divislbe unit of the asset.creation_date
: The date of the confirmation of first block of the asset.type
: The type of the asset.
Release History
Coin Metrics Security Master v1.0 on September 18, 2023: Initial release.
Last updated