tRPC Tokenized Issuances API
tRPC Endpoints
tRPC Tokenized Issuances API
Tokenized issuances of an equity canonical with share-equivalent framing.
POST
tRPC Tokenized Issuances API
The
tokenizedIssuances.* namespace lists every onchain tokenization of one
equity canonical (e.g. for canonical TSLA: Ondo’s TSLAon on Ethereum, BNB
Chain and Solana, plus Robinhood Chain’s TSLA token) together with
share-conversion framing from the multi-issuer share-conversion foundation.
- Base endpoint:
POST /v1/trpc - Namespace:
tokenizedIssuances.* - Auth: public (rate-limited, Tier 2)
- Primary model: identity ≠ acquisition. A listed issuance is a statement
that the tokenization exists and rolls up to the canonical — not that it
is buyable through Glider.
isGliderSupportedcarries the acquisition posture. - Share math:
sharesPerTokenandfairTokenPriceUsdare resolved by the server-side share-conversion facade at ONE effective instant (paired price+factor sampling). When a factor is unknown or missing the derived fields arenull— clients must render identity only and must never assume a 1:1 token-to-share ratio.
Procedures
tokenizedIssuances.listForCanonical- Purpose: the symbol page’s “Tokenized versions” section — every issuance of one canonical across issuers and chains
- Input:
- required
assetCanonicalId:core.asset_canonicaluuid (fromassetTaxonomy.resolveSymbol)
- required
- Response: array of issuances, one per token asset:
assetId:public.assets.idof the issuance tokenchainNamespace/chainReference: CAIP chain identity (e.g.eip155/4663for Robinhood Chain)assetNamespace/assetReference: CAIP asset identity (token address or Solana mint)tokenSymbol,decimalsproviderSlug: issuer registry slug (ondo,robinhood, …) ornullon legacy linksissuerSlug/issuerName: issuer entity when modeled, elsenullproductDisplayName/productImageUrl: best linked product branding, elsenullisGliderSupported: acquisition posture (see above)sharesPerToken: decimal string, shares represented by one token at the effective instant (e.g.4.0after CRWD’s 4:1 split under ERC-8056), ornullmechanism: factor mechanism provenance (shares_multiplier,erc8056_scaled_ui, …), ornullfactorEffectiveFrom: when the current factor took effect, ornullfairTokenPriceUsd: canonical per-share price × factor at the same instant, ornull; per-token quotes are never re-multipliedsharePriceUsd/priceAsOf: the per-share leg the fair price was derived from, ornullprovisional:truewhile a share-conversion reconciliation flag is active for the issuance — display values as provisional (PRD R4)