Skip to main content
GET
/
market-data
/
trending
cURL
curl --request GET \
  --url https://api.uniblock.dev/uni/v1/market-data/trending \
  --header 'x-api-key: <api-key>'
{
  "coins": [
    {}
  ]
}

Authorizations

x-api-key
string
header
required

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>

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Available options:
CoinGecko,
CoinMarketCap,
CryptoCompare,

Response

200 - application/json
coins
object[]
required