Foreign Exchange Rates Resolver
Use to resolve currency conversion rates.
Call
POST https://bizintel-api.hahavoid0.workers.dev/finance/forex-rate
{
"from": "USD",
"to": "EUR"
}AgentCash command
npx agentcash@latest fetch https://bizintel-api.hahavoid0.workers.dev/finance/forex-rate -m POST -b '{"from":"USD","to":"EUR"}'Not for
Do not use for high-frequency low-latency updates.