Mayson Monorepo Documentation
    Preparing search index...

    Interface SaveExchangeKeyRequest

    Request to save exchange API keys

    interface SaveExchangeKeyRequest {
        exchange: ExchangeName;
        apiKey: string;
        secretKey: string;
        label?: string;
        permissions?: { read?: boolean; trade?: boolean; withdraw?: boolean };
        testnet?: boolean;
    }
    Index

    Properties

    exchange: ExchangeName
    apiKey: string
    secretKey: string
    label?: string
    permissions?: { read?: boolean; trade?: boolean; withdraw?: boolean }
    testnet?: boolean