CoinGeckoClient..::..IsRateLimitingEnabled Property

Gets or sets a value indicating whether rate limiting is enabled.

Rate limiting is enabled by default.

Rate limiting is shared across all instances.

Namespace:  CoinGeckoAPI
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public static bool IsRateLimitingEnabled { get; set; }
Public Shared Property IsRateLimitingEnabled As Boolean
	Get
	Set

Field Value

true if rate limiting is enabled; otherwise, false.