Skip to main content

v1/getHistoricalQuotes RPC Method - Crypto Market Data API

Loading...

Updated on
May 12, 2025

v1/getHistoricalQuotes RPC Method - Crypto Market Data API

Parameters

symbol_id
string
REQUIRED
Loading...
date
string
Loading...
time_start
string
Loading...
time_end
string
Loading...
limit
integer
Loading...

Returns

result
array
Loading...
symbol_id
string
Loading...
time_exchange
string
Loading...
time_coinapi
string
Loading...
ask_price
integer
Loading...
ask_size
integer
Loading...
bid_price
integer
Loading...
bid_size
integer
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "v1/getHistoricalQuotes",
6
"params": [{
7
"symbol_id": "BITSTAMP_SPOT_BTC_USD",
8
"time_start": "2024-01-01T00:00:00Z",
9
"time_end": "2024-01-01T23:59:59Z",
10
"limit": 500
11
}],
12
"id": 1,
13
"jsonrpc": "2.0"
14
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free