v1
latestOpenAPI 3.0.32026-08-04850206.9 KBCoins
Trending coins
The most-viewed coins right now, ranked by view score. A compact projection (no pagination): id, slug, name, symbol, rank, price (decimal string), marketcap, logo and score.
get/api/v1/coins/trending
Query parameters
limitinteger nullable
How many trending coins to return (1–20, default 10).
Example:10
How many trending coins to return (1–20, default 10).
Response
Example response
{
"data": [
{
"id": 38,
"slug": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"rank": 1,
"price": "63520.780763913",
"marketcap": 1264646594448.5,
"logo": "https://bitculator.com/storage/media/logo/bitcoin.png",
"score": 2
}
]
}