Binance Connector JS
    Preparing search index...

    Interface TokenizedConvertStatusResponse

    Empty object {} when no record matches.

    TokenizedConvertStatusResponse

    interface TokenizedConvertStatusResponse {
        convertType?: string;
        createdAt?: number | bigint;
        issuerRequestId?: string;
        status?: string;
        tokenizedAsset?: string;
        tokenizedAssetAmount?: string;
        underlyingAsset?: string;
        underlyingAssetAmount?: string;
        updatedAt?: number | bigint;
    }
    Index

    Properties

    convertType?: string

    MINT or REDEEM.

    TokenizedConvertStatusResponse

    createdAt?: number | bigint

    Creation time (ms epoch).

    TokenizedConvertStatusResponse

    issuerRequestId?: string

    Echoes the requested id.

    TokenizedConvertStatusResponse

    status?: string

    Convert status: P = processing, S = success, F = failed.

    TokenizedConvertStatusResponse

    tokenizedAsset?: string

    Tokenized asset, e.g. AAPLB.

    TokenizedConvertStatusResponse

    tokenizedAssetAmount?: string

    Quantity of the tokenized asset involved.

    TokenizedConvertStatusResponse

    underlyingAsset?: string

    Underlying US-equity ticker, e.g. AAPL.

    TokenizedConvertStatusResponse

    underlyingAssetAmount?: string

    Quantity of the underlying asset involved.

    TokenizedConvertStatusResponse

    updatedAt?: number | bigint

    Last update time (ms epoch).

    TokenizedConvertStatusResponse