curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/market-data/chart-range \
--header 'X-API-KEY: <api-key>'{}Gets the price, volume, market cap of a token at a given range on a predefined granularity.
curl --request GET \
--url https://api-test.uniblock.dev/uni/v1/market-data/chart-range \
--header 'X-API-KEY: <api-key>'{}API key to access the API (optional)
The ID of the coin to get market cap of
"cg:ethereum"
Target currency (usd, eur, jpy, etc)
"USD"
Symbol of coin to get price of
"ETH"
UNIX Timestamp (eg 1700000000)
1774119573
UNIX Timestamp (eg 1706000000)
1774378773
Unique identifier for a blockchain network.
"1"
The address of the token to query.
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
null
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)
CoinGecko, CoinMarketCap The response is of type object.
Was this page helpful?