Skip to main content

v1/getCurrentQuotes RPC Method

Get current quotes for all symbols or for a specific symbol.

Updated on
Jan 30, 2025

v1/getCurrentQuotes RPC Method

Parameters

symbol_id
string
REQUIRED
The symbol identifier (from the Metadata -> Symbols)

Returns

result
array
Array of current quote information
symbol_id
string
The symbol identifier
time_exchange
string
The exchange time of the quote trade
time_coinapi
string
The CoinAPI time when the quote trade was received
ask_price
integer
The best asking price
ask_size
integer
The volume resting on the best ask. If the value is equal to zero, then the size is unknown
bid_price
integer
The best bidding price
bid_size
integer
The volume resting on the best bid. If the value is equal to zero, then the size is unknown
last_trade
object
Represents the last executed transaction
time_exchange
string
The exchange time of the last trade
time_coinapi
string
The CoinAPI time when the last trade was received
uuid
string
The UUID of the last trade
price
integer
The price of the last trade
size
integer
The size of the last trade
taker_side
string
The taker side of the last trade
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free