CoinStats API
Mock the CoinStats API: pull crypto prices, market data, exchange listings, and news for 8000+ coins without an API key.
[01]
About
Simulate CoinStats' public v1 API across 9 endpoints: list coins with prices, market caps, and supply; look up a single coin; fetch historical price charts; list exchanges, markets, tickers, and supported fiat currencies; pull general and hand-picked crypto news feeds. Useful for portfolio app and crypto dashboard prototypes. Note: this is a mockzilla simulation, not the live CoinStats API.
Endpoints
9 across 4 resource groups
Methods
GET 9 none deprecated
OpenAPI
3.0.3 spec version 1.0.0
Source spec
248 KB · YAML
[02]
Endpoints
| GET |
/public/v1/coins
|
Coins with global avg prices List of coins with their global average price, volume, market cap, available supply, total supply ordered from the highest market cap to the lowest. Mocked via Mockzilla.
|
| GET |
/public/v1/coins/bitcoin
|
Bitcoin against currency Get the price of bitcoin in the chosen currency with market cap
|
| GET |
/public/v1/charts
|
Historical global avg price chart Returns chart data for a particular coin filtered based on available periods.
|
| GET |
/public/v1/exchanges
|
Get Exchanges Returns list of supported exchanges
|
| GET |
/public/v1/markets
|
Get Markets Returns market prices and trading volume across all exchanges the specified coin is trading in.
|
| GET |
/public/v1/tickers
|
Get Tickers Get tickers prices for an exchange and a coin. Available as a Mockzilla mock endpoint.
|
| GET |
/public/v1/fiats
|
Get Fiats Returns a list of fiat currencies
|
| GET |
/public/v1/news
|
Get News Latest crypto news from verified 40+ news sources
|
| GET |
/public/v1/news/handpicked
|
Get News With Filter Latest crypto news from verified 40+ news sources with filter Available Filters 1. handpicked 2. trending 3. latest 4. bullish 5. bearish
|