Integrate ON RAMP into Node.js and TypeScript applications with the official SDK.
@mdpsdk/on-ramp is the official SDK for integrating the ON RAMP API into Node.js and TypeScript applications. It provides a typed client for authentication, quotes, payins, payouts, queries, fees, webhooks, and wallets.
View @mdpsdk/on-ramp on npm
Review the published version, version history, and package README.
The package includes TypeScript declarations and exports the request, response, error, pagination, enum, and entity types used by the client.
import type { CreateDepositQrRequest, CreateBankPayoutV3Request, TransactionHistoryResponse, WebhookResponse, WalletBalanceResponse,} from '@mdpsdk/on-ramp'
Keep the package current with npm install @mdpsdk/on-ramp@latest to receive
the latest types and operations.