TypeScript SDK

@pontx/open-exchange-rates

The operator-published SDK for Open Exchange Rates API covers every Endpoint in the current PontxSpec.

v0.1.1Node.js 18 / 20 / 22 CIESM + CommonJSTypeScript declarationsSDK Endpoint coverage 7/7

SDK quality gate

The source for v0.1.1 passed its complete unit suite and built-package E2E on Node.js 18 / 20 / 22.

SDK quality: UT 100%, E2E passed
Unit tests
4/4 · 100%
E2E
Passed
Tested commit
d3595c1
Verified
2026-08-24

Install and call

The SDK is produced by Pontx and typechecked and built before publication.

Install SDK
pnpm add @pontx/open-exchange-rates
TypeScript usage
import { createOpenExchangeRatesClient } from "@pontx/open-exchange-rates";

const client = createOpenExchangeRatesClient({
  appId: process.env.PONTX_OPEN_EXCHANGE_RATES_APP_ID!
});

const result = await client.listCurrencies(
  {}
);
console.log(result);

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.

Dedicated API CLI
pnpm add --global @pontx/open-exchange-rates

pontx-open-exchange-rates call listCurrencies --dry-run