Skip to main content
GET
/
market-data
/
trending
Get Trending Tokens
curl --request GET \
  --url https://api-test.uniblock.dev/uni/v1/market-data/trending \
  --header 'X-API-KEY: <api-key>'
{
  "coins": [
    {}
  ]
}

Authorizations

X-API-KEY
string
header
required

API key to access the API (optional)

Query Parameters

criteria
enum<string>
default:Gainers And Losers

Trending based on criteria

Available options:
Most Searched,
Gainers And Losers,
Most Visited,
Volume,
Market Cap
Example:

"Gainers And Losers"

includeRaw
boolean

Returns the raw data given by the provider. WARNING: removes backup feature, and raw data returned is not normalized which might make switching providers difficult

Example:

null

provider
enum<string>

Overrides our autorouting. Only specify this parameter if you would like to specify only a single provider to use for this request.

Available options:
CoinGecko,
CoinMarketCap,
CryptoCompare

Response

200 - application/json
coins
object[]
required