Binance Connector JS
    Preparing search index...

    Interface TokenizedConvertHistoryResponse

    TokenizedConvertHistoryResponse

    interface TokenizedConvertHistoryResponse {
        hasMore?: boolean;
        nextLastId?: number | bigint;
        rows?: TokenizedConvertHistoryResponseRowsInner[];
    }
    Index

    Properties

    hasMore?: boolean

    true when more pages exist — pass nextLastId as lastId on the next request.

    TokenizedConvertHistoryResponse

    nextLastId?: number | bigint

    Pass this value as lastId on the next request to get the following page.

    TokenizedConvertHistoryResponse

    Convert history rows on this page. Empty array if nothing matches.

    TokenizedConvertHistoryResponse