{"endpoint":"https://bizintel-api.hahavoid0.workers.dev/finance/crypto-price","method":"POST","price":"$0.020","description":"Fetches spot prices for token identifiers from the free CoinGecko simple price index.","example_input":{"coin_id":"ethereum","vs_currency":"usd"},"example_output":{"supported":true,"result":{"ethereum":{"usd":3400}},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["coin_id"],"properties":{"coin_id":{"type":"string","description":"CoinGecko ID slug (e.g. ethereum, bitcoin, usd-coin)"},"vs_currency":{"type":"string","description":"Compare currency (e.g. usd)","default":"usd"}}},"response_schema":{"type":"object"}}