UnifyAPI
← Back to catalog

coingecko.get_market

mock data$0.001 / call

Crypto Market Overview

Get cryptocurrency market data by category

Cryptoprovider: CoinGecko#coingecko#crypto

Input schema

limit

Max number of results (1-250)

integer
sort_by

Sort order for results

string
category

Filter by market category

string
include_sparkline

Include 7-day sparkline price data

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/coingecko.get_market \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":0,"sort_by":"<sort_by>","category":"<category>","include_sparkline":"<include_sparkline>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.