MAINNEAT

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