History subscription query

Description

  • Description: Query history subscription

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

  • Encoding: UTF-8

  • Method: HTTPS POST

Request Header

Parameter
Text
Required
Description

Content-Type

String

Y

application/json

AccessKey

String

Y

AccessKey

Request Parameters

Parameter
Type
Required
Description

batch_no

String

Y

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

Response

Parameter
Type
Required
Description

chain_names

String

N

Chains that you subscribed

amount

BigDecimal

N

Push notifications will only be triggered when the amount reaches the set value in USD

address_type

String

N

User address(default) and token address

address_list

List

Y

Address list you want to query

Request and Response Sample

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

Last updated