---
title: "Returns a signer by its id"
method: GET
path: "/v1/linked-signer/{id}"
tags: ["LinkedSigner"]
---

# Returns a signer by its id

`GET /v1/linked-signer/{id}`

## Path parameters

- `id` string, required

## Response `200`

- SignerDto
  - `blockNumber` string — Block number the signer has been linked on. Undefined means it has not be processed
  - `category` 'TRADE_SESSION' | 'API' — Category of the linked signer: API or TRADE_SESSION
  - `createdAt` integer, required — Link signer submission timestamp (ms since Unix Epoch)
  - `expiresAt` integer, required — Signer expiry timestamp (ms since Unix Epoch)
  - `id` string, required — Id representing the linked signer
  - `linkedAt` integer — Onchain linkage timestamp (ms since Unix Epoch)
  - `name` string — Optional name for the linked signer
  - `revokedAt` integer — Onchain revocation timestamp (ms since Unix Epoch)
  - `revokedBlockNumber` string — Block number the signer has been revoked on. Undefined means it has not be processed
  - `signer` string, hex, required — Address of the signer linked with the subaccount (non-checksummed)
  - `status` 'PENDING' | 'ACTIVE' | 'PENDING_REVOKE' | 'REVOKED' | 'REJECTED', required — Status of the signer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/ethereal/apis/ethereal-exchange-api.md) · [All operations](https://skmtc.net/ethereal/apis/ethereal-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethereal/ethereal-exchange-api/revisions/6e6f8dad92bf/schema)
