Skip to main content
POST
https://api.hotstuff.trade
/
info
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "transferHistory",
    "params": {
        "user": "0xxxx"
    }
}'
[
    {
        "from": "0x42C183edba036906447372a7c81Eb89D0B9f2175",
        "to": "0xC6b43D27DdE44857EA1219d88c9F76532f9169ba",
        "collateral_id": 1,
        "amount": "500",
        "tx_hash": "0x6d04a1b41d2388925a1ea758705656efa6392c347c9886da57de07ffab416faa",
        "type": "derivative_balance_transfer",
        "timestamp": "2026-01-27T12:45:41.996Z"
    }
]
Retrieve deposit transaction history for the authenticated user account.
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "transferHistory",
    "params": {
        "user": "0xxxx"
    }
}'
[
    {
        "from": "0x42C183edba036906447372a7c81Eb89D0B9f2175",
        "to": "0xC6b43D27DdE44857EA1219d88c9F76532f9169ba",
        "collateral_id": 1,
        "amount": "500",
        "tx_hash": "0x6d04a1b41d2388925a1ea758705656efa6392c347c9886da57de07ffab416faa",
        "type": "derivative_balance_transfer",
        "timestamp": "2026-01-27T12:45:41.996Z"
    }
]

Request Body

method
string
default:"transferHistory"
required
Must be “transferHistory” for this endpoint
params
object
required