CryptoFiat Bridge
A simple and fast API to convert between cryptocurrencies and fiat currencies. You can get the latest crypto and fiat rates, list supported currencies, and convert any amount between them.
CryptoFiat Bridge endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check / |
Check if the service is running. Response: { "status": "ok" } |
| GET |
currencies /currencies |
Returns a list of available fiat currencies. Method: GET Endpoint: /currencies Example: GET URl/currencies Response: ["USD", "EUR", "INR", ...] |
| POST |
convert /convert |
Convert a cryptocurrency amount to fiat currency. Method: POST Endpoint: /convert Request body: { "fromCurrency": "bitcoin", "toCurrency": "usd", "amount": 2 } Response: {… |
| GET |
cryptocurrencies /cryptocurrencies |
Fetch the top 100 cryptocurrencies by market cap. Method: GET Endpoint: /cryptocurrencies Response: [ { "id": "bitcoin", "name": "Bitcoin", "symbol": "btc" }, ... ] |
CryptoFiat Bridge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29.99 / month | 25 / second |
|
| ULTRA | $129.99 / month | 200 / second |
|
| MEGA | $499.99 / month | — |
|