ProImp..::..GetNftsMarketsAsync Method

Get all supported NFT floor price, market cap, volume and market related data on CoinGecko as an asynchronous operation.

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

Syntax


public Task<NftsMarketsResponse> GetNftsMarketsAsync(
	string asset_platform_id,
	NftsMarketsOrderBy order,
	uint per_page,
	uint page
)
Public Function GetNftsMarketsAsync ( _
	asset_platform_id As String, _
	order As NftsMarketsOrderBy, _
	per_page As UInteger, _
	page As UInteger _
) As Task(Of NftsMarketsResponse)

Parameters

asset_platform_id
Type: String
The NFT platform identifier (ex: ethereum).GetAssetPlatformsAsync(String)
order
Type: CoinGeckoAPI.Types..::..NftsMarketsOrderBy
The order (sort).
per_page
Type: UInt32
The total results per page.
page
Type: UInt32
The page through results.

Return Value

A Task<NftsMarketsResponse> representing the asynchronous operation.

Exceptions


ExceptionCondition
NotSupportedExceptionThis call is restricted to PRO accounts with an API key.