Skip to main content

Asset

No description

type Asset {
symbol: String!
name: String!
iconUrl: String!
type: AssetType!
chain: String!
dateAdded: String!
decimalPlace: Int!
displaySymbol: String!
contractAddress: String
}

Fields

Asset.symbol ● String! non-null scalar

The ticker symbol used to uniquely identify this asset within our systems. This will often match the publicly used ticker symbol, but may diverge where there are multiple matching assets.

Asset.name ● String! non-null scalar

The name of the asset

Asset.iconUrl ● String! non-null scalar

The location of a standardised icon for this asset

Asset.type ● AssetType! non-null enum

The asset type

Asset.chain ● String! non-null scalar

The chain the asset belongs to (ETHEREUM / BITCOIN)

Asset.dateAdded ● String! non-null scalar

The ISO date that this asset was added to the catalog

Asset.decimalPlace ● Int! non-null scalar

The maximum number of decimal place for the asset

Asset.displaySymbol ● String! non-null scalar

Public ticker symbol

Asset.contractAddress ● String scalar

The contract address of the asset (i.e. ERC20 tokens)

Member Of

Balance object