---
title: "List Transfer Limits"
method: GET
path: "/transfer/limits/utilizations"
tags: ["Limits"]
---

# List Transfer Limits

`GET /transfer/limits/utilizations`

List all limits that apply to the given transaction type.

## Query parameters

- `transfer_type` 'INTERNAL_TRANSFER_DEBIT' | 'INTERNAL_TRANSFER_CREDIT' | 'CRYPTO_DEPOSIT' | 'CRYPTO_WITHDRAWAL' | 'WIRE_DEPOSIT' | 'WIRE_WITHDRAWAL' | 'SEN_DEPOSIT' | 'SEN_WITHDRAWAL' | 'BANK_DEPOSIT' | 'BANK_WITHDRAWAL' | 'PAXOS_TRANSFER_DEBIT' | 'PAXOS_TRANSFER_CREDIT' | 'SIGNET_DEPOSIT' | 'SIGNET_WITHDRAWAL' | 'CBIT_WITHDRAWAL' | 'CBIT_DEPOSIT' | 'CUBIX_DEPOSIT' | 'CUBIX_WITHDRAWAL' | 'RTP_DEPOSIT', required

## Response `200`

A successful response.

- ListTransferLimitsResponse
  - `items` TransferLimit[]
    - `id` string — The ID of the limit. Single-transaction limits will not have an id, but only a rule id.
    - `rule_id` string — The limit rule this limit applies to.
    - `transfer_types` TransferType[] — One or more transfer types that the limit applies to, ordered alphabetically.
    - `period_seconds` string — The number of seconds that the limit is measured over. Single-transaction limits have period 0.
    - `limit` string, decimal — The limit.
    - `remaining` string, decimal — The limit, minus any transactions that have been done in the period. Single-transaction limits always have remaining set to the limit.
    - `limit_asset` string — The asset that limit and remaining are given in, e.g. "USD", "BTC", "ETH".
  - `next_page_cursor` string

---

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