toncenter-js
    Preparing search index...

    Interface TonHttpApiV2Parameters

    interface TonHttpApiV2Parameters {
        adapter?: AxiosAdapter;
        apiKey?: string;
        endpoint: string;
        timeout?: number;
    }
    Index

    Properties

    adapter?: AxiosAdapter
    apiKey?: string
    endpoint: string

    API endpoint. Supports both base URL format (e.g., "https://toncenter.com/") and full API path format (e.g., "https://testnet.toncenter.com/api/v2/jsonRPC") for backward compatibility.

    timeout?: number