Closed Trade Funding and Leverage
Returns immutable funding and leverage context for one closed trade identified by the composite key from /hyperliquid/trades. Use this for a selected trade detail instead of enriching every history row. funding_status=complete distinguishes a real zero from unavailable historical data; leverage fields are omitted when the completed-trade source has no value.
Query parameters
Wallet address: a 0x EVM address or an ENS name (e.g. vitalik.eth). Solana addresses are not supported.
Wallet address: a 0x EVM address or an ENS name (e.g. vitalik.eth). Solana addresses are not supported.
Hyperliquid perpetual market id, including a builder prefix for HIP-3 markets (for example xyz:GOLD).
Hyperliquid perpetual market id, including a builder prefix for HIP-3 markets (for example xyz:GOLD).
Opening direction of the episode.
Opening direction of the episode.
Episode open time, Unix seconds, copied from GET /hyperliquid/trades.
Episode open time, Unix seconds, copied from GET /hyperliquid/trades.
Episode close time, Unix seconds, copied from GET /hyperliquid/trades.
Episode close time, Unix seconds, copied from GET /hyperliquid/trades.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataObjectResponseHyperliquidTradeContext.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.