pub async fn cancel_rate_limit_middleware(
__arg0: State<RateLimitState>,
req: Request,
next: Next,
) -> ResponseExpand description
Middleware to check order cancellation rate limits.
Must be applied AFTER signature middleware (needs SignerContext).