Use the EZ Forex JSON API to authenticate, list currencies, convert amounts with the latest exchange-rate snapshot, and inspect your API usage.
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/login | No | Issue a Bearer token |
| GET | /api/currencies | Yes | List supported currencies |
| GET | /api/convert/{from}/{amount}/{to} | Yes | Convert an amount |
| GET | /api/usage | Yes | Inspect API usage |