VWAP
What is this endpoint for?
This endpoint delivers VWAP (volume-weighted average price) for an instrument on an exchange in real time.
Endpoints
gateway-v0-grpc.kaiko.ovhgateway-v0-http.kaiko.ovhhttps://gateway-v0-http.kaiko.ovh/api/stream/aggregates_vwap_v1Request parameters
aggregate
The period you would like the VWAP aggregation to be calculated over.
1m
instrumentCriteria
A nested object to configure following properties for your stream:
exchange(String) - The code(s) for the exchange(s)instrument_class(String) - The class(es) of the instrument(s) .code (String) -The Kaiko code for the instrument.
Explore instruments, codes and exchanges in the Instrument Explorer or Reference Data.
cbse
spot
btc-usd
Response fields
aggregate
The period of calculation.
class
The class of instrument.
code
The instrument code.
price
The price for the peirod (USD).
exchange
The exchange the VWAP is referencing.
tsEvent
The timestamp for the interval.
uid
The unique ID for this delivery.
volume
Volume traded in interval. 0 when no trades reported.
sequenceId
Not applicable. Null
Request examples
cURL requests are intended for testing purposes only.
Information from this endpoint can be accessed through Google BigQuery. To get started, read our guide.
For more advanced users, you can access our full SDK here, where you'll find more coding languages, examples and guidance.
Response Example
Last updated
Was this helpful?
