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.
Introduction
Mi API BCV provides real-time and historical exchange rate data scraped from major Venezuelan banks. The API is built with Laravel and offers a simple REST interface for accessing currency reference rates.Base URL
Replace
your-domain.com with your actual API domain.Authentication
This API does not require authentication. All endpoints are publicly accessible.
Rate Limiting
The API implements intelligent caching with a 1-hour TTL (Time To Live) for all responses. This helps reduce database load and improves response times.Request Headers
All API requests should include:Available Endpoints
The API provides two main endpoints:Get Current Rates
Retrieve today’s exchange rates from all available banks
Get Historical Rates
Query exchange rates by date and optionally filter by bank
Supported Banks
The API scrapes exchange rates from the following Venezuelan financial institutions:- bcv - Banco Central de Venezuela
- banplus - Banplus Banco Universal
- bnc - Banco Nacional de Crédito
- bdv - Banco de Venezuela
Common Response Pattern
All successful responses follow this structure:Caching Behavior
All endpoints cache responses for 1 hour (3600 seconds) based on:- Current date for the root endpoint
- Specific date for historical queries
Next Steps
Response Structure
Learn about the detailed response format
Error Handling
Understand error codes and how to handle them