aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Display metadata for a market: ticker symbols, label, artwork and category.

    Presentation data only — none of it affects pricing, margin or execution.

    interface PerpetualsMarketMetadata {
        category: string;
        collateralSymbol: string;
        displayName?: string;
        image: string;
        symbol: string;
    }
    Index
    category: string

    Grouping label, e.g. "Crypto", "Commodities", "Equities".

    collateralSymbol: string

    Collateral asset ticker, e.g. "USDC".

    displayName?: string

    Long-form name, e.g. "Bitcoin". Absent when unset.

    image: string

    Icon location for the market, e.g. "/markets/btc.png".

    symbol: string

    Base asset ticker, e.g. "BTC" (not the "BTCUSD" pair symbol).