Skip to content

Instantly share code, notes, and snippets.

The below are all the commands you need to run -- make sure to replace the IP with your own.
before deploying:
make sure environment variables are correct (.env vs .env.local)
npm build script (if you use prisma)
"build": "prisma db push && next build"
ssh root@62.72.26.118
apt install npm
npm install -g n
n latest
@lucianolacurcia
lucianolacurcia / bcuapi.md
Last active March 3, 2026 21:06
BCU API - Uruguay - Obtener cotizaciones - minidocs

Cotizaciones BCU:

Para obtener las cotizaciones del Banco Central de Uruguay a través de su API se debe llamar al enpoint:

https://cotizaciones.bcu.gub.uy/wscotizaciones/servlet/awsbcucotizaciones?wsdl

Utilizando el método http POST, añadiendo en el body de la solicitud, un xml con el sigiuente formato:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cot="Cotiza">
   <soapenv:Header />