Update history subscription
Description
Description: Update history subscription
Path: https://api.blockin.ai/v2/subscribe/history/edit
Encoding: UTF-8
Method: HTTPS POST
Request Header
Content-Type
String
Y
application/json
AccessKey
String
Y
AccessKey
Request Parameters
batch_no
String
Y
The unique identifier of the response after successfully creating the subscription address list
address_list
List
Y
Address list you want to query
chain_names
String
N
If chain_names is empty, query all. Multiple chains are separated by commas. eg: eth, bsc, arb.
amount
BigDecimal
N
Push notifications will only be triggered when the amount reaches the set value in USD
Response
batch_no
String
Y
The unique identifier of the response after successfully creating the subscription address list
Request and Response Sample
curl -H "Content-Type:application/json" -H "AccessKey:1bdb01c947c54919b64d1fc6794atest" -X POST "https://api.blockin.ai/v2/subscribe/history/edit" -d'{Request json}'
Last updated