Skip to main content
GET
/
coingecko
/
search
/
trending
Trending Search
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
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Trending coins, nfts, and categories.