bitfinex-node-api
    Preparing search index...

    Interface IKeyPermissions

    interface IKeyPermissions {
        account: IKeyPermission;
        funding: IKeyPermission;
        history: IKeyPermission;
        orders: IKeyPermission;
        positions: IKeyPermission;
        wallets: IKeyPermission;
        withdraw: IKeyPermission;
    }
    Index

    Properties

    account: IKeyPermission
    funding: IKeyPermission
    history: IKeyPermission
    orders: IKeyPermission
    positions: IKeyPermission
    wallets: IKeyPermission
    withdraw: IKeyPermission