Endpoint
CoinCap — asset quote
Public asset snapshot by id (e.g. bitcoin).
Live crypto spot metrics
FinanceNo API keyDefault GET
HTTP console
Example URL
https://api.coincap.io/v2/assets/bitcoinRequest
Use HTTPS GET unless the provider documents POST. Example: GET /v2/assets/{id}
GET /v2/assets/{id}Response
{ data: { id, rank, symbol, priceUsd, … } }
{"data":{"id":"bitcoin","rank":"1","symbol":"BTC","priceUsd":"…"}}Outbound requestProxy
Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).
Upstream response
Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.