Query 24-hour wallet curve by chain name and user address
Description
MethodοΌHTTPS GET
Encoding: UTF-8
Path: https://api.blockin.ai/v2/user/wallet_curve_24h
Description: Query user 24h wallet curve on a single chain
Request Header
Content-Type
Y
String
application/json
AccessKey
Y
String
1bdb01c947c54919b64d1fc6794atest
Request Parameters
chain_name
Y
String
address
Y
String
User's address
Response
Public Response
success
Y
Boolean
Success Boolean
data
N
List
Response object
error_code
N
String
Error code
error_msg
N
String
Error message
Response Content
timestamp
Long
Y
Timestamp(seconds) on the curve .
usd_value
BigDecimal
Y
The price of all wallet tokens in a user's account at the timestamp and on the single chain.
Request Sample
curl --request GET \ --url 'https://api.blockin.ai/v2/user/wallet_curve_24h?chain_name=Ethereum&address=0x28a55c4b4f9615fde3cdaddf6cc01fcf2e38a6b0' \ --header 'AccessKey: 1bdb01c947c54919b64d1fc6794atest'
Successful Response Sample
Last updated