Skip to main content
POST
/
info
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "account_history",
    "params": {
        "user": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    }
}'
[
  {
    "address": "0xdE66c594AF8e4AD2C62DcFadCb6714F8b176A4ef",
    "total_pnl": "-22970142.870113",
    "total_volume": 61310268146,
    "account_value": "225475874.025176",
    "created_at": "2026-02-03T17:00:01.841Z"
  }
]
Retrieve historical account data including total PnL, total volume, account value, and timestamps for a user.
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "account_history",
    "params": {
        "user": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    }
}'

Body

application/json
method
string
required
params
object
required

Response

Successful response

address
string
total_pnl
string
total_volume
integer
account_value
string
created_at
string