v1

latestOpenAPI 3.0.42026-07-262045103.2 KB
Assets

Get Metadata for All Supported Assets

Returns all metadata for all symbols including identifiers, addresses, and classification tags.

For caching details on this endpoint, please see: Endpoint Caching.

get/v1/assets/all/metadata

Response

OK

symbolstring required
tickerstring required
coingeckoIdstring nullable
coinmarketcapIdstring nullable
isinstring

The 12-character International Securities Identification Number (ISIN) for the underlying instrument. Empty string if unknown or not applicable (e.g., non-equity assets).

Example response

[
  {
    "symbol": "AAPLon",
    "ticker": "AAPL",
    "coingeckoId": "apple-ondo-tokenized-stock",
    "addresses": [
      {
        "networkChainId": "bsc-56",
        "address": "0x390a684ef9cade28a7ad0dfa61ab1eb3842618c4",
        "decimals": 18
      },
      {
        "networkChainId": "ethereum-1",
        "address": "0x14c3abf95cb9c93a8b82c1cdcb76d72cb87b2d4c",
        "decimals": 18
      }
    ],
    "tags": {
      "assetClass": "equities",
      "instrumentType": "stock",
      "sectorIndustry": [
        "Technology",
        "Consumer Electronics"
      ],
      "typeFactorRiskProfile": [
        "Growth",
        "Large Cap"
      ],
      "regionMarketExposure": [
        "US",
        "Global"
      ]
    },
    "coinmarketcapId": "38037",
    "isin": "US0378331005"
  }
]