candleSnapshot
Hyperliquid
candleSnapshot
Native Hyperliquid /info operation. Returns OHLC candles for the coin, interval, and time range in req.
POST
candleSnapshot
Authorizations
API key to access the API (Optional)
Query Parameters
Unique identifier for a blockchain network.
Available options:
999, 998 Example:
999
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:
Dwellir, Chainstack, Covalent Body
application/json
Response
200 - application/json
Successful response.
Open time, epoch ms.
Example:
1704067200000
Close time, epoch ms.
Example:
1704070800000
Coin symbol.
Example:
"BTC"
Interval.
Example:
"1h"
Open price.
Example:
"63000.0"
Close price.
Example:
"63500.0"
High price.
Example:
"63800.0"
Low price.
Example:
"62900.0"
Volume.
Example:
"1234.5"
Trade count.
Example:
42
Example: