---
title: "Lists your commissions as an affiliate. (FOR AFFILIATES ONLY)"
method: GET
path: "/commissions"
tags: ["Misc"]
---

# Lists your commissions as an affiliate. (FOR AFFILIATES ONLY)

`GET /commissions`

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

Success

- object
  - `meta` object
    - `start` integer
    - `limit` integer
    - `_endpoint` string
  - `data` Commission[]
    - `id` string
    - `amount_satoshi` number
    - `amount_eur` number
    - `amount_usd` number
    - `currency` string
    - `balance` number
    - `order` object
      - `product` object
        - `id` string
        - `name` string
        - `title` string
        - `value` union
          - number
          - string
        - `currency` string
      - `price` number
      - `currency` string
    - `date` string

---

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