Canonical-underlying lookup for issuer products, derivative markets, and onchain representations.
TheDocumentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
assetTaxonomy.* namespace resolves a user-facing query such as TSLA,
NVDA, or AAVE to a canonical underlying, then returns issuer products,
derivative markets, and explicit onchain token representations linked to that
underlying.
POST /v1/trpcassetTaxonomy.*assetTaxonomy.searchIssuedAssets
query, 1-128 characterslimit, 1-25, default 10assetClass, for example equity or cryptoitems[].underlying: canonical symbol, name, asset class, instrument
type, country, currency, exchange, issuer product count, issued onchain
asset count, supported issuer product count, supported issued onchain
asset count, token representation count, and derivative market countsitems[].marketDataIdentifiers: provider mappings such as Massive
symbolsitems[].issuedProducts: issuer-level products such as Ondo or xStocksitems[].issuedProducts[].assets: chain-scoped CAIP assets/contractsitems[].derivativeMarkets: perpetual/futures-style markets such as
Hyperliquid or Ondo Perps markets for the same canonical underlyingitems[].tokenRepresentations: explicit chain-scoped crypto token
representations such as native assets, primary tokens, bridged tokens,
wrapped tokens, or issuer representationsassetTaxonomy.getIssuedAssetsForUnderlying
assetCanonicalId, UUIDitem, or null when the canonical underlying is not foundTSLA result, then show Ondo, xStocks, and future issuer products under
that underlying. For crypto, a UI should render one canonical symbol such as
AAVE, then show exact chain/token representations under it.NVDA may have Ondo and xStocks products under the same
underlying, and the Ondo NVDAon product may link to multiple EVM/SVM assets.
Do not seed tokenized stock contracts directly as flat canonical token
representations when an issuer product is known.NVDA can have spot issuer
products and perpetual/futures markets side by side. A Hyperliquid NVDA-PERP
market is a market instrument, not an onchain token asset.marketDataIdentifiers instead of
deriving provider symbols from issuer-specific product data.core.asset_token_subject_links relationship exists.coingecko identifiers to canonical assets.
CoinGecko-style aggregate market data should live at the canonical crypto
subject level, while trade actions continue to resolve to exact chain assets./coins/{id} platform
contracts and link only already-known Postgres assets rows by explicit
chain/address matches. It does not create executable assets from CoinGecko
data because decimals and trade metadata must remain authoritative in
Postgres.