Crypto & FX Rates
Apigle FX & Crypto API provides developers with a single, unified solution for accessing both real-time cryptocurrency prices and foreign exchange (FX) rates. Instead of integrating multiple data sources, you can get everything you need from one fast and reliable API. Designed for trading apps, fintech dashboards, payment processors, portfolio trackers, e-commerce platforms, and financial…
Crypto & FX Rates endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/crypto/supported /v1/crypto/supported |
List supported coin ids. |
| GET |
/healthz /healthz |
|
| GET |
/fx/supported /v1/fx/supported |
Lists currency codes supported by the current ECB snapshot. |
| GET |
/fx/history /v1/fx/history |
Returns daily FX history for the given pair within the date range (limited to ~90 days). |
| GET |
/crypto/price /v1/crypto/price |
Returns prices for the requested CoinGecko ids. The API fetches/maintains a USD master cache, then derives non-USD fiats locally via ECB FX. Limits: up to 50 symbols and 6 fiats… |
| GET |
/fx/latest /v1/fx/latest |
Returns latest FX rates for the requested base. If symbols are omitted, a broad default set is used. Rates are computed via EUR cross using the ECB eurofxref snapshot. |