Query all history list by user address
Description
Method: HTTPS GET
Encoding: UTF-8
Path: https://api.blockin.ai/v2/user/all_history_list
Description: Query all transaction records of the chain supported by blockin through the user address
Request Header
Parameter
Required
Type
Description
Content-Type
Y
String
application/json
AccessKey
Y
String
1bdb01c947c54919b64d1fc6794atest
Request Parameters
Parameter
Required
Type
Description
chain_names
N
String
address
Y
String
User's address
start_time
N
Long
the returned history list are eariler than this time, if it's not provided, we will return the number of recent entries
page_count
Y
Integer
Number of entries returned, the maximum count is 20
Response
Last updated