---
title: "Query CEX signer addresses"
method: GET
path: "/exchange/api/cexs/signers"
tags: ["exchange-external-api"]
---

# Query CEX signer addresses

`GET /exchange/api/cexs/signers`

## Response `200`

Success

- object
  - `signers` CexSignerDto[], required
    - `businessId` string, uuid, required — General format for UUID
    - `networkId` string, required — Gateway network ID
    - `address` string, required — Exchange signer address
    - `createdAt` string, date-time — Timestamp field.
    - `updatedAt` string, date-time — Timestamp field.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/76329919f8a7/schema)
