---
title: "Get Metadata for All Supported Assets"
method: GET
path: "/v1/assets/all/metadata"
tags: ["Assets"]
---

# Get Metadata for All Supported Assets

`GET /v1/assets/all/metadata`

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

For caching details on this endpoint, please see: [Endpoint Caching](https://docs.ondo.finance/api-reference/endpoint-caching).

## Response `200`

OK

- MetadataEntry[]
  - `symbol` string, required
  - `ticker` string, required
  - `coingeckoId` string, nullable
  - `addresses` AssetAddress[] — Contract addresses for various chains.
    - `networkChainId` 'ethereum-1' | 'bsc-56' | 'solana-900', required — The chain's identifier including the chain name and chain id.
    - `address` string, required — The contract address on the specified chain.
    - `decimals` integer, required — The number of decimals places for the asset.
  - `tags` object, required
    - `assetClass` string, required — High-level category of the asset
    - `instrumentType` string, required — Instrument type within the asset class
    - `sectorIndustry` string[] — Sector and industry classifications for the asset.
    - `typeFactorRiskProfile` string[] — Type, factor, and risk profile classifications.
    - `regionMarketExposure` string[] — Region and market exposure classifications.
  - `coinmarketcapId` string, nullable
  - `isin` string — The 12-character International Securities Identification Number (ISIN) for the underlying instrument. Empty string if unknown or not applicable (e.g., non-equity assets).

## Other responses

- `401` — Missing or invalid API key.
- `429` — The account has exceeded its rate limits. Please see the returned message and documentation for details.
- `500` — An internal server error occurred. Please see the returned message and documentation for details.

---

[API](https://skmtc.net/ondo/apis/gm-backend-api.md) · [All operations](https://skmtc.net/ondo/apis/gm-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondo/gm-backend-api/revisions/12953a4908b2/schema)
