PUT /admin/tiers
Set account tier
Set account tier.
operationId: setTier
Not reachable through CCXT. Operator-only surface. CCXT models a trading client's view of a venue; it has no concept of an exchange's own administration, so there is no unified method to map to.
Authentication: adminAuth.
Assign a rate-limit tier to an address. Invalidates the existing rate-limit bucket so the new cap takes effect immediately.
Request body
Required. application/json. The contract declares no schema for this body — only the example below, so a generated client gets an untyped body here.
{
"address": "0x1234...abcd",
"tier": "MarketMaker"
}Responses
200
— (no schema declared)
The updated account tier.
403
— (no schema declared)
Admin secret required
Example
Generated from eng/apps/exchange/api/openapi.json (spec 0.9.36). Do not edit by hand — regenerate with python3 product/docs/tools/api-reference/generate.py. Hand-authored context lives in the Guides pages.
Last updated

