poloniex-node-api
    Preparing search index...

    Interface IExtendedCurrency

    interface IExtendedCurrency {
        blockchain: string;
        childChains: string[];
        currency: string;
        delisted: boolean;
        depositAddress: null;
        description: string;
        id: number;
        isChildChain: boolean;
        isMultiChain: boolean;
        minConf: number;
        name: string;
        parentChain: null | string;
        supportBorrow: boolean;
        supportCollateral: boolean;
        tradingState: "NORMAL" | "OFFLINE";
        type: string;
        walletState: "DISABLED" | "ENABLED";
        withdrawalFee: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockchain: string
    childChains: string[]
    currency: string
    delisted: boolean
    depositAddress: null
    description: string
    id: number
    isChildChain: boolean
    isMultiChain: boolean
    minConf: number
    name: string
    parentChain: null | string
    supportBorrow: boolean
    supportCollateral: boolean
    tradingState: "NORMAL" | "OFFLINE"
    type: string
    walletState: "DISABLED" | "ENABLED"
    withdrawalFee: string