cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/coingecko/search/trending \ --header 'Authorization: Bearer <token>'
{ "coins": [ { "item": { "id": "bitcoin", "name": "Bitcoin", "symbol": "BTC", "market_cap_rank": 1 } } ] }
Top-7 trending coin searches on CoinGecko in the last 24 hours.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Trending coins, nfts, and categories.