poloniex-node-api
    Preparing search index...

    Interface ICurrency

    interface ICurrency {
        blockchain: string;
        currency: string;
        delisted: boolean;
        depositAddress: null;
        description: string;
        id: number;
        minConf: number;
        name: string;
        supportBorrow: boolean;
        supportCollateral: boolean;
        tradingState: "NORMAL" | "OFFLINE";
        type: string;
        walletState: "DISABLED" | "ENABLED";
        withdrawalFee: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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