Trades (v1)
This endpoint has been deprecated. Please use the new Tick-Level Trades endpoint instead. All trades Please contact support@kaiko.com if you have any questions about migrating.
Subscribe
Retrieve an ongoing stream of tick-by-tick trades for any selection of instruments or exchanges.
POST /api/stream/trades_v1
Parameters
Name
In
Type
Required
Description
body
body
kaikosdkStreamTradesRequestV1
true
none
Responses
Status
Meaning
Description
Schema
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 kaikosdkStreamTradesResponseV1
Name
Type
Required
Restrictions
Description
ยป result
false
none
none
Enumerated Values
Property
Value
side
UNKNOWN
side
BUY
side
SELL
Last updated