Upstream Mapping
Maps to Hyperliquid’s POST /info with { "type": "recentTrades", "coin": "<symbol>" }.
Request
Market symbol (e.g., BTC)
Number of trades to return. Default 50, max 200.
Example
curl -H "X-API-Key: $API_KEY" \
"https://api.perps.studio/v1/perps/hyperliquid/markets/BTC/trades?limit=10"
[
{
"id": "123456",
"price": "67542.1",
"size": "0.05000",
"side": "buy",
"timestamp": 1712000000000
}
]