CoinbaseConfigureFromJsonOptions: {
    basePath?: string;
    debugging?: boolean;
    filePath?: string;
    source?: string;
    sourceVersion?: string;
    useServerSigner?: boolean;
}

CoinbaseConfigureFromJsonOptions type definition.

Type declaration

  • Optional basePath?: string

    The base path for the API.

  • Optional debugging?: boolean

    If true, logs API requests and responses to the console.

  • Optional filePath?: string

    The path to the JSON file containing the API key and private key.

  • Optional source?: string

    The source for the API request, used for analytics. Defaults to sdk.

  • Optional sourceVersion?: string

    The version of the source for the API request, used for analytics.

  • Optional useServerSigner?: boolean

    Whether to use a Server-Signer or not.