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

Documentation Index

Fetch the complete documentation index at: https://docs.hotstuff.trade/llms.txt

Use this file to discover all available pages before exploring further.

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": "transfer_history",
    "params": {
        "user": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    }
}'

Body

application/json
method
string
required
params
object
required

Response

Successful response

from
string
to
string
collateral_id
integer
amount
string
tx_hash
string
type
string
timestamp
string