---
title: "Get the global configuration"
method: GET
path: "/global-config"
tags: ["Global Config"]
---

# Get the global configuration

`GET /global-config`

## Response `200`

Global configuration retrieved successfully

- GlobalConfigResponse
  - `global_config` ApiGlobalConfig, required
    - `bump` integer, required — Program derived address bump
    - `fund_counter` integer, required — Counter for funds created
    - `initialized` boolean, required — Whether the program is initialized
    - `paused` boolean, required — Whether the program is paused
    - `program_admin` string, required — Program admin pubkey
    - `supported_base_assets` string[], required — List of supported base asset mint addresses
    - `updated_at_slot` integer, required — Slot when the config was last updated
    - `updated_at_timestamp` integer, required — Timestamp when the config was last updated

## 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)
