ProImp..::..GetNftsTickersAsync Method

Get the latest floor price and 24h volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and Looksrare as an asynchronous operation.

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

Syntax


public Task<NftsTickersResponse> GetNftsTickersAsync(
	string id
)
Public Function GetNftsTickersAsync ( _
	id As String _
) As Task(Of NftsTickersResponse)

Parameters

id
Type: String
The id of NFT collection (ex: bored-ape-yacht-club).GetNftsListAsync(NftsListOrderBy, String, UInt32, UInt32)

Return Value

A Task<NftsTickersResponse> representing the asynchronous operation.

Exceptions


ExceptionCondition
NotSupportedExceptionThis call is restricted to PRO accounts with an API key.
ArgumentNullExceptionid - Invalid value. Value must be a valid NFT collection id (ex: bored-ape-yacht-club)