@qtsurfer/api-client
    Preparing search index...

    Type Alias InstrumentLinks

    HAL _links — segment discovery for the instruments listing

    type InstrumentLinks = {
        futures?: HalLink;
        self: HalLink;
        spot?: HalLink;
    }
    Index
    futures?: HalLink

    Link to the futures instruments listing. Present only when the exchange has a futures segment.

    self: HalLink

    Link to this listing

    spot?: HalLink

    Link to the spot instruments listing. Present when the exchange has a spot segment.