Add CacheRateLimiter

This commit is contained in:
Maik Müller 2026-04-12 19:47:10 +02:00
parent 8ad4765d5d
commit f066040415
1 changed files with 5 additions and 0 deletions

View File

@ -397,4 +397,9 @@ class LaravelBitunixApi implements ChangeLeverageRequestContract, ChangeMarginMo
'json' => $body,
]);
}
protected function resolveRateLimitIdentity(): string
{
return (string) config('bitunix-api.api_key');
}
}