List all supported on-ramp currencies
provider
import { crapi, Chainrails } from "@chainrails/sdk"; Chainrails.config({ api_key: "your_api_key_here", }); const currencies = await crapi.ramp.getCurrencies({ provider: "ONRAMP_MONEY", }); console.log("Supported currencies:", currencies);
Was this page helpful?