Add CacheRateLimiter
This commit is contained in:
parent
8ad4765d5d
commit
f066040415
|
|
@ -397,4 +397,9 @@ class LaravelBitunixApi implements ChangeLeverageRequestContract, ChangeMarginMo
|
|||
'json' => $body,
|
||||
]);
|
||||
}
|
||||
|
||||
protected function resolveRateLimitIdentity(): string
|
||||
{
|
||||
return (string) config('bitunix-api.api_key');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue