Crypto Bot API
    Preparing search index...

    Type Alias Currency

    Currency type object for Store.getCurrencies and Client.getCurrency methods results

    type Currency = {
        code: CurrencyCode;
        decimals: number;
        name: string;
        type: DetailedCurrencyType;
        url?: string;
    }
    Index

    Properties

    Currency code

    decimals: number

    Currency decimals count

    name: string

    Currency name

    Currency type

    url?: string

    Crypto currency office website url