Overview
DolarAPI is a free, open API that provides real-time Argentine dollar exchange rates across all major market types. Argentista uses it to display current prices in theDollarPrices and CurrencyConverter components.
The API requires no authentication. There are no documented rate limits.
Base URL
GET /v1/dolares
Returns the current buy and sell prices for all major Argentine dollar market types in a single request. Each object in the response array corresponds to one market type. This endpoint powers theDollarPrices and CurrencyConverter components.
Request
Response fields
Returns a JSON array. Each element represents one dollar market type.Array of current exchange rate entries, one per market type.
Example response
Dollar types reference
casa | nombre | Description |
|---|---|---|
oficial | Oficial | Official government exchange rate (BNA) |
blue | Blue | Informal/parallel market rate |
bolsa | Bolsa (MEP) | Electronic Payment Market (MEP) — via bonds |
contadoconliqui | Contado con Liqui (CCL) | Cash with settlement — capital flight rate |
mayorista | Mayorista | Wholesale rate for large transactions |
cripto | Cripto | Cryptocurrency-implied exchange rate |
tarjeta | Tarjeta | Credit card rate (includes PAIS tax) |
The
blue dollar is Argentina’s informal parallel market rate. It operates outside the official banking system and typically trades at a significant premium to the oficial rate.Notes
- No authentication required. The endpoint is publicly accessible.
- No documented rate limits. Cache responses in your application to avoid unnecessary requests.
- The
venta(sell) price is used by Argentista’sCurrencyConverterfor all ARS ↔ USD conversions. - The
fechaActualizaciontimestamp lets you show users how fresh the data is.