Price widgets & tickers
Show live price, market cap and 24-hour change for any asset.
Assets, quotes, trending, exchanges, market totals, categories and chains. One base URL, one header, one response shape.
GET https://open-api.coinworldcap.com/openapi/v1/assetsEach use case maps to a small set of endpoints, so you only integrate what you need.
Show live price, market cap and 24-hour change for any asset.
Value holdings against current quotes and resolve coins by symbol or slug.
Headline totals, category and chain leaderboards, trending movers.
List venues with links, fees and 24-hour volume where available.
/assetsAssetsThe asset catalogue: id, rank, name, symbol and slug, with links on request.Open docsGET/quotesQuotesLatest market data: price, market cap, volume and eight percent-change windows.Open docsGET/trendingTrendingUp to 20 assets with the largest 24-hour change, ranked. Not paginated.Open docsGET/exchangesExchangesThe exchange directory: name, links, fees and 24-hour volume where we have it.Open docsGET/globalGlobalMarket-wide totals: capitalisation, 24-hour volume and the 24-hour change.Open docsGET/categoriesCategoriesCategory leaderboard: market cap, volume, market share and the three biggest movers.Open docsGET/chainsChainsThe same leaderboard per blockchain, plus the EVM chain id and native-coin logo.Open docsAnything else? Email support@coinworldcap.com.
A read-only HTTP API over the asset catalogue behind coinworldcap.com: assets, quotes, trending, exchanges, market totals, categories and chains, returned as JSON over HTTPS.
Create a free CoinWorldCap account, then email support@coinworldcap.com with what your integration does and roughly how often it will call. The key is shown once and we store only its hash, so keep it somewhere safe.
Send your key in the X-Api-Key header on every request. Without a usable key you get a 401, and the response code says whether the key is unknown, expired or revoked.
Requests are limited per minute against your account, not per key. Over the limit you get a 429 with Retry-After in whole seconds.
Money and volumes arrive as decimal strings, never JSON numbers. Every timestamp is UTC.