convert
ActiveTool of ai.dynamicfeed/dynamic-feed
Convert an amount between currencies at the LIVE rate (not a stale training-era rate). CURRENTLY LIVE: fiat (USD/EUR/GBP/JPY/CNY/AUD/...). Crypto (BTC/ETH/SOL/...) and precious metals (XAU/XAG/XPT/XPD) are coming in a future release. e.g. 100 USD→JPY, 5000 EUR→GBP. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "convertArguments",
"properties": {
"amount": {
"type": "number",
"title": "Amount",
"default": 1
},
"to_currency": {
"type": "string",
"title": "To Currency",
"default": "USD"
},
"from_currency": {
"type": "string",
"title": "From Currency",
"default": "USD"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries