Socket Subscription Connection

Description

  • Description: websocket connection

  • Path: wss://api.blockin.ai/ws/subscribe/ws/history

  • Encoding: UTF-8

Request Header

Parameter
Type
Required
Description

Content-Type

String

Y

application/json

AccessKey

String

Y

AccessKey

callbackRetry

Boolean

N

Default false,true: retry the push . Retry every 30s , with a maximum of 3 times

Response

Parameter
Type
Required
Description

batch_no

String

Y

The unique identifier of the response after successfully creating the subscription address list

address

String

Y

Address you want to query

send_no

String

Y

Unique ID sent

sent_time

String

Y

send time

data

Object

Y

history data

resend

Boolean

Y

Default false, true means retry when the missed push is not received

Response Sample

Data

Consistent with the response data from this /v2/user/history_list

Last updated