Binance Connector JS
    Preparing search index...

    QueryIndexDetailsResponse

    interface QueryIndexDetailsResponse {
        assetAllocation?: QueryIndexDetailsResponseAssetAllocationInner[];
        indexId?: number;
        indexName?: string;
        status?: string;
    }
    Index

    Properties

    QueryIndexDetailsResponse

    indexId?: number

    QueryIndexDetailsResponse

    indexName?: string

    QueryIndexDetailsResponse

    status?: string

    QueryIndexDetailsResponse