Query history subscription wallet V2

Description

  • Description: Query history subscription wallet

  • Path: https://api.blockin.ai/v2/subscribe/history/wallet/query

  • Encoding: UTF-8

  • Method: HTTPS POST

Request Header

Paremeter
Type
Required
Description

Content-Type

String

Y

application/json

AccessKey

String

Y

AccessKey

Response

Parameter
Type
Required
Description

success

Boolean

Y

Success Boolean

data

Object

N

Response data

error_code

String

N

Error code

error_msg

String

N

Error message

Data Content

Parameter
Type
Required
Description

subscriber_list

List

Y

List of subscriber

Request and Response Sample

curl -H "Content-Type:application/json" -H "AccessKey:1bdb01c947c54919b64d1fc6794atest" -X POST "https://api.blockin.ai/v2/subscribe/history/wallet/query" -d'{Request json}'

Last updated