---
title: "List Commission Schedules"
method: GET
path: "/accounts/{accountID}/commissions"
tags: ["Commission Schedules"]
---

# List Commission Schedules

`GET /accounts/{accountID}/commissions`

Retrieves a list of Commissions Schedules by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Response `200`

Retrieving a list of Commissions Schedules was Successful.

- CommissionObject[]
  - `active` boolean — Commission group status.
  - `commissionID` string — The unique identifier associated with a specific commission related to the account.
  - `description` string — A short description about the commission.
  - `assignmentCriteria` AssignmentCriteria
    - `wplID` string — The wlpID is a deep backoffice ID that identifies each partner from each other.
    - `countries` string — Clients from this country will be assigned this commission.
    - `defaultStatus` boolean — The default commission to be applied if no other criteria matches.
    - `accountMgmtType` string — NEEDS DESCRIPTION
  - `rates` object — This object contains the details of the commission rates.
    - `fractional` object — Object provides commission rates on order quantities between 0.0001 and 0.9999 (aka fractional shares).
      - `schema` RatesObject
        - `rate` number — Commission rate in USD.
        - `passThroughFees` boolean — If true, SEC and TAF fees are passed through to the client.
        - `shareAmountRounding` 'FLOOR' | 'CEIL' | 'NEAREST' — Share amount rounding method. Options:`FLOOR` - Share quantity rounded down `CEIL` - Share quantity rounded up `NEAREST` - Share quantity rounded to nearest integer.
        - `minimumRate` number — Minimum commission rate.
    - `default` object — Object provided commission rates on full share order quantities.
      - `schema` RatesObject
        - `rate` number — Commission rate in USD.
        - `passThroughFees` boolean — If true, SEC and TAF fees are passed through to the client.
        - `shareAmountRounding` 'FLOOR' | 'CEIL' | 'NEAREST' — Share amount rounding method. Options:`FLOOR` - Share quantity rounded down `CEIL` - Share quantity rounded up `NEAREST` - Share quantity rounded to nearest integer.
        - `minimumRate` number — Minimum commission rate.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
