curl --request GET \
--url https://api.example.com/{
"message": "<string>",
"bcv": {
"value": "<string>",
"date": "<string>"
},
"banplus": {
"value": "<string>",
"date": "<string>"
},
"bnc": {
"value": "<string>",
"date": "<string>"
},
"bdv": {
"value": "<string>",
"date": "<string>"
}
}Retrieve today’s exchange rates from all available banks
curl --request GET \
--url https://api.example.com/{
"message": "<string>",
"bcv": {
"value": "<string>",
"date": "<string>"
},
"banplus": {
"value": "<string>",
"date": "<string>"
},
"bnc": {
"value": "<string>",
"date": "<string>"
},
"bdv": {
"value": "<string>",
"date": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/MiguelNavas19/miapibcv/llms.txt
Use this file to discover all available pages before exploring further.
GET /
"Consulta exitosa" on success.tasas_bancos_YYYY-MM-DDcurl -X GET https://your-domain.com/api/ \
-H "Accept: application/json"
{
"message": "Consulta exitosa",
"bcv": {
"value": "45.2500",
"date": "2026-03-04"
},
"banplus": {
"value": "45.3000",
"date": "2026-03-04"
},
"bnc": {
"value": "45.2800",
"date": "2026-03-04"
},
"bdv": {
"value": "45.2600",
"date": "2026-03-04"
}
}
{
"message": "Tasas no disponibles aún"
}
| Status Code | Description |
|---|---|
| 200 | Success - Returns exchange rates for all available banks |
| 404 | Not Found - No rates available for today |
app/Http/Controllers/Api/ScraperController.php:15-40 and:
date = todaysource (bank identifier)