Binance Connector JS
    Preparing search index...

    Interface GetPayTradeHistoryResponseDataInnerFundsDetailInner

    GetPayTradeHistoryResponseDataInnerFundsDetailInner

    interface GetPayTradeHistoryResponseDataInnerFundsDetailInner {
        amount?: string;
        currency?: string;
        walletAssetCost?: { [key: string]: undefined | string };
    }
    Index

    Properties

    amount?: string

    Asset amount.

    GetPayTradeHistoryResponseDataInnerFundsDetailInner

    currency?: string

    Asset.

    GetPayTradeHistoryResponseDataInnerFundsDetailInner

    walletAssetCost?: { [key: string]: undefined | string }

    Asset cost details per wallet type. Keys are wallet type IDs (e.g. "1", "2"), values are cost amounts.

    GetPayTradeHistoryResponseDataInnerFundsDetailInner