---
title: "Returns the current signer config for a subaccount"
method: GET
path: "/v1/linked-signer/quota"
tags: ["LinkedSigner"]
---

# Returns the current signer config for a subaccount

`GET /v1/linked-signer/quota`

## Query parameters

- `subaccountId` string, uuid, required

## Response `200`

- AccountSignerQuotaDto
  - `linkedSignerRefreshHoursBeforeExpiry` integer, required — Hours before expiry when a signer can be refreshed
  - `linkedSignersUsedInPeriod` integer, required — Number of signers linked within current ratelimit period
  - `maxLinkedSignersInPeriod` integer, required — Max number of signers that can be linked within ratelimit period
  - `maxLinkedSignersPeriodDays` integer, required — Ratelimit period in days for linking signers per account

## 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)
