---
title: "Get Contract Addresses for an Asset"
method: GET
path: "/v1/assets/{symbol}/addresses"
tags: ["Assets"]
---

# Get Contract Addresses for an Asset

`GET /v1/assets/{symbol}/addresses`

This endpoint retrieves all contract addresses for a specific asset across different blockchain networks.

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

## Path parameters

- `symbol` string, required

## Response `200`

OK

- AssetAddress[]
  - `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.

## Other responses

- `400` — One of the request parameters is invalid. Please see the returned message and documentation for details.
- `401` — Missing or invalid API key.
- `404` — The provided asset symbol does not exist and cannot be found. Please see the returned message and documentation for details.
- `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/versions/12953a4908b2/schema)
