Skip to main content

candleSnapshot Info Endpoint Method

Loading...

Updated on
Feb 10, 2026

candleSnapshot Info Endpoint Method

Please note that this method is only accessible through the official Hyperliquid public API. At the moment, Quicknode does not support this endpoint because it is not implemented in the open-source Hyperliquid node.

Parameters

type
string
REQUIRED
Loading...
req
object
REQUIRED
Loading...
coin
string
REQUIRED
Loading...
interval
string
REQUIRED
Loading...
startTime
integer
REQUIRED
Loading...
endTime
integer
REQUIRED
Loading...

Returns

array
array
Loading...
t
integer
Loading...
T
integer
Loading...
s
string
Loading...
i
string
Loading...
o
string
Loading...
c
string
Loading...
h
string
Loading...
l
string
Loading...
v
string
Loading...
n
integer
Loading...
Request
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"candleSnapshot","req":{"coin":"BTC","interval":"1h","startTime":1754300000000,"endTime":1754400000000}}'
5
1
curl https://api.hyperliquid.xyz/info \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"type":"candleSnapshot","req":{"coin":"BTC","interval":"1h","startTime":1754300000000,"endTime":1754400000000}}'
5
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free