{
"baseUrl": "https://tasas.innovapp-soft.com",
"endpoint": "/api/tasas",
"methods": ["GET","POST"],
"accept": "application/json"
}
Devuelve un JSON con date y sections. Algunas secciones traen
today/yesterday.
{
"date": "YYYY-MM-DD HH:mm:ss",
"sections": [
{
"title": "string",
"today": { "CODE": number, "...": number },
"yesterday": { "CODE": number, "...": number }
}
]
}
{
"date": "2026-01-19 17:07:44",
"sections": [
{ "title":"Tasas InnovappSoft", "today":{"KCOIN":580}, "yesterday":{"KCOIN":578} },
{ "title":"Tasas elToque", "today":{"USD":490}, "yesterday":{"USD":490} }
]
}