Skip to main content
The identity tables behind every real-world asset figure. Every metric joins to one of them, and Coverage introduces each grain.

Tables

One row per real-world asset: dimensions.assets filtered on the three tokenized-* asset_type values: stocks, funds and commodities.
ColumnTypeDescription
asset_idSTRINGIdentifier of the asset, for example usdc.
reference_asset_idSTRINGWhat the asset tracks or wraps. Joins dimensions.reference_assets.
nameSTRINGDisplay name of the asset.
symbolSTRINGTicker symbol of the asset.
asset_typeSTRINGWhat kind of instrument it is: stablecoin, tokenized-stocks, tokenized-funds, lending-token, tokenized-commodities, liquid-staking-token, tokenized-cryptoasset or wrapped_native.
descriptionSTRINGShort description of the asset.
custom_price_fx_pegSTRUCTA fixed rate the asset is priced at rather than a market quote, in currency, multiplier and priority. Set only where the asset declares one, and priority says whether the rate overrides the market price or only fills in where there is none.
created_atTIMESTAMPWhen the asset entered the registry.
metrics_verified_atTIMESTAMPWhen the asset’s published metrics were last verified. Null while unverified.
mica_markerSTRINGWhich MiCA category the peg implies: emt_by_peg for single-currency stablecoins, art_by_peg for other stablecoins, other_crypto_asset or out_of_scope_financial_instrument for everything else. A marker, not a regulatory ruling.
mica_authorization_statusSTRINGWhether the token is authorized under MiCA according to the official register: emt_authorized, art_authorized, not_authorized, application_withdrawn, out_of_scope_mifid, other_crypto_asset or not_checked. A sourced regulatory fact, unlike mica_marker, which is read off the peg.
regulatory_supervisedSTRINGWhat the issuer discloses about its own supervision: true, false or unknown. A disclosure, never an inference.
regulatorSTRINGThe authority the issuer names as its supervisor, such as NYDFS/FinCEN. Empty where the issuer names none.
reserves_sourceSTRINGWhere the reserve figure comes from: attestation for an issuer-published report, onchain where the backing addresses are identified and the balance computed here, none where the issuer publishes nothing.
reserves_attestorSTRINGThe firm signing the attestation, filled in where reserves_source is attestation.
return_treatmentSTRINGHow the token treats the income the underlying pays: total_return, price_return, price_return_with_distribution or not_applicable. Keyed on the token rather than on what it tracks, so two tokenizations of one share can differ.
issuer_legal_nameSTRINGThe issuing entity as a government register spells it, which is routinely not the brand.
issuer_domicileSTRINGISO 3166-1 alpha-2 country code of where the issuing entity is registered, such as US. Resolved from the issuing project, so it is null when that project has no domicile on file.
issuer_leiSTRINGLegal Entity Identifier of the issuing entity.
issuer_cikSTRINGSEC Central Index Key of the issuing entity.
issuer_regulatory_frameworkARRAY<STRING>Regimes the issuing entity operates under. An array because an entity can sit under several at once.
issuer_legal_source_urlSTRINGThe filing or register the legal fields above were read from, with issuer_legal_retrieved_at recording when.
issuer_legal_retrieved_atSTRINGWhen issuer_legal_source_url was last read.
use_of_incomeSTRINGWhat the issuer says it does with the income the underlying pays, in its own words. return_treatment is the coded answer to the same question.
isinSTRINGInternational Securities Identification Number of the instrument, where it has one.
cusipSTRINGCUSIP of the instrument, where it has one.
peg_currencySTRINGISO currency code of the peg, set when the asset tracks a national currency. Empty otherwise: a fund strategy, a share or a commodity is not a peg.
project_relationsARRAY<STRUCT>Every project linked to the asset, one element per (project_id, product_id, relation). relation is issuer, asset_manager, risk_curator or manager. Most assets link to one project; a few link to several, such as an issuer alongside a separate manager.
issuer_project_idSTRINGThe project whose relation is issuer, when exactly one project holds that relation. Empty when none do, and empty when more than one does; read project_relations for the full set.
coingecko_idSTRINGIdentifier of the same asset in the CoinGecko catalogue, for joining our record to a public one.
coinmarketcap_idSTRINGIdentifier of the same asset in the CoinMarketCap catalogue, for the same purpose.
yahoo_tickerSTRINGTicker the underlying trades under on Yahoo Finance, where it is listed.

Sample queries

asset_type is the column that separates the three tokenized-* types, the real-world assets, from stablecoins and the rest of the asset registry, and it is the filter every query on this page starts from.