Back to Docs
Market Data
Trending Coins
Currently trending coins on CoinGecko
HTTP Request
AUTHENTICATION: NONE CONTENT-TYPE: APPLICATION/JSON
curl -X GET "https://muhiqsimui.github.io/nexasnapapi/v1/trending.json" fetch("https://muhiqsimui.github.io/nexasnapapi/v1/trending.json", {
method: "GET"
})
.then(res => res.json())
.then(data => console.log(data)); import requests
url = "https://muhiqsimui.github.io/nexasnapapi/v1/trending.json"
response = requests.get(url)
print(response.json()) <?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://muhiqsimui.github.io/nexasnapapi/v1/trending.json");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
$data = json_decode($response, true);
?> RESPONSE BODY 200 OK
{
"success": true,
"source": "CoinGecko",
"updated": "2026-07-21T08:29:34.10758228Z",
"data": [
{
"id": "ethereum",
"symbol": "ETH",
"name": "Ethereum",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 2,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "pudgy-penguins",
"symbol": "PENGU",
"name": "Pudgy Penguins",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 115,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "lorenzo-protocol",
"symbol": "BANK",
"name": "Lorenzo Protocol",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 295,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "cash-cat",
"symbol": "CASHCAT",
"name": "Cash Cat",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 296,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "caldera",
"symbol": "ERA",
"name": "Caldera",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 881,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "pump-fun",
"symbol": "PUMP",
"name": "Pump.fun",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 78,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "ondo-finance",
"symbol": "ONDO",
"name": "Ondo",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 43,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "bitcoin",
"symbol": "BTC",
"name": "Bitcoin",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 1,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "adi-token",
"symbol": "ADI",
"name": "ADI",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 74,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "solana",
"symbol": "SOL",
"name": "Solana",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 7,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "pons",
"symbol": "PONS",
"name": "Pons",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 697,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "stellar",
"symbol": "XLM",
"name": "Stellar",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 17,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "zama",
"symbol": "ZAMA",
"name": "Zama",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 290,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "aave",
"symbol": "AAVE",
"name": "Aave",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 53,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
},
{
"id": "sui",
"symbol": "SUI",
"name": "Sui",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 29,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"circulating_supply": 0,
"ath": 0,
"ath_date": "",
"atl": 0,
"atl_date": "",
"last_updated": ""
}
]
}