No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
monerica-project e1b18e1c52 pgp flow
2026-09-09 11:57:49 -04:00
ExchangeServices pgp flow 2026-09-09 11:57:49 -04:00
ExchangeServices.Console Upgrade NuGet packages to latest within .NET 10 (incl. security fix System.Security.Cryptography.Xml -> 10.0.11) 2026-08-14 05:29:32 -04:00
.gitignore remove un used 2026-07-03 11:19:54 -04:00
ExchangeServices.slnx init 2026-06-28 09:55:06 -04:00
LICENSE 2026-08-26 updates 2026-08-23 10:05:15 -04:00
README.md 2026-08-26 updates 2026-08-23 10:05:15 -04:00

ExchangeServices

A shared .NET library of cryptocurrency exchange price/rate sources used across the Monerica network (for example MoneroPriceNow and SwapRaven). Each exchange has its own client that fetches quotes; new price sources self-register via configuration so consumers can add or remove exchanges without code changes.

  • ExchangeServices/ — the library (per-exchange clients, options, registration).
  • ExchangeServices.Console/ — a small console harness for exercising the sources.

Per-exchange verbose logging is gated behind the EXCHANGE_VERBOSE environment variable (off in production).

License

MIT — see the LICENSE file.