{"uid":"cap_4K0Z-8DM9TTzbJk5iUSI-","slug":"bizintel-api-crypto-price-lookup-coingecko-b307f068","name":"BizIntel API – Crypto Price Lookup (CoinGecko)","description":"Fetches spot prices for token identifiers from the free CoinGecko simple price index.","url":"https://bizintel-api.hahavoid0.workers.dev/finance/crypto-price","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["coin_id"],"properties":{"coin_id":{"type":"string","description":"CoinGecko ID slug (e.g. ethereum, bitcoin, usd-coin)"},"vs_currency":{"type":"string","default":"usd","description":"Compare currency (e.g. usd)"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"result":{"ethereum":{"usd":3400}},"warnings":[],"supported":true,"confidence":"high","data_as_of":"2026-06","disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_HzfucYVLYSL_ydh9LzefK","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the current price of a cryptocurrency by CoinGecko coin ID, quoted in a specified fiat or crypto currency.","exampleAgentPrompt":"What's the current price of Ethereum in USD? Use the CoinGecko slug 'ethereum' and quote it in usd.","exampleUseCases":[{"title":"Portfolio snapshot for DeFi dashboard","prompt":"Pull the current prices for bitcoin, ethereum, and solana in USD so I can update my portfolio dashboard."},{"title":"Alert threshold check for trading bot","prompt":"What is the current price of chainlink in USD? I need to know if it's crossed my alert threshold of $15."},{"title":"Invoice conversion for crypto payment","prompt":"I'm billing a client in crypto — what's the current USD price of usd-coin so I can figure out how many USDC to request for a $500 invoice?"}],"resultDescription":"Returns a JSON object with the coin's price in the requested currency (e.g. {ethereum: {usd: 3400}}), a confidence rating ('high'), a data_as_of timestamp (month-level), a supported flag, any warnings, and a disclaimer noting the data is informational only.","failureModes":["Invalid or unrecognized CoinGecko coin ID slug returns an error or supported:false","Unsupported vs_currency may return a warning or empty result","Network or worker timeout may return a 5xx error","Coin delisted or unavailable from CoinGecko may reduce confidence or return no price"],"whenToPreferThis":"Choose this endpoint when you need a quick, pay-per-call cryptocurrency price lookup using CoinGecko's index without managing API keys. It is ideal for agent workflows that need spot prices for one coin at a time, especially when already using the BizIntel API ecosystem for other data enrichment tasks. Prefer it over direct CoinGecko API calls when you need x402 USDC micropayment compatibility on Base.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:31:52.373Z","isFirstParty":false}