Aggregated Quotes (v1)

This endpoint is deprecated and will be removed in future release. Please use Aggregated Quotes instead. Aggregated Quotes 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

NameInTypeRequiredDescription

body

body

kaikosdkStreamAggregatedPriceRequestV1

true

none

Responses

StatusMeaningDescriptionSchema

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

NameTypeRequiredRestrictionsDescription

» result

false

none

none

Enumerated Values

PropertyValue

eventType

UNKNOWN

eventType

BEST_ASK

eventType

BEST_BID

Last updated