Skip to main content
POST
/
info
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "trades",
    "params": {
        "symbol": "BTC-PERP"
    }
}'
[
  {
    "instrument_id": 1,
    "instrument": "BTC-PERP",
    "trade_id": 8962137099781767000,
    "tx_hash": "0x832c819003c15743dc4c03fa7b796b413100ef0bbd26db745d71ea4ff05914d3",
    "side": "s",
    "price": "77309",
    "size": "0.06229",
    "maker": "0x1c06528675fE5C197bB90029b4266506a13b33E2",
    "taker": "0xa4611302A790D96444abdE9f225d7fB28a7889C3",
    "timestamp": "2026-02-03T17:00:57.558Z"
  }
]

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 recent trade history for specified trading instruments.
curl --request POST \
  --url https://api.hotstuff.trade/info \
  --header 'Content-Type: application/json' \
  --data '{
    "method": "trades",
    "params": {
        "symbol": "BTC-PERP"
    }
}'

Body

application/json
method
string
required
params
object
required

Response

Successful response

instrument_id
integer
instrument
string
trade_id
integer
tx_hash
string
side
string
price
string
size
string
maker
string
taker
string
timestamp
string