ysdsd
This commit is contained in:
@@ -27,6 +27,11 @@ final class FxRatesService
|
||||
return $this->repository->listLatestFetches();
|
||||
}
|
||||
|
||||
public function recentFetches(int $limit = 20): array
|
||||
{
|
||||
return $this->repository->listRecentFetches($limit);
|
||||
}
|
||||
|
||||
public function snapshot(?string $baseCurrency = null, ?string $at = null, ?array $symbols = null, ?int $windowMinutes = null): ?array
|
||||
{
|
||||
$base = $this->normalizeCurrency($baseCurrency ?: $this->defaultBaseCurrency());
|
||||
|
||||
Reference in New Issue
Block a user