TypeScript / Node.js SDK
@pontx/frankfurter-v2
The operator-published SDK for Frankfurter v2 exchange-rate API. Documentation and package releases share the same approved OAS.
Install and call
The SDK is produced by Pontx and typechecked and built before publication.
pnpm add @pontx/frankfurter-v2import frankfurterV2Client from "@pontx/frankfurter-v2";
const result = await frankfurterV2Client.common.getRates({
base: "EUR",
quotes: "USD"
});Command-line access
This npm package also publishes a dedicated CLI for the API. Use dry-run to inspect parameters, then supply your own provider credentials when required.
pnpm add --global @pontx/frankfurter-v2
pontx-frankfurter-v2 call common.getRate --base EUR --quote USD --dry-run