Find the best rate.
Every time.
Click any cell in the matrix to compare banks, fintechs, remittance services, and crypto rails — including Buda, Bitso, Stellar, and Ripple ODL.
Click any cell in the matrix to compare banks, fintechs, remittance services, and crypto rails — including Buda, Bitso, Stellar, and Ripple ODL.
The same exchange rate and provider comparison data that powers this UI, available as a REST API. Deploy the included server to Vercel, Railway, or any Node.js host.
| Param | Type | Description |
|---|---|---|
| fromrequired | string | ISO 4217 source currency code — e.g. USD, EUR, GBP |
| torequired | string | ISO 4217 target currency code — e.g. INR, MXN, BRL |
| Param | Type | Description |
|---|---|---|
| fromrequired | string | ISO 4217 source currency |
| torequired | string | ISO 4217 target currency |
| amountoptional | number | Amount to send in source currency. Default: 1000 |
| sortoptional | string | Sort order: rate | fee | spread. Default: rate |
| Param | Type | Description |
|---|---|---|
| currenciesoptional | string | Comma-separated ISO 4217 codes. Max 10. Default: USD,EUR,GBP,JPY,CAD,MXN,INR,BRL |
Returns all supported providers with fee structures, network info, and data source metadata. No parameters required.
The API server is in api/index.js. Run npm install then choose a host:
Free tier, zero config. vercel.json is included — just connect your repo or drag the folder.
Connect your GitHub repo. Set start command to node api/index.js. Free tier available.
Run locally for development. npm install && npm run dev starts the server with auto-reload.