How to read Hyperliquid spot trades
Read token pairs, quote amounts and spot balances without assuming every amount is USDC.
By Mainneat / Reviewed / Independent documentation
What is a spot pair?
A market exchanging a base token against a quote token. For a base/quote pair, price is quote units per base unit. Multiplying price by base quantity gives the executed quote amount.
Why is the API symbol different from the displayed pair?
Spot API coin identifiers can use a pair index. The terminal resolves metadata to display the token pair. A token index, pair index and exchange action asset ID are different identifiers.
Are all stablecoins shown as dollars?
No. The terminal does not assume a fixed conversion between quote assets. A trade quoted in another token stays denominated in that token. USDC-only KPI cards avoid summing unrelated currencies.
Can I view the buyer’s spot balances?
Select a buyer or seller address to open its profile. Spot balances are a current account snapshot, fetched separately from the execution. They do not prove the account held the same balances at the trade timestamp.
Can the same token trade in more than one pair?
Yes. Always identify both base and quote and use the pair metadata. Combining similarly named pairs without preserving the quote would make price and volume comparisons misleading.
Sources and methodology
Protocol details refer to the official sources below. Terminal behavior describes this site's implementation and its stated coverage limits. Examples are illustrative.
Open the related terminal view
Related guides
- How to use Hyperliquid Live
- What are perpetual futures?
- What are HIP-3 markets?
- How to read HIP-4 outcome trades
- How to read an order book and liquidity heatmap
- How to read market flow and CVD
- How do Hyperliquid liquidations work?
- How to read a Hyperliquid wallet profile
- How does perpetual funding work?
- How to interpret TP/SL orders and TWAPs
- Where does the terminal get its data?