latestOpenAPI 3.1.12026-08-107910.9 KB
be934981453a
Throttle
Get Throttle Status
Check the remaining throttle capacity for a benefactor and asset. Throttle limits prevent excessive trading within a time window.
get/throttle
Query parameters
benefactorstring required
Ethereum address of the benefactor
assetstring required
Asset symbol (e.g., 'ETH', 'USDC', 'USDT')
Response
Throttle status
Example response
{
"http_status": 200,
"message": "Benefactor 0xD97B2cb85F706e3E459F42816844cA3f8Ea88729 has $100000 USDe available before reaching the throttle limit of $1000000 for asset ETH.",
"remaining_throttle": "100000"
}