Mayson Monorepo Documentation
    Preparing search index...

    Interface ExchangeCredentials

    Exchange API credentials

    interface ExchangeCredentials {
        apiKey: string;
        secretKey: string;
        testnet?: boolean;
    }
    Index

    Properties

    apiKey: string
    secretKey: string
    testnet?: boolean