Questions? Join our Discord.
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "fundingHistory",
"params": {
"user": "0xxxx"
}
}'
{
"data": [
{
"user": "0x42C183edba036906447372a7c81Eb89D0B9f2175",
"instrument_id": 1,
"settlement_currency": 1,
"funding_payment": "-11.330318",
"funding_rate": "0.001424",
"mark_price": "79053",
"size": "0.10065",
"timestamp": "2026-02-03T14:00:00.732Z"
}
],
"page": 1,
"limit": 100,
"total_count": 691,
"total_pages": 7,
"has_next": true,
"has_prev": false
}
Send POST request to /info with method: “fundingHistory”
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "fundingHistory",
"params": {
"user": "0xxxx"
}
}'
{
"data": [
{
"user": "0x42C183edba036906447372a7c81Eb89D0B9f2175",
"instrument_id": 1,
"settlement_currency": 1,
"funding_payment": "-11.330318",
"funding_rate": "0.001424",
"mark_price": "79053",
"size": "0.10065",
"timestamp": "2026-02-03T14:00:00.732Z"
}
],
"page": 1,
"limit": 100,
"total_count": 691,
"total_pages": 7,
"has_next": true,
"has_prev": false
}
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "fundingHistory",
"params": {
"user": "0xxxx"
}
}'
{
"data": [
{
"user": "0x42C183edba036906447372a7c81Eb89D0B9f2175",
"instrument_id": 1,
"settlement_currency": 1,
"funding_payment": "-11.330318",
"funding_rate": "0.001424",
"mark_price": "79053",
"size": "0.10065",
"timestamp": "2026-02-03T14:00:00.732Z"
}
],
"page": 1,
"limit": 100,
"total_count": 691,
"total_pages": 7,
"has_next": true,
"has_prev": false
}