Aggregated Quotes (v1)
This endpoint is deprecated and will be removed in future release. Please use Aggregated Quotes instead. Best Execution Pricing Please contact support@kaiko.com if you have any questions about migrating.
Subscribe
Retrieve ongoing Top Of Book (Ask or Bid) average price updates accross a selection of exchanges, for a given instrument.
Wildcard (*
) is not supported, but you can provide a comma separated list of instruments codes (for example: โbtc-usd,eth-usdโ as code
field).
An empty value can be returned when there are no changes on best ask or best bid across exchanges where the requested instrument is listed. This allows checking that the service is working as expected even though no meaningful update is sent.
The update frequency is 5s.
Parameters
body
body
kaikosdkStreamAggregatedPriceRequestV1
true
none
Responses
200
A successful response.(streaming responses)
Inline
403
Returned when the user does not have permission to access the resource.
Inline
404
Returned when the resource does not exist.
string
default
Default
An unexpected error response.
Response Schema
Status Code 200
Stream result of kaikosdkStreamAggregatedPriceResponseV1
ยป result
false
none
none
Enumerated Values
eventType
UNKNOWN
eventType
BEST_ASK
eventType
BEST_BID
Last updated