---
title: "Get Throttle Status"
method: GET
path: "/throttle"
tags: ["Throttle"]
---

# Get Throttle Status

`GET /throttle`

Check the remaining throttle capacity for a benefactor and asset. Throttle limits prevent excessive trading within a time window.

## Query parameters

- `benefactor` string, required
- `asset` string, required

## Response `200`

Throttle status

- ThrottleResponse
  - `http_status` integer, required — HTTP status code
  - `message` string, required — Human-readable throttle status message
  - `remaining_throttle` string, required — Remaining throttle capacity in USD

## Other responses

- `400` — Invalid payload (missing or invalid benefactor/asset)
- `503` — Service temporarily unavailable

---

[API](https://skmtc.net/ethena/apis/usde-minting-api.md) · [All operations](https://skmtc.net/ethena/apis/usde-minting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethena/usde-minting-api/revisions/be934981453a/schema)
