Build on the data behind CoinWorldCap

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/assets

Use cases

What you can build

Each use case maps to a small set of endpoints, so you only integrate what you need.

Price widgets & tickers

Show live price, market cap and 24-hour change for any asset.

Powered by
/quotes/assets

Portfolio trackers

Value holdings against current quotes and resolve coins by symbol or slug.

Powered by
/assets/quotes

Market dashboards

Headline totals, category and chain leaderboards, trending movers.

Powered by
/global/categories/chains/trending

Exchange directories

List venues with links, fees and 24-hour volume where available.

Powered by
/exchanges
Endpoints

The full API surface

View all APIs
View all APIs
FAQ

Questions, answered

Anything else? Email support@coinworldcap.com.

What is CoinWorldCap Developer?

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.

How do I get an API key?

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.

How do I authenticate requests?

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.

What are the rate limits?

Requests are limited per minute against your account, not per key. Over the limit you get a 429 with Retry-After in whole seconds.

How are numbers and times formatted?

Money and volumes arrive as decimal strings, never JSON numbers. Every timestamp is UTC.

Ready to build?

Your first request is one header away