---
title: "Get authenticated partner profile"
method: GET
path: "/me"
tags: ["Partner Profile"]
---

# Get authenticated partner profile

`GET /me`

## Response `200`

Success

- PartnerProfileResponse
  - `id` string, required
  - `name` string
  - `nickname` string
  - `email` string, required
  - `tier` string
  - `commissionRate` number, double — Base commission percentage used when no route-specific commission is set. `privateCommissionRate`, `standardCommissionRate`, and `dexCommissionRate` override this value for their matching order routes.
  - `privateCommissionRate` number, double — Commission percentage for private/anonymous (2-hop) orders. Overrides `commissionRate` for this route when set.
  - `standardCommissionRate` number, double — Commission percentage for standard non-anonymous CEX orders. Overrides `commissionRate` for this route when set.
  - `dexCommissionRate` number, double — Commission percentage for DEX/bridge/onchain orders. Overrides `commissionRate` for this route when set.
  - `markup` number, double, nullable — API markup percentage value. `0.65` means `0.65%`, not `65%`.
  - `walletAddress` string
  - `created` string, date-time, required

## Other responses

- `403` — Access Denied
- `404` — Partner not found
- `422` — Validation Failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/houdiniswap/apis/houdiniswap-backend.md) · [All operations](https://skmtc.net/houdiniswap/apis/houdiniswap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/houdiniswap/houdiniswap-backend/revisions/2063dbc88d59/schema)
