π€Websocket Subscribe & Unsubscribe
Order data of any trading pair (level2)
level2){
"type": "subscribe",
"product_ids": [
"UNI-USDC"
],
"channels": [
"level2"
],
"token": "" #option
}{
"type": "unsubscribe",
"product_ids": [
"UNI-USDC"
],
"channels": [
"level2"
],
"token": "" #option
}K-line data of a trading pair (1/3/5/15/30/60min/2/4/6/12/24hour)
{
"type": "subscribe",
"product_ids": [
"UNI-USDC"
],
"channels": [
"candles_1m"
],
"token": "" # optional (JWT-token)
}{
"type": "unsubscribe",
"product_ids": [
"UNI-USDC"
],
"channels": [
"candles_1m"
],
"token": "" # optional (JWT-token)
}channel name
time
Ticker info of a trading pair
Matching information of a trading pair
Success order information of a trading pair
Order change infomation of a trading pair
The asset change information of an account
Last updated