---
title: "Get participant limits"
method: GET
path: "/participant/{participant_code}/limits"
tags: ["Query Participants"]
---

# Get participant limits

`GET /participant/{participant_code}/limits`

Allows the Platform to query Customer limits, broken out by transaction type, time period and asset.

## Path parameters

- `participant_code` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Successfully retrieved participant transaction limits including deposit, withdrawal, and trade limits by asset and time period

- GetParticipantLimitsResponse
  - `message` object
    - `participant_code` string — Unique participant code
    - `as_of` number — Timestamp showing the exact query time in seconds since Unix epoch
    - `limits` TransactionLimit[] — The limits permitted for the participant
      - `type` string[] — The actions that are restricted by the limit
      - `period` number — The period in hours on which the limit is applied. A period of 0 means a lifetime limit
      - `balance` string — The current balance for the asset
      - `limit` string — The limit represents the volume that is permitted over the period
      - `configured_limit` string — The configured unencumbered limit value set for the asset
      - `asset` string — The currency in which the limit is given
    - `tags` string[] — Tags associated with KYC Tier of Participant

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/versions/8b647d934363/schema)
