Skip to content

Cotizaciones

GET
/v1/cotizaciones

Devuelve las cotizaciones del Dólar Oficial y Euro oficial en Venezuela

Respuestas

Devuelve todas las cotizaciones

application/json
JSON
[
{
"fuente": "string",
"nombre": "string",
"moneda": "string",
"compra": 0,
"venta": 0,
"promedio": 0,
"fechaActualizacion": "string"
}
]

Playground

Ejemplos

cURL
JavaScript
PHP
Python
Powered by VitePress OpenAPI