---
title: "Get Sellers"
method: GET
path: "/api/b2b/escrows/sellers"
---

# Get Sellers

`GET /api/b2b/escrows/sellers`

Retrieve all sellers associated with the authenticated user

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `id` string
    - `createdAt` integer
    - `name` string
    - `email` string
    - `currency` string
    - `defaultPayoutDetails` object
      - `method` string
      - `country` string
      - `payoutMethod` object
        - `accountName` string
        - `accountNumber` integer
        - `code` string
    - `aggregatedBalance` object
      - `KES` integer
    - `updatedAt` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
