API configuration options. Contains settings for connecting to the Conflux Core Scanner API.

interface ApiConfig {
    target: ConfluxTarget;
    apiKey?: string;
    host?: string;
}

Properties

Properties

Target network environment

apiKey?: string

API key for authentication

host?: string

Custom API host URL