---
title: "Get settings"
method: GET
path: "/v1/api/chain/{chain}/contracts/{address}/settings"
tags: ["contracts"]
---

# Get settings

`GET /v1/api/chain/{chain}/contracts/{address}/settings`

## Response `200`

OK

- ContractSettings
  - `contractAddress` string, required
  - `notificationEmail` string
  - `withdrawalNotificationsEnabled` boolean

## Other responses

- `401` — Unauthorized
- `default` — Default error response

---

[API](https://skmtc.dev/streamflow/apis/my-api.md) · [All operations](https://skmtc.dev/streamflow/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamflow/my-api/revisions/f2205e955030/schema)
