---
title: "Retrieve Partner Fee"
method: GET
path: "/v1/instances/{instance_id}/partner-fees/{id}"
tags: ["Partner Fees"]
---

# Retrieve Partner Fee

`GET /v1/instances/{instance_id}/partner-fees/{id}`

## Path parameters

- `instance_id` string, required
- `id` string, required

## Response `200`

Get blockchain wallets

- object
  - `id` string, required
  - `instance_id` string, required
  - `name` string, required
  - `payout_percentage_fee` number, required
  - `payout_flat_fee` number, required
  - `payin_percentage_fee` number, required
  - `payin_flat_fee` number, required

## Other responses

- `400` — Possible error codes: `VALIDATION_FAILED`. See the Error responses section for retry semantics.
- `401` — Possible error codes: `AUTH_UNAUTHORIZED`. See the Error responses section for retry semantics.
- `403` — Possible error codes: `AUTH_FORBIDDEN`. See the Error responses section for retry semantics.
- `429` — Possible error codes: `AUTH_RATE_LIMITED`. See the Error responses section for retry semantics.
- `500` — Possible error codes: `INTERNAL_ERROR`. See the Error responses section for retry semantics.

---

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