id | string | Unique token id. |
projectId | string | Project that owns the token. |
businessId | string | Owning business. |
ticker | string | Short token symbol (e.g. BOND2). |
name | string | Full token name. |
price | string | Issue price per token in fiat major units. |
assetClass | string | Asset class (e.g. MONEY_MARKET). |
tokenType | string | ASSET or YIELD_BEARING. |
decimals | integer | Token decimals (e.g. 18). |
totalSupply | string | Total minted supply. |
circulatingSupply | string | Supply currently held by investors. |
chain | string | Primary chain (e.g. BASE). |
status | string | PENDING while deploying, then ACTIVE. |
chains | object[] | Per-chain deployment records (chain, tokenAdmin, contract address). |
createdAt | string | ISO 8601 UTC timestamp. |
updatedAt | string | ISO 8601 UTC timestamp. |