---
title: "Query CEX network signer"
method: GET
path: "/exchange/api/cexs/signers/{networkId}"
tags: ["exchange-external-api"]
---

# Query CEX network signer

`GET /exchange/api/cexs/signers/{networkId}`

## Path parameters

- `networkId` string, required

## Response `200`

Success

- CexSignerDto — Registered wallet address
  - `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/35fe01ca087b/schema)
