Rates
The rate card is public.
const rates = await client.rates.list()
for (const r of rates) console.log(r.name, r.iso2, r.rateTzs)
const tz = await client.rates.get('TZ')
console.log(tz.name, tz.rateTzs)GET /v1/rates
GET /v1/rates/{country}Use the rates together with getSmsPartInfo() from the SMS Calculator to predict the exact cost of a message before sending.
Last updated on