---
title: "Get partner settings. For internal usage only"
method: GET
path: "/v1/partnership/{address}/settings"
tags: ["Partnership"]
---

# Get partner settings. For internal usage only

`GET /v1/partnership/{address}/settings`

## Path parameters

- `address` string, required

## Response `200`

Partner settings

- ApiPartnerSettings
  - `ref_share` number, double, required
  - `custom_fee` ApiTransactionsCustomFee, required — If present, additional transaction for fees collection will be generated. Because of that, be careful with max_splits to not exceed wallet contract limits
    - `fixed_fee` string — Value in nanotons
    - `percentage_fee` integer — Value in 1/1000000: 1 is 0.0001%, 1000000 is 100%. If present, can not be less than 10000000 (0.01 TON)
    - `min_percentage_fee_fixed` string — Value in nanotons. No less than this value may be withdrawn as a percentage_fee. Must be set if percentage_fee is present. Can not be less than 10000000 (0.01 TON)
    - `max_percentage_fee_fixed` string — Value in nanotons. If set, no more than this value may be withdrawn as a percentage_fee. Taken into account only if percentage_fee is present

## Other responses

- `default` — Some error during request processing

---

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