convert_currency
InactiveTool of com.gadgethumans.swarm/x402-middleware
Convert between currencies using real-time exchange rates. Use this for currency conversion, financial calculations, or comparing prices across different currencies. Supports 160+ currencies including USD, GBP, EUR, JPY, CAD, AUD, and more. Parameters: from_ — Source currency code (default: "USD"). Three-letter ISO code. to — Target currency code (default: "GBP"). Three-letter ISO code. amount — Amount to convert (default: 1). Positive number.
Parameters schema
{
"type": "object",
"title": "convert_currencyArguments",
"properties": {
"to": {
"type": "string",
"title": "To",
"default": "GBP"
},
"from_": {
"type": "string",
"title": "From",
"default": "USD"
},
"amount": {
"type": "number",
"title": "Amount",
"default": 1
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries