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

    Request body for fetching all markets for a given collateral type.

    This endpoint is commonly used to populate a "Markets" list filtered by the user's selected collateral (e.g., USDC-margined markets).

    interface ApiPerpetualsAllMarketsBody {
        collateralCoinType: string;
    }
    Index
    collateralCoinType: string

    Collateral coin type used to filter available markets.