# Currency Exchange API ## Docs - [Currencies](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/currencies.md): Manage currency definitions and retrieve currency information - [Currency Exchange](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/exchange.md): Convert amounts between currencies using current exchange rates - [Exchange Rates](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/exchange-rates.md): Manage exchange rates between currency pairs - [Currency](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/models/currency.md): Currency model and data transfer objects - [Exchange Rate](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/models/exchange-rate.md): Exchange rate model and data transfer objects - [API Overview](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api/overview.md): Currency Exchange API reference and getting started guide - [Architecture](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/architecture.md): Clean architecture design with clear separation of concerns across API, Application, Core, and Data layers - [Currencies](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/concepts/currencies.md): Understanding currency models, validation rules, and ISO standards in the Currency Exchange API - [Currency Conversion](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/concepts/currency-conversion.md): Understanding direct, reverse, and cross-rate currency conversion algorithms with precision handling - [Exchange Rates](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/concepts/exchange-rates.md): Managing exchange rates, automatic updates from CBR, and rate constraints in the Currency Exchange API - [Configuration](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/deployment/configuration.md): Configure the Currency Exchange API with environment variables and settings - [Database Setup](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/deployment/database.md): Set up and configure the PostgreSQL database for the Currency Exchange API - [Docker Deployment](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/deployment/docker.md): Deploy the Currency Exchange API using Docker and Docker Compose - [Introduction](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/introduction.md): A modern .NET 8 REST API for currency exchange with automatic rate updates from the Central Bank of Russia - [Quick Start](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/quickstart.md): Get the Currency Exchange API running locally in minutes using Docker ## OpenAPI Specs - [openapi](https://mintlify.wiki/SiveriusAlter/CurrencyExchange/api-reference/openapi.json)