---
title: "Get enabled feature flags for a wallet"
method: GET
path: "/v1/flags"
tags: ["FeatureFlag"]
---

# Get enabled feature flags for a wallet

`GET /v1/flags`

Get all feature flags currently enabled for a given wallet.

## Query parameters

- `wallet` string

## Response `200`

A successful response.

- ApiGetFlagsByWalletResponse
  - `flags` string[] — Keys of all feature flags currently enabled for the wallet.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
