---
title: "Get only the supported base assets from global configuration"
method: GET
path: "/global-config/supported-assets"
tags: ["Global Config"]
---

# Get only the supported base assets from global configuration

`GET /global-config/supported-assets`

## Response `200`

Supported assets retrieved successfully

- SupportedAssetsResponse
  - `supported_base_assets` CodexToken[], required — List of supported base assets with metadata
    - `address` string, required
    - `decimals` integer, required
    - `logo_uri` string, nullable
    - `name` string, required
    - `symbol` string, required

## Other responses

- `404` — Global configuration not found
- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/revisions/d0a18846aa92/schema)
