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.ImpsAssembly: 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
Exception | Condition |
---|---|
NotSupportedException | This call is restricted to PRO accounts with an API key. |
ArgumentNullException | id - Invalid value. Value must be a valid NFT collection id (ex: bored-ape-yacht-club) |