UseDocumentation Index
Fetch the complete documentation index at: https://docs.convertly.sh/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/currency/convert for authenticated currency conversion inside your product. Convertly stores the conversion record, returns the rate path used, and includes quota headers so you can monitor usage.
Precise amounts
Amounts are parsed as fixed decimal strings internally to avoid floating-point drift.
Webhook-ready
Pro, Business, and Enterprise plans can receive
currency.conversion.completed events.What it achieves
The currency API is useful for quoting prices, normalizing transaction values, converting reporting totals, or adding a currency tool to a dashboard without maintaining your own rate ingestion and quota tracking system.Quota headers
Currency responses include:| Header | Meaning |
|---|---|
x-ratelimit-limit-month | Monthly currency API quota. |
x-ratelimit-remaining-month | Remaining monthly requests. |
x-ratelimit-limit-minute | Per-minute currency API limit. |
x-ratelimit-remaining-minute | Remaining requests in the current minute. |
POST /api/currency/public-convert and is not intended as a developer API.