get_convert
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Live crypto conversion at CoinGecko prices: any coin to any coin or fiat, and fiat to coin. ?amount=0.5&from=bitcoin&to=ethereum — common tickers (btc, eth, sol…) accepted. Returns the rate, the converted amount, and the underlying prices. Prices cached ≤30s; cheap enough to call in a loop. ($0.001 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "CoinGecko id/ticker or fiat code"
},
"from": {
"type": "string",
"description": "CoinGecko id or ticker (bitcoin/btc), or fiat code (usd, eur…)"
},
"amount": {
"type": "number",
"description": "quantity of 'from' (default 1)"
}
}
}Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries