CoinGeckoClient..::..GetAssetPlatformsAsync Method

List all asset platforms (Blockchain networks).

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

Syntax


public Task<IEnumerable<AssetPlatform>> GetAssetPlatformsAsync(
	string filter
)
Public Function GetAssetPlatformsAsync ( _
	filter As String _
) As Task(Of IEnumerable(Of AssetPlatform))

Parameters

filter
Type: String
Apply relevant filters to results. Valid values: "nft" (asset_platform nft-support).

Return Value

List all asset_platforms. AssetPlatform