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>'{}Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
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)
1777044934
UNIX Timestamp (eg 1706000000)
1777304134
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?