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
If chain_names is empty, query all. Multiple chains are separated by commas. eg: eth, bsc, arb, btc. Enumeration
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
Same format as the result returned by /v2/user/history_list
Last updated